Commit Graph

11577 Commits

Author SHA1 Message Date
Alex Dima cae6e662ce Reduce usage of allow-any-unicode-next-line 2021-11-20 21:01:29 +01:00
Matt Bierner e784e88a87 Update setting name to be more extensible in the future
Discussed in https://github.com/microsoft/TypeScript/issues/46590#issuecomment-966756378
2021-11-19 15:13:02 -08:00
Matt Bierner 9939a82851 Add separator for TS version quick pick 2021-11-19 15:13:02 -08:00
Matt Bierner fa1266520c Removing gating for ts args
These should be ignored on older TS versions
2021-11-19 15:13:01 -08:00
Matt Bierner 75c202e435 Don't send over npmLocation on web 2021-11-19 15:13:01 -08:00
Martin Aeschlimann 6123d781cb [json] use uri helpers 2021-11-19 22:27:02 +01:00
Martin Aeschlimann f13f5832fd [json] when downloading JSON Schema files, do Conditional GETs. Fixes #101050 2021-11-19 22:06:54 +01:00
Daniel Imms 96cc3b8fc0 Disable should respect dimension overrides again
Part of #137155
2021-11-19 06:01:49 -08:00
Martin Aeschlimann cd0e926097 hide _json.showAssociatedSchemaList command 2021-11-19 10:02:49 +01:00
Martin Aeschlimann 6651f8ab43 [json] Adapt language status indicator. Fixes #137288 2021-11-18 14:46:59 +01:00
Tyler Leonhardt c1c103dee7 Have setting the value trigger the filter. Fixes #137279 2021-11-17 12:48:12 -08:00
Matt Bierner 59c53002de Fix spelling 2021-11-17 12:47:37 -08:00
Matt Bierner 7600192459 Pick up TS 4.5 as bundled TS version
Fixes #136704
2021-11-17 12:47:37 -08:00
Rob Lourens e9ca473f62 Change jupyter language name
to make it more clear that it is for raw JSON, not a notebook
2021-11-17 11:42:42 -08:00
Tyler Leonhardt 8133e1fc5e Revert "have set value on the QuickPick/InputBox simply set the value on the input. Fixes #137279"
This reverts commit dfbaecd969.
2021-11-17 11:40:05 -08:00
Tyler Leonhardt dfbaecd969 have set value on the QuickPick/InputBox simply set the value on the input. Fixes #137279 2021-11-17 10:06:21 -08:00
Martin Aeschlimann 9f1e991680 [json] update diagnostics when schema changes. Fixes #137309 2021-11-17 16:14:52 +01:00
Daniel Imms b66d2e7bbd Next attempt to fix should respect dimension overrides in remote
Fixes #137155
2021-11-17 05:29:13 -08:00
Daniel Imms da099cc71f Skip should respect dimensions overrides tests in remote only
Part of #137155
2021-11-17 04:45:30 -08:00
Sandeep Somavarapu 5cbefa8178 #51935 suggestons for multi language identifiers 2021-11-16 23:07:10 +01:00
Miguel Solorio 68519fc444 Fix #137085 2021-11-16 08:39:29 -08:00
Ladislau Szomoru 56681eda57 Update Publish Branch label 2021-11-16 14:43:47 +01:00
chrisdias f50ca77882 update png files 2021-11-15 17:26:14 -08:00
Jackson Kearl 6e6ca5f46a Add proposedApi manifest to searchresult extension 2021-11-15 15:03:29 -08:00
Matt Bierner c8a321ae17 Skip document link test on web
Fixes #136738

Cant figure out why these tests sometimes timeout in safari on web. Only in ci too it seems :/
2021-11-15 13:27:04 -08:00
Raymond Zhao e1e648fe6e Revert back to onStartupFinished activation event
Fixes #137012
2021-11-15 12:39:25 -08:00
Daniel Imms f88820646b Tidy up 2021-11-15 00:14:06 -08:00
Daniel Imms b934d09346 Move other extension terminal tests to async await
Part of #137155
2021-11-14 23:53:12 -08:00
Daniel Imms 03a844a2e5 Use async await in pty terminal test
Part of #137155
2021-11-14 23:39:46 -08:00
Alex Ross 231fe61ab5 Add setting to exclude scripts from NPM scripts view
Fixes #71635
2021-11-12 17:14:51 +01:00
Martin Aeschlimann 4df57580d3 remove unnecessary escapes for '-' in regexes that go into schemas (for #137054) 2021-11-12 16:22:44 +01:00
Martin Aeschlimann 81b5ea2f37 [json] update service (for #137054) 2021-11-12 16:22:44 +01:00
Ladislau Szomoru cd8f11af58 Remove cgmanifest.json from git extension 2021-11-12 16:22:08 +01:00
Ladislau Szomoru 93a6105179 Extract git syntaxes/grammars into a separate extension 2021-11-12 16:19:54 +01:00
Ladislau Szomoru fff34ad86b Fix test input 2021-11-12 15:27:40 +01:00
Johannes Rieken 3bd29c1d6c temp restore all enabled proposed API for test resolver, depends on some contrib-extensions, https://github.com/microsoft/vscode/issues/131165 2021-11-12 12:46:37 +01:00
Johannes Rieken d775c7346c create stand-in declaration for contribViewsWelcome and adopt for git-extension, https://github.com/microsoft/vscode/issues/131165 2021-11-12 12:31:56 +01:00
Alex Ross 22b53c1acf Add contextualTitle for NPM Scripts
Fixes #111994
2021-11-12 11:57:50 +01:00
Ladislau Szomoru e95c74c4c7 Extract git static contributions into a separate extension 2021-11-12 11:35:35 +01:00
Johannes Rieken 09c9d4c293 use enabledApiProposals instead of wildcard property, also update compilation units to only include d.ts-files that are needed, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:57 +01:00
Ladislau Szomoru 4549bd26c7 Extract diff language into its own extension (#136967) 2021-11-12 10:59:52 +01:00
Johannes Rieken a4d426a1c2 split vscode.proposed.d.ts into a file per proposal, https://github.com/microsoft/vscode/issues/131165 2021-11-12 09:48:17 +01:00
Tyler Leonhardt f8b17200c1 refresh more often based on clock skew 2021-11-11 14:24:44 -08:00
Raymond Zhao 023cfc9959 Bump axios 2021-11-11 13:59:22 -08:00
Matt Bierner 40fbc4e89e Unskip test 2021-11-11 09:20:58 -08:00
Alex Ross 9efa55c419 Improve appearance of NPM scripts tree
Fixes #123091
2021-11-11 16:45:00 +01:00
Johannes Rieken 64da3b132b move languageStatus API proposal into its own file, adopt TypeScript usage, https://github.com/microsoft/vscode/issues/131165 2021-11-11 16:21:59 +01:00
Johannes Rieken edb91ace89 Merge branch 'main' into joh/vscode-dts 2021-11-11 09:30:36 +01:00
Benjamin Pasero fb48ad43fb git - make integration tests agnostic to file watcher issues (#136933) 2021-11-11 07:50:07 +01:00
Matt Bierner 3a79384dbf Tempoary skip sometimes flaky tests 2021-11-10 20:28:43 -08:00