Commit graph

11001 commits

Author SHA1 Message Date
Johannes Rieken
68077e348c
Merge branch 'main' into notebook/dev 2021-06-08 16:44:50 +02:00
Henning Dieterichs
ce5023b635
Merge pull request #124015 from microsoft/hediet/refactor-language-configuration
Refactors calls to languages.setLanguageConfiguration to declarative descriptions in language-configuration.json
2021-06-08 16:19:10 +02:00
Johannes Rieken
ccb86ac811
default kernels uses cell text as output 2021-06-08 16:16:34 +02:00
Daniel Imms
6913aad2da Re-enable environment variable collection tests
Fixes #119826
2021-06-08 05:45:40 -07:00
Johannes Rieken
78fe62bb76
use more showNotebookDocument, less activeNotebookEditor 2021-06-08 12:05:52 +02:00
Johannes Rieken
606a550a52
have only one kernel by default, bring in other kernels per test and use the assertKernel util to ensure the selected kernel is the wanted kernel 2021-06-08 11:58:40 +02:00
Johannes Rieken
5decc7b3ce
Merge branch 'main' into notebook/dev 2021-06-08 09:55:51 +02:00
Martin Aeschlimann
0967708609
Merge pull request #125659 from ryyppy/seti-ui-add-rescript
Update to latest seti-ui & add ReScript to the icon theme
2021-06-08 09:00:40 +02:00
Matt Bierner
3b01e32ca6
Remove :emoji: support in markdown notebooks
We added this to test out the new markdown renderers. However I believe it makes more sense to ship this as an extension now
2021-06-07 16:51:05 -07:00
Matt Bierner
a4e9f7e232
Bump target to es2019 in extensions
This should be a safe target for our current node version and for web
2021-06-07 16:51:04 -07:00
rebornix
aafce57f5c consolidate move cell commands. 2021-06-07 16:23:04 -07:00
rebornix
896c26bdb3 Move editor tests to notebook.editor 2021-06-07 16:06:44 -07:00
Emily Marigold Klassen
2f6ee8b71f
chore(typescript-language-features): fix spelling of deprecated (#125693)
Co-authored-by: Emily M Klassen <forivall@users.noreply.github.com>
2021-06-07 14:45:08 -07:00
Matt Bierner
0ec29f0fcf
Pick up TS 4.4@next for building
- Disables the two new strictness options for now
- Adopt shared tsconfig for `microsoft-authentication `
2021-06-07 14:44:24 -07:00
rebornix
c8928f8111 status bar test suite setup. 2021-06-07 14:14:20 -07:00
rebornix
f05512d87e statusbar suite. 2021-06-07 14:10:34 -07:00
rebornix
8b4a90726d Merge branch 'notebook/dev' into main 2021-06-07 13:53:10 -07:00
rebornix
5c063c5f83 move document event tests into notebook.document 2021-06-07 13:34:37 -07:00
rebornix
ef62adb3ba start separating tests. 2021-06-07 12:03:55 -07:00
rebornix
51ccb0434d multi tabs and custom metadata. 2021-06-07 11:51:19 -07:00
rebornix
6259f7ca84 more showNotebookDocument for workspace edit tests. 2021-06-07 11:45:31 -07:00
rebornix
af4086099f move towards openNotebookDocument. 2021-06-07 11:30:10 -07:00
rebornix
809dfb41a2 remove join cell test covered by unit test. 2021-06-07 11:10:04 -07:00
Matvii Hodovaniuk
67561036cf
Replace map with forEach (#115378)
The callback provided to the map call on this array should return a value, otherwise map will always return an array of undefined values. If the desired behaviour is to just iterate through all elements, then consider using forEach or a for-of loop instead.
2021-06-07 11:01:10 -07:00
rebornix
9369a1671f remove only. 2021-06-07 09:27:02 -07:00
Johannes Rieken
55218295bc
Merge branch 'main' into notebook/dev 2021-06-07 15:42:35 +02:00
Martin Aeschlimann
2fb55257fe
default themes: colorization of string placeholders 2021-06-07 14:07:56 +02:00
Patrick Stapfer
07760352c5 Update to latest seti-ui & add ReScript to icon theme 2021-06-07 13:46:43 +02:00
rebornix
ca92f34eb2 re #125369. remove use of delete command 2021-06-04 16:17:27 -07:00
Christof Marti
e91439216e Add "hostRequirements" to schema (microsoft/vscode-remote-release#5144) 2021-06-04 22:51:13 +02:00
Christof Marti
63e5b8058a Async import only once 2021-06-04 21:42:23 +02:00
Eric Amodio
41b1406d3a Revert parts of "Fix #125395"
Re-enables GitHub extension in untrusted workspaces

From commit 01c6fb557d
2021-06-03 16:51:46 -04:00
Eric Amodio
eab8d0403f Revert "Fixes #125350: disallow in untrusted ws"
This reverts commit 769e7080f4.
2021-06-03 16:51:46 -04:00
rebornix
11debc3846 Merge branch 'notebook/dev' into main 2021-06-03 13:32:46 -07:00
Matt Bierner
fd430418a0
Refine CellInfo type (#125351)
For #125269

- Rename `CellInfo` - >`OutputItem` (only internally, we also need to update the published types)
- Move `id` into `OutputItem`
- Move `element` out of `OutputItem`
- Rename `renderCell` to `renderOutputItem`
- Rename `destoryCell` to `disposeOutputItem` (`dispose` is  the term we generally use in our APIs)
2021-06-03 13:01:02 -07:00
Johannes Rieken
8f9eedf001
Merge branch 'main' into notebook/dev 2021-06-03 16:36:47 +02:00
Sandeep Somavarapu
01c6fb557d
Fix #125395 2021-06-03 16:14:25 +02:00
Alex Ross
6d66648c51
Add snippets for ports attributes to settings helper
Fixes #125081
2021-06-03 11:27:32 +02:00
Johannes Rieken
e43c3957f6
rename onDidChangeNotebookAssociation to onDidChangeSelectedNotebooks 2021-06-03 11:27:09 +02:00
Christof Marti
499e4948c7 Fix typo 2021-06-03 08:55:30 +02:00
Jackson Kearl
ab1c920200
Try setting gettingStarted as default editor (#125321)
* Try setting gettingStarted as default editor

* Try fix getting started webview crashing in colorizer tests

* Dont focus overeagarly
2021-06-02 17:43:34 -07:00
rebornix
68e862e1d6 skip flaky window test. 2021-06-02 16:18:52 -07:00
Eric Amodio
769e7080f4 Fixes #125350: disallow in untrusted ws 2021-06-02 19:10:51 -04:00
rebornix
26cd18321b remove backwards compatible tests. 2021-06-02 14:12:21 -07:00
Johannes Rieken
b5bdc48d55
use vscode.notebooks not vscode.notebook 2021-06-02 14:58:51 +02:00
Johannes Rieken
109c9d9486
adopt viewType everywhere and drop support for it, fixes https://github.com/microsoft/vscode/issues/125163 2021-06-02 12:05:19 +02:00
Johannes Rieken
ac05ae7b6f
move file'ish things into workspace namespace 2021-06-02 09:43:07 +02:00
Johannes Rieken
0b6e70302f
remove deprecated API 2021-06-02 09:24:43 +02:00
Johannes Rieken
ee87b2bd43
missing adopting for end-call 2021-06-02 08:22:26 +02:00
Johannes Rieken
d487b379ba
Merge branch 'main' into notebook/dev 2021-06-02 08:16:13 +02:00
rebornix
b154a3d304 skip view column test. 2021-06-01 18:30:38 -07:00
Rob Lourens
8df0f06858 Group startTime and endTime into a single object 2021-06-01 16:30:38 -07:00
Rob Lourens
ef28d1663d Inline parameters to execution task start and end 2021-06-01 16:13:27 -07:00
Rob Lourens
d2561813a8 Merge branch 'notebook/dev' into main 2021-06-01 15:11:23 -07:00
Johannes Rieken
6dbbcc2eee
fix compile issues... 2021-06-01 19:30:00 +02:00
Johannes Rieken
6fe84c402b
Merge pull request #125106 from microsoft/joh/api/noMetadataType
Remove dedicated types for notebook and cell metadata
2021-06-01 19:24:40 +02:00
Johannes Rieken
545b931b96
remove dedicated types for notebook and cell metadata 2021-06-01 14:50:53 +02:00
Johannes Rieken
b1457fa4b6
remove NotebookCellOutputItem#metadata 2021-06-01 13:59:44 +02:00
Martin Aeschlimann
d163f3f3d4
tooltip text grabbing broken. Fixes #124457 2021-06-01 10:26:50 +02:00
Martin Aeschlimann
24e1234559
[json/css/html] update services 2021-05-31 22:06:50 +02:00
Henning Dieterichs
dcf81c6265
Removes g flag from wordPatterns. 2021-05-31 19:47:57 +02:00
Johannes Rieken
0a1046ada4
Merge branch 'notebook/dev' into main 2021-05-31 19:43:49 +02:00
Henning Dieterichs
feed53b813
Merge branch 'main' into hediet/refactor-language-configuration 2021-05-31 19:40:48 +02:00
Christof Marti
b7be98705f Update descriptions 2021-05-31 15:35:11 +02:00
Johannes Rieken
83d5e2bda0
rename namespace to notebooks, https://github.com/microsoft/vscode/issues/122922 2021-05-31 13:06:14 +02:00
Christof Marti
427f48b8d1 Add prebuild commands 2021-05-31 11:06:49 +02:00
Rob Lourens
887ff91a14 Merge branch 'notebook/dev' into main 2021-05-28 14:42:20 -07:00
Miguel Solorio
e3354e26ef Whitespace characters are near invisible in High Contrast theme (Fixes #124612) 2021-05-28 20:43:10 +00:00
Tyler Leonhardt
15616f8d93
refactor codeExchangeProxy to use same route and use it for refresh token as well 2021-05-28 10:35:52 -07:00
Johannes Rieken
4202ab071a
rename NotebookCellOutput#outputs to #items 2021-05-28 17:57:50 +02:00
Tyler Leonhardt
e0c8a76b7a
don't sort scope list. Fixes Microsoft/vscode-pull-request-github#2751 2021-05-27 16:45:59 -07:00
Matt Bierner
9eeb092206
Re-enable skipped test
Fixes #119146
2021-05-27 15:44:27 -07:00
Matt Bierner
280e007073
Add undocumented always syntax only TS server mode
Fixes #124649
2021-05-27 14:40:47 -07:00
rebornix
866ecdd45a Merge branch 'notebook/dev' into main 2021-05-27 14:04:55 -07:00
Matt Bierner
b8f11107f7
Use @types/vscode-webview 2021-05-27 13:41:38 -07:00
Johannes Rieken
9ef57b5c21
remove NotebookCellOutputItem#value, https://github.com/microsoft/vscode/issues/123884 2021-05-27 14:55:25 +02:00
Martin Aeschlimann
693677c8a2
babel.config.json language mode should be 'jsonc'. Fixes #124683 2021-05-27 13:33:47 +02:00
Johannes Rieken
9d907212ba
rename NotebookCellExecutionTask to NotebookCellExecution 2021-05-27 12:14:20 +02:00
Martin Aeschlimann
5d534b94f8
dart: fix language configuration location 2021-05-27 12:10:11 +02:00
João Moreno
0637663fcf
fix isNoCorsEnvironment 2021-05-27 11:45:12 +02:00
Martin Aeschlimann
c1d4497a31
Merge pull request #124664 from microsoft/aeschli/dart
dart as built-in language
2021-05-27 08:36:05 +02:00
Ikko Ashimine
b5b059d2e2
fix typo in files.ts (#124693)
* fix typo in files.ts

occured -> occurred

* fix typos
2021-05-27 07:34:17 +02:00
Nicholas Rayburn
c538781d78
add notification if tsserver logs are left on for more than 7 days (#124149)
* add notification if tsserver logs are left on for more than 7 days fix #123493

* extended tsserver logging notification updates

* cleanup excess new lines

* typescript loglevelmonitor cleanup

* remove todo
2021-05-26 13:23:12 -07:00
Matt Bierner
1e6b6cb684
Pick up TS 4.3 final
Fixes #122884
2021-05-26 12:55:32 -07:00
Matt Bierner
6a12866c3e
💄 2021-05-26 12:55:32 -07:00
Tyler Leonhardt
f1a5d40aa7
refactor getCallbackEnvironment to return authority by default 2021-05-26 11:54:15 -07:00
Matt Bierner
9464d14f31
Make notebook renderer activate potentially async (#124647)
* Make notebook renderer activate potentially async

- Allow activate to be `async`
- Make `getRenderer` always return a promise instead of the api result directly

* Add comment on why we use async
2021-05-26 09:15:00 -07:00
Ashray Jha
5eb64c54ca
Modified markdown preview nested list styling (#124445)
* Modified markdown preview nested list styling

* Added proper styling to the nested list

* merge different rules into a single one
2021-05-26 09:05:35 -07:00
Martin Aeschlimann
a961587ecf
dart as built-in language 2021-05-26 11:52:41 +02:00
Martin Aeschlimann
98dc73a329
unnecessary space in in julia cgmanifest 2021-05-26 11:48:20 +02:00
Matt Bierner
68efd480d0
Explicitly convert properties to strings before uploading 2021-05-25 18:30:18 -07:00
rebornix
473cfe28bf Revert "Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main""
This reverts commit 7c01395da1.
2021-05-25 17:49:34 -07:00
Harald Kirschner
7c01395da1 Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main"
This reverts commit 7a976501eb, reversing
changes made to 2257676834.
2021-05-25 17:19:40 -07:00
rebornix
b4f4839da5 fix integration test 2021-05-25 14:31:40 -07:00
rebornix
6bcd590a70 Merge branch 'notebook/dev' into main 2021-05-25 14:24:16 -07:00
rebornix
e1731e9104 fix build 2021-05-25 14:23:05 -07:00
Martin Aeschlimann
757fd91f04 Hide TestReolver.newWindow when in virtual workspace 2021-05-25 23:07:49 +02:00
Martin Aeschlimann
cf2a866b7d test resolver: supports untrusted workspaces 2021-05-25 23:07:44 +02:00
Raymond Zhao
3ccbe2a6b1
Fixes #124247 2021-05-25 12:19:51 -07:00
Martin Aeschlimann
741beb8f26
TestResolver, use 127.0.0.1, not localhost 2021-05-25 16:30:57 +02:00