Commit Graph
8863 Commits
Author SHA1 Message Date
Rachel Macfarlane cbb0b04d7d Add supportsMultipleAccounts to auth providers 2020-05-11 18:32:36 -07:00
Matt Bierner 4da345ea2b Clairify breaks setting effect
Fixes #97382
2020-05-11 17:33:28 -07:00
Matt Bierner c6db83b483 Extract error codes to constant file 2020-05-11 17:33:28 -07:00
Matt Bierner 2393521d37 Use equals helper 2020-05-11 17:33:28 -07:00
Rahul Kadyan 47c54f0e32 feat: use configNamespace for registering language providers of other extensions (#95621)
fixes #75890
2020-05-11 15:22:42 -07:00
Christos Pappas 03beeec722 Prevent aggressive image name encoding (#96935)
* Prevent aggressive image name encoding

* Fix typo on function name

Changes getWebiewContents to getWebviewContents in image-preview extension
2020-05-11 15:21:16 -07:00
Matt Bierner e4e1099f8c Configure optional chain completions at the file level instead of per-request
Fixes #97398
2020-05-11 14:52:20 -07:00
Matt Bierner df88d8a7ef Use vscode editor font variable in markdown preview
Fixes #97374
2020-05-11 14:23:16 -07:00
Matt Bierner b1e9155139 Use generic for providers with resolve methods (#96955)
* Use generic for providers with resolve

Fixes #95852

Some of our providers have two phases: provide and resolve. This change updates the typings to make it clearer that the values returned by provider are passed into resolve.

* Remove duplicate vscode.d.ts in search-result extension

* Also use generic type in result of resolve
2020-05-11 13:06:03 -07:00
Rachel Macfarlane bbb54b5ffc Remove trace setting from microsoft auth provider 2020-05-11 09:53:59 -07:00
Alex Ross 45da8ac9bc Fix resolveTask for npm install
Fixes #97197
2020-05-11 16:20:22 +02:00
Alex Ross 884fcedf97 Update grammars 2020-05-11 14:03:54 +02:00
Matt Bierner ba33738bb3 Pick up TS 3.9.2 insiders 2020-05-10 13:29:53 -07:00
rebornix 26ededa858 NotebookDocumentEditEvent 2020-05-08 11:55:22 -07:00
Danny Lin ff118340b5 Use system-ui alias for UI fonts (fixes #10144) (#96948)
Commit 45d93e9325 applied this change in
some areas, but it was reverted to fix #28619. The underlying cause of
the regression was Chromium bug 733219 [1], which has now been fixed, so
this change should be safe to apply now.

The old font stacks have been kept with lower priorities to work around
Chromium bug 724393 [2].

[1] https://bugs.chromium.org/p/chromium/issues/detail?id=733219
[2] https://bugs.chromium.org/p/chromium/issues/detail?id=724393
2020-05-08 08:21:40 +02:00
Peng Lyu a671075754 Merge pull request #97043 from microsoft/rebornix/hotexit
Notebook document creation from UI side and hot exit
2020-05-07 14:51:15 -07:00
Ladislau Szomoru ee8a6bc4f8 Git: Add "git rebase --abort" command (#97071)
Add "git rebase --abort" command
2020-05-07 14:26:55 +02:00
Rachel Macfarlane 9514854412 Add support for workspaces callbacks to MS auth provider 2020-05-06 18:15:57 -07:00
rebornix e0882b95ff Fix selection after reverting the document 2020-05-06 16:42:38 -07:00
rebornix 4bd68b7dfe fix false negative test 2020-05-06 15:04:52 -07:00
rebornix 6ff9361158 Merge remote-tracking branch 'origin/master' into rebornix/hotexit 2020-05-06 12:43:00 -07:00
Martin Aeschlimann 8a97cbb47d [json] Add setting to disable downloading JSON schemas. Fixes #96083 2020-05-06 18:58:59 +02:00
Martin Aeschlimann f8c59fed50 update seti font, support for inherit icon. Fixes #92951. Fixes #96326 2020-05-06 16:27:07 +02:00
Martin Aeschlimann 3887bc8aca [rename on type] Language client is not ready yet. FIxes #97062 2020-05-06 13:29:44 +02:00
rebornix 1b5217985b notebook document creation in UI side 2020-05-05 18:43:25 -07:00
Christof Marti 987bd8f4d0 Make image/dockerfile/dockerComposeFile optional 2020-05-05 08:36:22 +02:00
Matt Bierner 986a9c8bc9 Don't save files on JS/TS server start
Fixes #96503

This workaround no longer seems needed
2020-05-04 17:36:34 -07:00
Matt Bierner 41ca01f942 Remove console log
Fixes #96915
2020-05-04 17:28:33 -07:00
Matt Bierner 996b5be2ed Update built-in JS/TS version to 3.9 2020-05-04 16:34:31 -07:00
rebornix 39d562346c Merge remote-tracking branch 'origin/master' into rebornix/notebook-textbuffer 2020-05-04 11:12:37 -07:00
rebornix b7736a24c7 more testing for unsaved document 2020-05-01 17:21:30 -07:00
rebornix 715b135887 Slim NotebookEditorInput and model service for notebookEditorModel. 2020-05-01 15:36:41 -07:00
Martin Aeschlimann fe5024cb35 Handle invalid token type/modifier indexes. Fixes #96540 2020-05-01 16:48:19 +02:00
Benjamin Pasero 6a8b201c8a smoke - restore skip-release-notes CLI arg (#96459) 2020-04-29 12:40:04 +02:00
Rachel Macfarlane 11ec8269ed Pass correct host for VSO token 2020-04-28 15:17:22 -07:00
Rachel Macfarlane a1a98d07da Fix github authentication in the web, fixes #96406 2020-04-28 14:00:41 -07:00
Rachel Macfarlane 4b7882a2d2 Remove unused variable 2020-04-28 10:26:28 -07:00
Rachel Macfarlane ed9be86c6a Remove auth provider extension contributed sign in/out commands, fixes #96346 2020-04-28 09:00:11 -07:00
Alex Ross 27a97b9534 Allow quick suggestions in strings in dockerfiles
Part of #95924
2020-04-28 15:46:05 +02:00
João Moreno 0209826b56 fixes #96399 2020-04-28 15:09:38 +02:00
Andrew Casey 13d3a9358b Update npm script compile-extension:typescript-language-features (#96320) 2020-04-27 18:38:08 -07:00
Andrew Casey 3ecefe6d7a Make char position optional in TS stack (#96321) 2020-04-27 18:37:50 -07:00
kieferrm 3aa931c67d fix GDPR annotation 2020-04-28 00:49:18 +00:00
Matt Bierner 686ad17217 Clean up onTypesInstallerInitializationFailed
- Convert to async
- don't require using inline type with id
2020-04-27 16:42:45 -07:00
Martin Aeschlimann 919c46deab [html] update dependencies 2020-04-27 23:15:37 +02:00
Martin Aeschlimann 0cb91f61bd [css] update dependencies 2020-04-27 23:07:25 +02:00
Martin Aeschlimann 4a3bd05497 [json] Go to definition for $ref. Fixes #69411 2020-04-27 22:30:58 +02:00
Andrew Casey 27e2e92a54 Clean up CallstackOrException telemetry in typescript-language-features (#96108)
One was actually SystemMetaData, all others were either dropped or
replaced with sanitized versions classifiable as SystemMetaData.
2020-04-27 12:13:00 -07:00
Rachel Macfarlane b05b32bfd8 Use github auth server for provider 2020-04-27 08:10:46 -07:00
Daniel Imms eb64e93b17 Add ref to why test is disabled 2020-04-27 07:34:59 -07:00