vscode/extensions
2020-12-17 12:01:07 +01:00
..
bat [bat] change comment token to @rem. Fixes #105896 2020-09-08 14:31:00 +02:00
clojure Fix #88418, update number color for color contrast 2020-01-21 10:23:18 -08:00
coffeescript Update colorizer baselines 2020-05-26 16:22:50 -07:00
configuration-editing Fix #112030 2020-12-07 17:56:56 +01:00
cpp Update grammars 2020-12-14 15:50:30 +01:00
csharp Use code-snippet suffix for extension snippets. Fixes #94625 2020-04-08 10:12:23 +02:00
css Fix #88418, update number color for color contrast 2020-01-21 10:23:18 -08:00
css-language-features [json/css/html] adopt lsp 316 2020-12-14 18:18:58 +01:00
debug-auto-launch debug: fix auto attach not turning on if reselecting current state 2020-12-03 22:07:19 -08:00
debug-server-ready debug: allow serverReadyAction to run a launch config by name 2020-11-03 10:00:54 -08:00
docker Fix #102823 2020-08-28 16:40:55 +02:00
emmet Emmet fix edit point commands #112691 2020-12-16 23:27:07 +00:00
extension-editing Do not ship unnecessary files with extensions 2020-07-24 13:57:51 +02:00
fsharp Update grammars 2020-12-14 15:50:30 +01:00
git remove quotes since we don't spawn shell 2020-12-14 22:03:51 +00:00
git-ui
github fixes #108001 2020-11-30 11:51:01 +01:00
github-authentication Add more logging to github auth provider 2020-11-06 15:10:09 -08:00
go Update go grammar and fix update script 2020-09-16 15:24:28 +02:00
groovy Detect Jenkinsfile as groovy 2020-09-15 21:31:36 -04:00
grunt Use non-deprecated version of registerTasksProvider 2020-02-12 17:20:05 -08:00
gulp Add 'Gulpfile.js' as valid gulpfile name 2020-08-03 11:15:31 +02:00
handlebars
hlsl Update grammars 2020-02-03 13:01:47 +01:00
html xhtm->xht 2020-07-29 18:12:24 +03:00
html-language-features [json/css/html] adopt lsp 316 2020-12-14 18:18:58 +01:00
image-preview Add proposed webview view API (#104601) 2020-08-20 13:59:22 -07:00
ini Treat all files with git{config,attributes,modules}/editorconfig extensions as properties files 2020-07-25 22:29:05 +03:00
jake Use non-deprecated version of registerTasksProvider 2020-02-12 17:20:05 -08:00
java Update grammars 2020-10-06 11:20:42 +02:00
javascript Update grammars 2020-12-14 15:50:30 +01:00
json Mark .ember-cli as jsonc instead of json 2020-11-12 22:33:38 -05:00
json-language-features [json/css/html] adopt lsp 316 2020-12-14 18:18:58 +01:00
less Fix #88418, update number color for color contrast 2020-01-21 10:23:18 -08:00
log Update grammars 2020-12-14 15:50:30 +01:00
lua Fix #88418, update number color for color contrast 2020-01-21 10:23:18 -08:00
make Add paren, bracket, and brace to autoclosing pairs for make 2020-12-03 15:53:01 +01:00
markdown-basics Update grammars 2020-12-14 15:50:30 +01:00
markdown-language-features Share webpack related node modules (#112718) 2020-12-17 11:16:03 +01:00
merge-conflict Update to use TS 4.1 for building VS Code 2020-09-16 11:58:01 -07:00
microsoft-authentication Don't use local server for signin in remote scenarios, fixes #104628 2020-11-17 15:10:27 -08:00
npm Fix run npm script in folder command 2020-12-09 16:25:00 +01:00
objective-c Revert C grammars to version from 1.43.1 2020-03-27 16:36:57 +01:00
perl Update colorizer baselines 2020-05-26 16:22:50 -07:00
php Update grammars 2020-12-14 15:50:30 +01:00
php-language-features Update to use TS 4.1 for building VS Code 2020-09-16 11:58:01 -07:00
powershell Add PowerShell herestring autoclosing pairs 2020-04-14 09:06:40 -07:00
pug file extensins: put primary first. For #102100 2020-07-11 17:36:19 +02:00
python Treat SConstruct/SConscript files as python automatically. Fixes #105623 2020-09-08 14:33:06 +02:00
r Update grammars 2020-05-11 14:03:54 +02:00
razor Fix #88418, update number color for color contrast 2020-01-21 10:23:18 -08:00
ruby Add more frequently-used Ruby filenames to Ruby bundle (based on the actual TextMate bundle) 2020-12-11 18:05:30 +03:00
rust Update grammars 2020-12-14 15:50:30 +01:00
scss [scss] Normalise SCSS attributes with CSS/LESS/SASS. Fixes #108840 2020-10-19 09:55:57 +02:00
search-result update pattern and add to grammar 2020-11-11 10:11:04 -08:00
shaderlab Update grammars 2020-02-03 13:01:47 +01:00
shellscript Support more shell script file extensions 2020-05-12 17:49:35 -04:00
sql Update branch for sql grammar 2020-11-06 14:04:50 +01:00
swift Update grammars 2020-12-14 15:50:30 +01:00
theme-abyss [theme] Git:Input Validation Subject Length - not working on Monokai Theme.Fixes #101081 2020-11-03 16:30:29 +01:00
theme-defaults Active indent lines do not render in High Contrast theme. Fixes #111137 2020-12-04 12:03:43 +01:00
theme-kimbie-dark [theme] Git:Input Validation Subject Length - not working on Monokai Theme.Fixes #101081 2020-11-03 16:30:29 +01:00
theme-monokai Adjust debug toolbar shadow (fixes #110422) 2020-11-12 09:26:51 -08:00
theme-monokai-dimmed [themes] theme names are all not localized. Fixes #109840 2020-11-03 09:46:34 +01:00
theme-quietlight Improve quiet light diff syntax highlighting. For #107926 2020-11-27 17:33:36 +01:00
theme-red [themes] theme names are all not localized. Fixes #109840 2020-11-03 09:46:34 +01:00
theme-seti Update seti 2020-11-12 13:33:17 -08:00
theme-solarized-dark [theme] Git:Input Validation Subject Length - not working on Monokai Theme.Fixes #101081 2020-11-03 16:30:29 +01:00
theme-solarized-light [theme] Git:Input Validation Subject Length - not working on Monokai Theme.Fixes #101081 2020-11-03 16:30:29 +01:00
theme-tomorrow-night-blue Correct themeLabel in package.nls.json for "Tomorrow Night Blue" theme 2020-11-08 15:30:16 +04:00
types fix something 2020-05-11 22:57:34 +08:00
typescript-basics Update grammars 2020-12-14 15:50:30 +01:00
typescript-language-features Share webpack related node modules (#112718) 2020-12-17 11:16:03 +01:00
vb Use code-snippet suffix for extension snippets. Fixes #94625 2020-04-08 10:12:23 +02:00
vscode-api-tests add extra check to understand https://github.com/microsoft/vscode/issues/112263 2020-12-11 09:48:15 +01:00
vscode-colorize-tests Add process.arch into the test results file name (#104946) 2020-08-19 07:48:37 +02:00
vscode-custom-editor-tests Add process.arch into the test results file name (#104946) 2020-08-19 07:48:37 +02:00
vscode-notebook-tests 💄 2020-10-06 11:18:52 -07:00
vscode-test-resolver Allow a resolver to provide the remote connection token 2020-10-29 21:28:04 +01:00
xml Built-in XSLT extension has 'brackets' setting that prevents bracket-matching for embedded XPath 1.0-3.1 Fixes #102584 2020-07-16 15:25:42 +02:00
yaml Fix #88418, update number color for color contrast 2020-01-21 10:23:18 -08:00
cgmanifest.json Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
package.json Pick up TS 4.1 final release 2020-11-19 22:09:54 -08:00
postinstall.js Remove more unused files from the typescript package 2020-06-11 11:52:28 -07:00
shared.tsconfig.json Don't include dom typings in extensions (#89942) 2020-02-04 11:08:22 -08:00
shared.webpack.config.js Adopt copy-webpack-plugin breaking change 2020-12-17 12:01:07 +01:00
yarn.lock Pick up TS 4.1 final release 2020-11-19 22:09:54 -08:00