Commit graph

63916 commits

Author SHA1 Message Date
Daniel Imms
bd36bf5db8 Add terminal wordSeparators setting
Fixes #93261
2020-04-06 05:04:38 -07:00
Daniel Imms
48801495e4 Fix NPE
Fixes #93307
2020-04-06 04:54:27 -07:00
João Moreno
fda15e87c0
Merge pull request #94526 from microsoft/joao/cleanup-builtin
Cleanup built-in extensions mechanism
2020-04-06 13:42:47 +02:00
João Moreno
3d47dd40f5 update distro 2020-04-06 13:42:18 +02:00
João Moreno
54442c1c7b move built-in extensions to product.json 2020-04-06 13:36:07 +02:00
Alex Ross
f474fcb271 update-grammars 2020-04-06 13:29:57 +02:00
Daniel Imms
8046b73066 Use IRemotePathService.userHome over IEnvironmentService
Part of #94506
2020-04-06 04:13:22 -07:00
Sandeep Somavarapu
d5a55ef7e6 Fix #83215 2020-04-06 13:05:50 +02:00
João Moreno
0074066c39 Revert "extensions: allow built-in extensions on different qualities (#89199)"
This reverts commit 7ad58a9bd7.
2020-04-06 12:49:47 +02:00
Sandeep Somavarapu
404f66c13c Fix #90890 2020-04-06 12:44:16 +02:00
João Moreno
09c12682ba fixes #94464 2020-04-06 12:28:43 +02:00
Johannes Rieken
62f24d7f75 fix https://github.com/microsoft/vscode/issues/94510 2020-04-06 12:20:41 +02:00
isidor
0b640e3d7c quickInput: Always show input if screen reader attached
#94360
2020-04-06 11:04:05 +02:00
Sandeep Somavarapu
15f635d6e7 💄 2020-04-06 10:19:52 +02:00
Sandeep Somavarapu
1c46a0b15d
Merge pull request #94435 from sh7dm/display-ext-version
Display extension version
2020-04-06 10:14:10 +02:00
Dmitry Sharshakov
802f7daa5e Move version to subtitle 2020-04-06 11:08:03 +03:00
Benjamin Pasero
d99bc983f7 debt - deprecate IEnvironmentService#userHome (#94506) 2020-04-06 09:57:59 +02:00
Benjamin Pasero
33dcd3028f 🆙 distro 2020-04-06 09:37:20 +02:00
João Moreno
d2ff4f7143
Merge pull request #94503 from microsoft/joao/fix-snap-env
Address GDK snap issues
2020-04-06 09:25:19 +02:00
Benjamin Pasero
7c7f74b797 quick access - better normalize matches 2020-04-06 09:18:00 +02:00
Benjamin Pasero
b644d803d1 debt - extract node pieces to node layer (window) 2020-04-06 09:17:00 +02:00
Benjamin Pasero
9f1aa3c9fe debt - remove node pieces from environment (#82598) 2020-04-06 09:12:41 +02:00
João Moreno
01d2058052
Merge pull request #94483 from microsoft/dependabot/npm_and_yarn/build/minimist-1.2.3
Bump minimist from 1.2.2 to 1.2.3 in /build
2020-04-06 09:07:10 +02:00
Benjamin Pasero
62a1155a23 debt - code style 💄 2020-04-06 09:01:05 +02:00
Benjamin Pasero
f8432f8d9c debt - more usage of ES6 object assign 2020-04-06 08:58:37 +02:00
Johannes Rieken
6d0becaadf
Merge pull request #94409 from gregvanl/CodeLens
CodeLens should be one word
2020-04-06 08:47:41 +02:00
Jean Pierre
e0850567f5
Merge branch 'master' into fix-91871 2020-04-05 20:26:43 -05:00
Jean Pierre
240ba23a67
Merge branch 'master' into fix-90714 2020-04-05 20:23:53 -05:00
Daniel Imms
6526fe0a1a
Merge pull request #90773 from MonoLizard/windows-terminal-workspace-support
Fix #90734 Add starting directory parameter for the new Windows Terminal
2020-04-05 16:55:56 -07:00
Daniel Imms
c64eb06884
Merge branch 'master' into windows-terminal-workspace-support 2020-04-05 16:46:53 -07:00
Matt Bierner
a5e6c1aa31 Improve workbench.editorAssociations setting UX
For #94491

- Removes the mime field since it is not used
- Add default snippet
- Slightly improve wording
2020-04-05 16:38:39 -07:00
Rachel Macfarlane
ace72b77c5 Update trusted extensions flow again 2020-04-05 15:03:17 -07:00
Rachel Macfarlane
df6e2e96a5 Fix build 2020-04-05 15:01:45 -07:00
dependabot[bot]
1eb8ce65e7
Bump minimist from 1.2.2 to 1.2.3 in /build
Bumps [minimist](https://github.com/substack/minimist) from 1.2.2 to 1.2.3.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.2...1.2.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-05 21:23:47 +00:00
Martin Aeschlimann
ef75b80163 always fetch impotant exe recommendations and report when not installed 2020-04-05 21:44:09 +02:00
Jackson Kearl
26f0496a67 Latest actions. 2020-04-05 09:24:54 -07:00
Daniel Imms
ebbc6591de Report linux desktop-related env vars in issue reporter
Fixes #94388
2020-04-05 09:12:10 -07:00
Daniel Imms
5b0460a67e Change terminal dimensions based on renderer type
The canvas and webgl renderers use a flat integer for width whereas
dom uses a floating point number. This was causing canvas/webgl to
be more narrow than they should be. Since changing rendererType is
a pretty infrequent thing it should be fine to resize for this.

Fixes #86425
2020-04-05 08:40:38 -07:00
Rob Lourens
ddebb29935 Update PHP grammar, fix #88441 2020-04-05 08:03:27 -07:00
Martin Aeschlimann
1aba0fb8e4 fix labels & comments about icon themes 2020-04-05 15:19:39 +02:00
Daniel Imms
fe36108236 Add dispose checks to env var collections
Fixes #94066
2020-04-04 21:15:43 -07:00
Daniel Imms
7464576c34 Fix env var collection case insensitivity on Windows
Fixes #94069
2020-04-04 20:54:34 -07:00
Daniel Imms
9fea64a934 Initialize terminal switcher with all actions
Fixes #93384
2020-04-04 19:29:27 -07:00
Dmitry Sharshakov
79a3398385 Display extension version 2020-04-04 12:42:48 +03:00
Jackson Kearl
6fded8a497 Add Java and JavaDebug causeByExtension commands. Ref #93335. 2020-04-03 19:09:44 -07:00
Rachel Macfarlane
4a7a581b85 Update text for accounts menu when no auth providers are registered, fixes #94053 2020-04-03 17:35:34 -07:00
Rachel Macfarlane
99f1267bd4 Remove unneeded css, fixes #94252 2020-04-03 17:33:09 -07:00
Rachel Macfarlane
95b39f4b08 Update keytar, fixes #94174 2020-04-03 16:38:14 -07:00
rebornix
0cb1201661 Fix #93716. Works for web now. 2020-04-03 15:42:23 -07:00
rebornix
18b8ef01b8 Fix #94055. 2020-04-03 15:07:31 -07:00