mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
Use filenamePatterns in seti update script. Fixes #131650
This commit is contained in:
@@ -1791,10 +1791,6 @@
|
||||
"workspace.bazel": "_bazel",
|
||||
"bower.json": "_bower",
|
||||
"docker-healthcheck": "_docker_2",
|
||||
"docker-compose.yml": "_docker_3",
|
||||
"docker-compose.yaml": "_docker_3",
|
||||
"docker-compose.override.yml": "_docker_3",
|
||||
"docker-compose.override.yaml": "_docker_3",
|
||||
"firebase.json": "_firebase",
|
||||
"geckodriver": "_firefox",
|
||||
"gruntfile.js": "_grunt",
|
||||
@@ -1878,6 +1874,7 @@
|
||||
"typescript": "_typescript",
|
||||
"typescriptreact": "_typescript",
|
||||
"xml": "_xml",
|
||||
"dockercompose": "_docker_3",
|
||||
"yaml": "_yml",
|
||||
"argdown": "_argdown",
|
||||
"bicep": "_bicep",
|
||||
@@ -2189,6 +2186,7 @@
|
||||
"typescript": "_typescript_light",
|
||||
"typescriptreact": "_typescript_light",
|
||||
"xml": "_xml_light",
|
||||
"dockercompose": "_docker_3_light",
|
||||
"yaml": "_yml_light",
|
||||
"argdown": "_argdown_light",
|
||||
"bicep": "_bicep_light",
|
||||
@@ -2241,10 +2239,6 @@
|
||||
"workspace.bazel": "_bazel_light",
|
||||
"bower.json": "_bower_light",
|
||||
"docker-healthcheck": "_docker_2_light",
|
||||
"docker-compose.yml": "_docker_3_light",
|
||||
"docker-compose.yaml": "_docker_3_light",
|
||||
"docker-compose.override.yml": "_docker_3_light",
|
||||
"docker-compose.override.yaml": "_docker_3_light",
|
||||
"firebase.json": "_firebase_light",
|
||||
"geckodriver": "_firefox_light",
|
||||
"gruntfile.js": "_grunt_light",
|
||||
|
||||
Reference in New Issue
Block a user