vscode/extensions
2022-02-01 13:59:12 -08:00
..
bat Update grammars 2021-05-04 13:42:19 +02:00
clojure Update grammars 2022-01-31 16:52:03 +01:00
coffeescript Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
configuration-editing Update description (microsoft/vscode-remote-release#6184) 2022-01-27 17:52:05 +01:00
cpp Update grammars 2022-01-31 16:52:03 +01:00
csharp Update grammars 2022-01-31 16:52:03 +01:00
css Update grammars 2021-11-02 15:32:34 +01:00
css-language-features [html/css/json] update services 2022-01-24 23:00:36 +01:00
dart Update grammars 2021-12-07 15:12:01 +01:00
debug-auto-launch use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
debug-server-ready 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
diff Update grammars 2021-12-07 15:12:01 +01:00
docker Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
emmet files - add a method to generate a random path name (#139364) 2021-12-17 11:08:17 +01:00
extension-editing Bump markdown-it from 12.0.4 to 12.3.2 in /extensions/extension-editing (#140597) 2022-01-13 17:05:10 -08:00
fsharp Update grammars 2022-01-31 16:52:03 +01:00
git Add setting to control repository scan 2022-01-26 20:07:25 +01:00
git-base Update grammars 2021-12-07 15:12:01 +01:00
github Bump node-fetch from 2.6.1 to 2.6.7 in /extensions/github (#141538) 2022-01-26 07:52:39 -08:00
github-authentication copy & continue. Fixes microsoft/vscode-internalbacklog#2613 2022-01-27 16:55:27 -08:00
go Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
groovy Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
grunt Selective task provider activation using a new onTaskType: activation event (#137662) 2021-12-07 17:43:38 +01:00
gulp Selective task provider activation using a new onTaskType: activation event (#137662) 2021-12-07 17:43:38 +01:00
handlebars Removes g flag from wordPatterns. 2021-05-31 19:47:57 +02:00
hlsl Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
html Hitting return after </button> element crashes VS Code (Insiders). Fixes #135806 2021-10-26 11:55:51 +02:00
html-language-features [html/css/json] update services 2022-01-24 23:00:36 +01:00
image-preview Add simple origin check 2022-02-01 12:49:49 -08:00
ini Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
ipynb Change jupyter language name 2021-11-17 11:42:42 -08:00
jake Selective task provider activation using a new onTaskType: activation event (#137662) 2021-12-07 17:43:38 +01:00
java Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
javascript Update grammars 2022-01-31 16:52:03 +01:00
json recognise .geojson as json, fixes #129329 2021-07-25 10:28:36 +02:00
json-language-features $ref '' in 'http://json-schema.org/draft-07/schema' can not be resolved. Fixes #141445 2022-01-25 18:08:19 +01:00
julia Update grammars 2022-01-31 16:52:03 +01:00
latex Update grammars 2022-01-31 16:52:03 +01:00
less Removes g flag from wordPatterns. 2021-05-31 19:47:57 +02:00
log Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
lua Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
make Register .mak extension for the Make language (#122614) 2021-05-03 16:03:05 +02:00
markdown-basics Fixes #139201 by disabling highlighting invisible characters in markdown and text files. 2022-01-07 17:35:23 +01:00
markdown-language-features Use ?. in a few more places 2022-02-01 13:59:12 -08:00
markdown-math Corrected the regex to detect espaced percent symbol (#139437) 2022-01-05 12:13:29 -08:00
merge-conflict Fix addOrigin (fixes #140551) 2022-01-19 10:51:55 +01:00
microsoft-authentication Bump node-fetch in /extensions/microsoft-authentication (#141536) 2022-01-26 10:16:24 -08:00
npm Update request-light. Fixes #140227 2022-01-07 15:19:40 +01:00
objective-c Update grammars 2021-11-02 15:32:34 +01:00
perl Update grammars 2021-08-10 17:06:42 +02:00
php Update PHP grammar 2022-01-14 16:28:13 -08:00
php-language-features Fix typos 2021-11-23 08:12:27 +01:00
powershell Update grammars 2021-11-02 15:32:34 +01:00
pug Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
python Recognize .pyt files in Python extension (#133546) 2021-09-29 00:51:42 -07:00
r Update grammars 2022-01-31 16:52:03 +01:00
razor Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
ruby Add pattern matching 'in' 2021-04-22 09:29:46 -04:00
rust Update grammars 2021-06-11 10:11:40 +02:00
scss Update grammars 2022-01-31 16:52:03 +01:00
search-result Add proposedApi manifest to searchresult extension 2021-11-15 15:03:29 -08:00
shaderlab Fix update-grammar scripts for cross-platform use 2021-02-08 15:39:56 +01:00
shellscript Do not recognize Debian's .install file as a shell script. Fixes #124295 2021-05-21 11:20:33 +02:00
simple-browser Use ?. in a few more places 2022-02-01 13:59:12 -08:00
sql Support --#region and --#endregion in SQL (#141257) 2022-01-24 09:16:13 +00:00
swift Update grammars 2021-05-04 13:42:19 +02:00
theme-abyss Adopt strike through for markdown 2022-01-05 15:13:35 -08:00
theme-defaults Adopt strike through for markdown 2022-01-05 15:13:35 -08:00
theme-kimbie-dark Adopt strike through for markdown 2022-01-05 15:13:35 -08:00
theme-monokai Adopt strike through for markdown 2022-01-05 15:13:35 -08:00
theme-monokai-dimmed [themes] monokai Dimmed theme issue. Fixes #80704 2022-01-19 22:14:42 +01:00
theme-quietlight Adopt strike through for markdown 2022-01-05 15:13:35 -08:00
theme-red Adopt strike through for markdown 2022-01-05 15:13:35 -08:00
theme-seti Update to latest seti-ui icon theme 2021-11-03 18:03:27 +00:00
theme-solarized-dark Adopt strike through for markdown 2022-01-05 15:13:35 -08:00
theme-solarized-light Adopt strike through for markdown 2022-01-05 15:13:35 -08:00
theme-tomorrow-night-blue Adopt strike through for markdown 2022-01-05 15:13:35 -08:00
types
typescript-basics Update grammars 2022-01-31 16:52:03 +01:00
typescript-language-features Use ?. in a few more places 2022-02-01 13:59:12 -08:00
vb add vba to extensions in the vb extension so that language detection works 2021-07-28 14:23:34 -07:00
vscode-api-tests tweak vscode.open command and its test, https://github.com/microsoft/vscode/pull/141944 2022-02-01 18:35:12 +01:00
vscode-colorize-tests Fix typos (#141959) 2022-02-01 09:16:37 -08:00
vscode-custom-editor-tests files - add a method to generate a random path name (#139364) 2021-12-17 11:08:17 +01:00
vscode-notebook-tests files - add a method to generate a random path name (#139364) 2021-12-17 11:08:17 +01:00
vscode-test-resolver test resolver: prefer connection-token over connection-token-file 2022-01-21 17:42:35 +01:00
xml Fixes #135151 by not colorizing brackets or rendering line scopes in xml. 2021-10-25 09:52:59 +02:00
yaml Add .cff to the recognized YAML file extensions (#131323) 2021-09-06 14:33:29 +02:00
cgmanifest.json Fix capitalization of GitHub org 2020-09-17 11:43:03 +02:00
package.json Pick up new minor TS version 2022-01-21 13:55:33 -08:00
postinstall.js Revert "Use rmdirSync instead of rimraf" 2021-03-19 14:12:49 -07:00
shared.webpack.config.js Update to the latest extension module 2021-07-26 13:44:43 -04:00
tsconfig.base.json no modern JavaScript for us 2021-07-16 17:34:00 +02:00
yarn.lock Pick up new minor TS version 2022-01-21 13:55:33 -08:00