Commit Graph

8878 Commits

Author SHA1 Message Date
rebornix
118da97dc8 Re #96433 2020-05-13 12:53:03 -07:00
rebornix
03acd2250a Fix #96433 2020-05-13 12:47:39 -07:00
Rachel Macfarlane
9559d186d4 Rename vscode-account extension to microsoft-authentication 2020-05-13 09:41:42 -07:00
rebornix
f027dd6fae Re microsoft/vscode-github-issue-notebooks#26. test for regression. 2020-05-13 08:44:51 -07:00
Alex Ross
3da22e920b Add path to LogOptions (#97693)
Part of microsoft/vscode-pull-request-github#1781
2020-05-13 16:04:28 +02:00
Martin Aeschlimann
74408bac89 guide users of the Auto Rename Tag extension to the new editor.renameOnType setting. Fixes #97700 2020-05-13 12:29:38 +02:00
João Moreno
ea89f2d8b9 related to microsoft/vscode-pull-request-github#1759 2020-05-13 11:24:51 +02:00
Martin Aeschlimann
15bd662fa7 Merge pull request #97646 from 9at8/add-shell-extensions
Support more shell script file extensions
2020-05-13 10:04:18 +02:00
Aditya Thakral
242781566c Support more shell script file extensions 2020-05-12 17:49:35 -04:00
Aditya Thakral
a33d16d97e Convert extension array to multiline array 2020-05-12 17:44:39 -04:00
Matt Bierner
2344d7cf7e Revert "add todo for matt"
This reverts commit cd93eaacd5.

Fixes #97636
2020-05-12 13:16:13 -07:00
Matt Bierner
b312fa2d33 Add initial source actions for remove unused and add missing imports
Fixes #95831
2020-05-12 13:16:08 -07:00
Matt Bierner
6efd86a30c Cleaning up fix all for JS/TS 2020-05-12 13:16:08 -07:00
João Moreno
cd93eaacd5 add todo for matt 2020-05-12 21:24:59 +02:00
João Moreno
5185d7e6f8 disable askpass, terminal and github auth when git is disabled
fixes #97320
2020-05-12 13:37:00 +02:00
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