Commit Graph

11471 Commits

Author SHA1 Message Date
Ladislau Szomoru b7b095cdf6 Cleanup code 2021-05-02 09:42:27 +02:00
Matt Bierner c8bd5b211a Enable infer function return type for 4.3+
Fixes #122781
2021-05-01 00:06:23 -07:00
rebornix c63564b531 fix #122589 2021-04-30 14:42:10 -07:00
Johannes Rieken 1ed6862c3e more insights when execution integration tests fail 2021-04-30 14:16:00 +02:00
rebornix 78577aa18d Merge branch 'notebook/dev' into main 2021-04-29 14:09:08 -07:00
Eric Amodio 8dcc489fa1 Re-enables Git extension for virtual workspaces 2021-04-29 15:18:15 -04:00
Johannes Rieken ed52d777ef fix integration tests 2021-04-29 18:33:32 +02:00
Ladislau Szomoru 0bc066daef Add extension support completion provider to core 2021-04-29 13:43:41 +02:00
Matt Bierner 3915fcfe49 Add some links and small cleanup for JS/TS settings 2021-04-28 17:31:18 -07:00
Matt Bierner e8eb44523e Improve auto-fetch setting display
- Use markdown
- Use link
2021-04-28 17:25:41 -07:00
Matt Bierner a4fdb2c3ad Make adding overrides an preferred quick fix 2021-04-28 16:43:52 -07:00
Andrew Branch 033f6aac86 Fix missed Previewer.plain call due to adjacent @ts-expect-error (#121975) 2021-04-28 14:04:29 -07:00
Matt Bierner 7770708545 Reapply markup renderers change
Rewriting how we do replacements in the webviewPreloads function to hopefully handle optimization better
2021-04-28 10:44:25 -07:00
Eric Amodio c8c96aae9d Fixes # 122567: regex included .git in capture 2021-04-28 13:27:51 -04:00
João Moreno 87a33e998d disable edu telemetry on nocors 2021-04-27 16:03:57 +02:00
Johannes Rieken 1f8e11079e Revert "Comment out failing integration tests (#122269)"
This reverts commit 9a4d524f90.
2021-04-27 09:07:28 +02:00
Johannes Rieken 26cf2a5d62 fix https://github.com/microsoft/vscode/issues/122269 2021-04-27 08:35:09 +02:00
Alex Dima 9a4d524f90 Comment out failing integration tests (#122269) 2021-04-27 07:54:10 +02:00
Matt Bierner fe7c5aba01 Revert "Better notebook markup renderer api (#121882)"
This reverts commit 4cb27d2ec7.
2021-04-26 19:43:16 -07:00
Matt Bierner 4cb27d2ec7 Better notebook markup renderer api (#121882)
* Better notebook markup renderer api

For #121256

- Use js modules for notebook output renderers
- Rename apis from `markdown` to `markup`
- Use imports and exports for apis instead of globals for apis
- Use esbuild instead of webpack so we can emit js modules
- Clearly split top level markup renderes from renderers that extend other renderers

* Use constant instead of comment for replacement
2021-04-26 16:30:34 -07:00
Martin Aeschlimann 8b15a01d8e [json] update service 2021-04-27 00:09:54 +02:00
Martin Aeschlimann 553d92817b Word selection is incomplete for C++ identifiers containing certain allowed characters. Fixes #121343 2021-04-26 22:08:38 +02:00
Martin Aeschlimann 25d716f900 [html/css/json] update dependencies 2021-04-24 14:52:34 +02:00
SteVen Batten b2c250faeb fix build 2021-04-23 11:46:52 -07:00
SteVen Batten 6c747e75da Workspace Trust Prop Changes (#121779)
* update wording for dialog

* remove soft request prompts

* tweak wording

* use origin

* clean up language for choice prompt
2021-04-23 10:14:09 -07:00
Alex Ross 876dd2782a Don't allow multiple tasks runs to start at once
Fixes #118238
2021-04-23 17:03:31 +02:00
Ladislau Szomoru 118c41150c Move extension settings for workspace trust 2021-04-23 15:09:27 +02:00
Alex Ross d40139dd63 Make typescript problem matcher even more general
Fixes #121672
2021-04-23 14:19:29 +02:00
Sandeep Somavarapu ac151b40a5 enable virtual workspace capability 2021-04-23 10:20:23 +02:00
Matt Bierner 36591a96a0 Rename 2021-04-22 14:57:27 -07:00
rebornix 274565432c Merge branch 'notebook/dev' into main 2021-04-22 13:55:06 -07:00
Martin Aeschlimann 94f28728f7 remoteIndicator menu point: double digit order number. For #121180 2021-04-22 22:04:43 +02:00
Martin Aeschlimann 214a1581b7 Make window indicator menu contribution point stable. Fixes #121180 2021-04-22 21:54:38 +02:00
Rob Lourens 2f077172cb Add php.validate.executablePath to restrictedConfigurations 2021-04-22 11:49:37 -07:00
Sandeep Somavarapu 2130042ca4 disable github extension in virtual workspace as it depends on git 2021-04-22 17:44:51 +02:00
Alex Ross f38f90dfe1 Improve package.json file check
Fixes #120279
2021-04-22 17:35:45 +02:00
Sandeep Somavarapu 68bed01970 adopt virtual workspaces - not supported 2021-04-22 16:54:06 +02:00
SteVen Batten ed16789225 localise workspace trust strings for exts 2021-04-22 07:44:24 -07:00
Johannes Rieken 5390ec0e7c remove isPreferred as instance property, replace selector with only viewType, allow controller to set a notebook priority instead 2021-04-22 16:13:42 +02:00
Sandeep Somavarapu 70c5e1e00c fix compilation 2021-04-22 15:50:01 +02:00
Paul Teng 7d2da4ea7c Add pattern matching 'in' 2021-04-22 09:29:46 -04:00
Sandeep Somavarapu 90c5c7a0d2 Merge branch 'main' into capabilities 2021-04-22 14:29:13 +02:00
Eric Amodio 79033ef7a1 Adds code lens on vfs files 2021-04-22 03:29:20 -04:00
rebornix 264ccd16d4 Merge branch 'notebook/dev' into main 2021-04-21 15:15:59 -07:00
Matt Bierner 731402dce2 async override -> override async 2021-04-21 13:40:44 -07:00
SteVen Batten f9fc28d47d update ext manifest schema validation and built-in exts 2021-04-21 11:54:42 -07:00
SteVen Batten aec0921e5c first pass to update workspace trust to capabilities 2021-04-21 10:40:56 -07:00
João Moreno 034157dea8 gh auth: back to prod auth 2021-04-21 15:00:24 +02:00
Johannes Rieken 7194c24dad use serializer in NB integration test 2021-04-21 11:50:02 +02:00
Johannes Rieken 9af75c08c5 remove ability to alter notebook output via WorkspaceEdit or NotebookEditorEdit 2021-04-21 11:42:58 +02:00