Commit Graph

10747 Commits

Author SHA1 Message Date
Johannes Rieken 2c91a75e21 Merge branch 'main' into notebook/dev 2021-05-05 08:33:09 +02:00
Johannes Rieken 8a41ae1d93 less openWith-command, more editor asserting, https://github.com/microsoft/vscode/issues/122851 2021-05-05 08:32:06 +02:00
rebornix d631beda22 Merge branch 'notebook/dev' into main 2021-05-04 15:31:11 -07:00
Rob Lourens c22fad1fa4 Fix php autoindent with ])
Fix #122899
2021-05-04 15:06:52 -07:00
Logan Ramos 656e1e6086 More deprecated assertion cleanup 2021-05-04 15:55:26 -04:00
Logan Ramos af69dc26ca notEqual -> notStrictEqual 2021-05-04 15:55:25 -04:00
Connor Peet d639345791 notebooks: improve renderer message passing
Fixes https://github.com/microsoft/vscode/issues/122944
2021-05-04 12:35:06 -07:00
Logan Ramos 025fcaf611 remove old asserts from git tests 2021-05-04 15:32:21 -04:00
Logan Ramos 775ef54707 Remove assert.equal from custom editor tests 2021-05-04 15:09:54 -04:00
Logan Ramos 72aa675fc9 Update API tests to strict equal 2021-05-04 14:59:03 -04:00
Logan Ramos 1469a9840f Update deprecated html language features 2021-05-04 14:03:20 -04:00
Logan Ramos 135142e497 Update deprecated typescript tests 2021-05-04 13:49:47 -04:00
Logan Ramos e44bd2d93d Removed deprecated assert from css-language-features 2021-05-04 13:38:44 -04:00
Daniel Imms 8e5b3b5aff Merge branch 'main' into hbibkrim/114898_terminal_name_change_event 2021-05-04 08:39:30 -07:00
Martin Aeschlimann 85eee460c2 [json] update service 2021-05-04 16:21:24 +02:00
Johannes Rieken f249c1db60 use showNotebookDocument instead of command, maybe https://github.com/microsoft/vscode/issues/122851 2021-05-04 14:36:53 +02:00
Alex Ross 655fe7546f Fix port theme color typo 2021-05-04 14:09:39 +02:00
Alex Ross df15c8e832 Update grammars 2021-05-04 13:42:19 +02:00
Robo bce4d71f64 chore: bump node@14.x in devDependencies (#122905) 2021-05-04 10:04:13 +02:00
Matt Bierner bc04b1c04b Update md grammar 2021-05-03 18:17:41 -07:00
Matt Bierner 65c6a0a543 Pick up TS 4.3 nightly
For #122884
2021-05-03 16:15:30 -07:00
Raymond Zhao 29b9648b3e Emmet fix #122231 2021-05-03 13:39:38 -07:00
Ryan Zoeller d465e988f1 Register .mak extension for the Make language (#122614)
Associate the .mak extension with the Make language. This extension is commonly used for files included by Makefiles, and is recognized by GitHub's language detection: https://github.com/github/linguist/blob/32ec19c013a7f81ffaeead25e6e8f9668c7ed574/lib/linguist/languages.yml#L3282.

This PR fixes #122613.

Tested change by created a file with the .mak extension, and opening it in VS Code. The Language Mode was automatically set to 'Makefile'.
2021-05-03 16:03:05 +02:00
Martin Aeschlimann dc8bd9cd7e Merge pull request #121941 from plankp/main
Add pattern matching 'in'
2021-05-02 15:07:32 -07:00
Ladislau Szomoru 3edce10f20 Cleanup modal property from proposed api 2021-05-02 14:22:41 +02:00
Ladislau Szomoru 44b97e05b7 Merge branch 'lszomoru/extensionSupportCompletionProvider' 2021-05-02 10:34:08 +02:00
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