mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode merge-base (#22780)
* Revert "Revert "Merge from vscode merge-base (#22769)" (#22779)"
This reverts commit 47a1745180.
* Fix notebook download task
* Remove done call from extensions-ci
This commit is contained in:
@@ -45,7 +45,8 @@ const nonBuiltInLanguages = { // { fileNames, extensions }
|
||||
const inheritIconFromLanguage = {
|
||||
"jsonc": 'json',
|
||||
"postcss": 'css',
|
||||
"django-html": 'html'
|
||||
"django-html": 'html',
|
||||
"blade": 'php'
|
||||
}
|
||||
|
||||
const FROM_DISK = true; // set to true to take content from a repo checked out next to the vscode repo
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"git": {
|
||||
"name": "seti-ui",
|
||||
"repositoryUrl": "https://github.com/jesseweed/seti-ui",
|
||||
"commitHash": "8dba1bc311dad1b9bc23c4779149f3bf9baa8cb0"
|
||||
"commitHash": "2d10473b7575ec00c47eda751ea9caeec6b0b606"
|
||||
}
|
||||
},
|
||||
"version": "0.1.0"
|
||||
|
||||
Binary file not shown.
@@ -750,6 +750,14 @@
|
||||
"fontCharacter": "\\E050",
|
||||
"fontColor": "#cc3e44"
|
||||
},
|
||||
"_java_1_light": {
|
||||
"fontCharacter": "\\E050",
|
||||
"fontColor": "#498ba7"
|
||||
},
|
||||
"_java_1": {
|
||||
"fontCharacter": "\\E050",
|
||||
"fontColor": "#519aba"
|
||||
},
|
||||
"_javascript_light": {
|
||||
"fontCharacter": "\\E051",
|
||||
"fontColor": "#b7b73b"
|
||||
@@ -1648,7 +1656,7 @@
|
||||
"hxp": "_haxe_2",
|
||||
"hxml": "_haxe_3",
|
||||
"jade": "_jade",
|
||||
"class": "_java",
|
||||
"class": "_java_1",
|
||||
"classpath": "_java",
|
||||
"js.map": "_javascript",
|
||||
"spec.js": "_javascript_1",
|
||||
@@ -1720,6 +1728,7 @@
|
||||
"tf": "_terraform",
|
||||
"tf.json": "_terraform",
|
||||
"tfvars": "_terraform",
|
||||
"tfvars.json": "_terraform",
|
||||
"dtx": "_tex_2",
|
||||
"ins": "_tex_3",
|
||||
"toml": "_config",
|
||||
@@ -1910,6 +1919,7 @@
|
||||
"clojure": "_clojure",
|
||||
"coffeescript": "_coffee",
|
||||
"jsonc": "_json",
|
||||
"json": "_json",
|
||||
"c": "_c",
|
||||
"cpp": "_cpp",
|
||||
"cuda-cpp": "_cu",
|
||||
@@ -1919,6 +1929,7 @@
|
||||
"dockerfile": "_docker",
|
||||
"ignore": "_git",
|
||||
"fsharp": "_f-sharp",
|
||||
"git-commit": "_git",
|
||||
"go": "_go2",
|
||||
"groovy": "_grails",
|
||||
"handlebars": "_mustache",
|
||||
@@ -1927,7 +1938,6 @@
|
||||
"java": "_java",
|
||||
"javascriptreact": "_react",
|
||||
"javascript": "_javascript",
|
||||
"json": "_json",
|
||||
"julia": "_julia",
|
||||
"tex": "_tex_1",
|
||||
"latex": "_tex",
|
||||
@@ -1983,7 +1993,8 @@
|
||||
"vala": "_vala",
|
||||
"vue": "_vue",
|
||||
"postcss": "_css",
|
||||
"django-html": "_html_3"
|
||||
"django-html": "_html_3",
|
||||
"blade": "_php"
|
||||
},
|
||||
"light": {
|
||||
"file": "_default_light",
|
||||
@@ -2062,7 +2073,7 @@
|
||||
"hxp": "_haxe_2_light",
|
||||
"hxml": "_haxe_3_light",
|
||||
"jade": "_jade_light",
|
||||
"class": "_java_light",
|
||||
"class": "_java_1_light",
|
||||
"classpath": "_java_light",
|
||||
"js.map": "_javascript_light",
|
||||
"spec.js": "_javascript_1_light",
|
||||
@@ -2134,6 +2145,7 @@
|
||||
"tf": "_terraform_light",
|
||||
"tf.json": "_terraform_light",
|
||||
"tfvars": "_terraform_light",
|
||||
"tfvars.json": "_terraform_light",
|
||||
"dtx": "_tex_2_light",
|
||||
"ins": "_tex_3_light",
|
||||
"toml": "_config_light",
|
||||
@@ -2232,6 +2244,7 @@
|
||||
"clojure": "_clojure_light",
|
||||
"coffeescript": "_coffee_light",
|
||||
"jsonc": "_json_light",
|
||||
"json": "_json_light",
|
||||
"c": "_c_light",
|
||||
"cpp": "_cpp_light",
|
||||
"cuda-cpp": "_cu_light",
|
||||
@@ -2241,6 +2254,7 @@
|
||||
"dockerfile": "_docker_light",
|
||||
"ignore": "_git_light",
|
||||
"fsharp": "_f-sharp_light",
|
||||
"git-commit": "_git_light",
|
||||
"go": "_go2_light",
|
||||
"groovy": "_grails_light",
|
||||
"handlebars": "_mustache_light",
|
||||
@@ -2249,7 +2263,6 @@
|
||||
"java": "_java_light",
|
||||
"javascriptreact": "_react_light",
|
||||
"javascript": "_javascript_light",
|
||||
"json": "_json_light",
|
||||
"julia": "_julia_light",
|
||||
"tex": "_tex_1_light",
|
||||
"latex": "_tex_light",
|
||||
@@ -2304,7 +2317,8 @@
|
||||
"scmp": "scmp",
|
||||
"vue": "_vue_light",
|
||||
"postcss": "_css_light",
|
||||
"django-html": "_html_3_light"
|
||||
"django-html": "_html_3_light",
|
||||
"blade": "_php_light"
|
||||
},
|
||||
"fileNames": {
|
||||
"mix": "_hex_light",
|
||||
@@ -2389,5 +2403,5 @@
|
||||
"Schema Compare": "scmp"
|
||||
}
|
||||
},
|
||||
"version": "https://github.com/jesseweed/seti-ui/commit/8dba1bc311dad1b9bc23c4779149f3bf9baa8cb0"
|
||||
"version": "https://github.com/jesseweed/seti-ui/commit/2d10473b7575ec00c47eda751ea9caeec6b0b606"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user