@codingame/monaco-vscode-all-default-extensions 1.85.1 → 1.85.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +69 -93
- package/package.json +78 -90
package/index.js
CHANGED
|
@@ -7,86 +7,74 @@ import { whenReady as whenReady$5 } from '@codingame/monaco-vscode-csharp-defaul
|
|
|
7
7
|
import { whenReady as whenReady$6 } from '@codingame/monaco-vscode-css-default-extension';
|
|
8
8
|
import { whenReady as whenReady$7 } from '@codingame/monaco-vscode-css-language-features-default-extension';
|
|
9
9
|
import { whenReady as whenReady$8 } from '@codingame/monaco-vscode-dart-default-extension';
|
|
10
|
-
import { whenReady as whenReady$9 } from '@codingame/monaco-vscode-
|
|
11
|
-
import { whenReady as whenReady$a } from '@codingame/monaco-vscode-
|
|
12
|
-
import { whenReady as whenReady$b } from '@codingame/monaco-vscode-
|
|
13
|
-
import { whenReady as whenReady$c } from '@codingame/monaco-vscode-
|
|
14
|
-
import { whenReady as whenReady$d } from '@codingame/monaco-vscode-
|
|
15
|
-
import { whenReady as whenReady$e } from '@codingame/monaco-vscode-
|
|
16
|
-
import { whenReady as whenReady$f } from '@codingame/monaco-vscode-
|
|
17
|
-
import { whenReady as whenReady$g } from '@codingame/monaco-vscode-
|
|
18
|
-
import { whenReady as whenReady$h } from '@codingame/monaco-vscode-
|
|
19
|
-
import { whenReady as whenReady$i } from '@codingame/monaco-vscode-
|
|
20
|
-
import { whenReady as whenReady$j } from '@codingame/monaco-vscode-
|
|
21
|
-
import { whenReady as whenReady$k } from '@codingame/monaco-vscode-
|
|
22
|
-
import { whenReady as whenReady$l } from '@codingame/monaco-vscode-
|
|
23
|
-
import { whenReady as whenReady$m } from '@codingame/monaco-vscode-
|
|
24
|
-
import { whenReady as whenReady$n } from '@codingame/monaco-vscode-
|
|
25
|
-
import { whenReady as whenReady$o } from '@codingame/monaco-vscode-
|
|
26
|
-
import { whenReady as whenReady$p } from '@codingame/monaco-vscode-
|
|
27
|
-
import { whenReady as whenReady$q } from '@codingame/monaco-vscode-
|
|
28
|
-
import { whenReady as whenReady$r } from '@codingame/monaco-vscode-
|
|
29
|
-
import { whenReady as whenReady$s } from '@codingame/monaco-vscode-
|
|
30
|
-
import { whenReady as whenReady$t } from '@codingame/monaco-vscode-
|
|
31
|
-
import { whenReady as whenReady$u } from '@codingame/monaco-vscode-
|
|
32
|
-
import { whenReady as whenReady$v } from '@codingame/monaco-vscode-
|
|
33
|
-
import { whenReady as whenReady$w } from '@codingame/monaco-vscode-
|
|
34
|
-
import { whenReady as whenReady$x } from '@codingame/monaco-vscode-
|
|
35
|
-
import { whenReady as whenReady$y } from '@codingame/monaco-vscode-
|
|
36
|
-
import { whenReady as whenReady$z } from '@codingame/monaco-vscode-
|
|
37
|
-
import { whenReady as whenReady$A } from '@codingame/monaco-vscode-
|
|
38
|
-
import { whenReady as whenReady$B } from '@codingame/monaco-vscode-
|
|
39
|
-
import { whenReady as whenReady$C } from '@codingame/monaco-vscode-
|
|
40
|
-
import { whenReady as whenReady$D } from '@codingame/monaco-vscode-
|
|
41
|
-
import { whenReady as whenReady$E } from '@codingame/monaco-vscode-
|
|
42
|
-
import { whenReady as whenReady$F } from '@codingame/monaco-vscode-
|
|
43
|
-
import { whenReady as whenReady$G } from '@codingame/monaco-vscode-
|
|
44
|
-
import { whenReady as whenReady$H } from '@codingame/monaco-vscode-
|
|
45
|
-
import { whenReady as whenReady$I } from '@codingame/monaco-vscode-
|
|
46
|
-
import { whenReady as whenReady$J } from '@codingame/monaco-vscode-
|
|
47
|
-
import { whenReady as whenReady$K } from '@codingame/monaco-vscode-
|
|
48
|
-
import { whenReady as whenReady$L } from '@codingame/monaco-vscode-
|
|
49
|
-
import { whenReady as whenReady$M } from '@codingame/monaco-vscode-
|
|
50
|
-
import { whenReady as whenReady$N } from '@codingame/monaco-vscode-
|
|
51
|
-
import { whenReady as whenReady$O } from '@codingame/monaco-vscode-
|
|
52
|
-
import { whenReady as whenReady$P } from '@codingame/monaco-vscode-
|
|
53
|
-
import { whenReady as whenReady$Q } from '@codingame/monaco-vscode-
|
|
54
|
-
import { whenReady as whenReady$R } from '@codingame/monaco-vscode-
|
|
55
|
-
import { whenReady as whenReady$S } from '@codingame/monaco-vscode-
|
|
56
|
-
import { whenReady as whenReady$T } from '@codingame/monaco-vscode-
|
|
57
|
-
import { whenReady as whenReady$U } from '@codingame/monaco-vscode-
|
|
58
|
-
import { whenReady as whenReady$V } from '@codingame/monaco-vscode-
|
|
59
|
-
import { whenReady as whenReady$W } from '@codingame/monaco-vscode-
|
|
60
|
-
import { whenReady as whenReady$X } from '@codingame/monaco-vscode-
|
|
61
|
-
import { whenReady as whenReady$Y } from '@codingame/monaco-vscode-
|
|
62
|
-
import { whenReady as whenReady$Z } from '@codingame/monaco-vscode-
|
|
63
|
-
import { whenReady as whenReady$_ } from '@codingame/monaco-vscode-
|
|
64
|
-
import { whenReady as whenReady$$ } from '@codingame/monaco-vscode-
|
|
65
|
-
import { whenReady as whenReady$10 } from '@codingame/monaco-vscode-
|
|
66
|
-
import { whenReady as whenReady$11 } from '@codingame/monaco-vscode-
|
|
67
|
-
import { whenReady as whenReady$12 } from '@codingame/monaco-vscode-
|
|
68
|
-
import { whenReady as whenReady$13 } from '@codingame/monaco-vscode-
|
|
69
|
-
import { whenReady as whenReady$14 } from '@codingame/monaco-vscode-
|
|
70
|
-
import { whenReady as whenReady$15 } from '@codingame/monaco-vscode-theme-
|
|
71
|
-
import { whenReady as whenReady$16 } from '@codingame/monaco-vscode-theme-
|
|
72
|
-
import { whenReady as whenReady$17 } from '@codingame/monaco-vscode-theme-
|
|
73
|
-
import { whenReady as whenReady$18 } from '@codingame/monaco-vscode-
|
|
74
|
-
import { whenReady as whenReady$19 } from '@codingame/monaco-vscode-
|
|
75
|
-
import { whenReady as whenReady$1a } from '@codingame/monaco-vscode-
|
|
76
|
-
import { whenReady as whenReady$1b } from '@codingame/monaco-vscode-
|
|
77
|
-
import { whenReady as whenReady$1c } from '@codingame/monaco-vscode-
|
|
78
|
-
import { whenReady as whenReady$1d } from '@codingame/monaco-vscode-theme-solarized-dark-default-extension';
|
|
79
|
-
import { whenReady as whenReady$1e } from '@codingame/monaco-vscode-theme-solarized-light-default-extension';
|
|
80
|
-
import { whenReady as whenReady$1f } from '@codingame/monaco-vscode-theme-tomorrow-night-blue-default-extension';
|
|
81
|
-
import { whenReady as whenReady$1g } from '@codingame/monaco-vscode-tunnel-forwarding-default-extension';
|
|
82
|
-
import { whenReady as whenReady$1h } from '@codingame/monaco-vscode-typescript-basics-default-extension';
|
|
83
|
-
import { whenReady as whenReady$1i } from '@codingame/monaco-vscode-typescript-language-features-default-extension';
|
|
84
|
-
import { whenReady as whenReady$1j } from '@codingame/monaco-vscode-vb-default-extension';
|
|
85
|
-
import { whenReady as whenReady$1k } from '@codingame/monaco-vscode-vscode-api-tests-default-extension';
|
|
86
|
-
import { whenReady as whenReady$1l } from '@codingame/monaco-vscode-vscode-colorize-tests-default-extension';
|
|
87
|
-
import { whenReady as whenReady$1m } from '@codingame/monaco-vscode-vscode-test-resolver-default-extension';
|
|
88
|
-
import { whenReady as whenReady$1n } from '@codingame/monaco-vscode-xml-default-extension';
|
|
89
|
-
import { whenReady as whenReady$1o } from '@codingame/monaco-vscode-yaml-default-extension';
|
|
10
|
+
import { whenReady as whenReady$9 } from '@codingame/monaco-vscode-diff-default-extension';
|
|
11
|
+
import { whenReady as whenReady$a } from '@codingame/monaco-vscode-docker-default-extension';
|
|
12
|
+
import { whenReady as whenReady$b } from '@codingame/monaco-vscode-emmet-default-extension';
|
|
13
|
+
import { whenReady as whenReady$c } from '@codingame/monaco-vscode-extension-editing-default-extension';
|
|
14
|
+
import { whenReady as whenReady$d } from '@codingame/monaco-vscode-fsharp-default-extension';
|
|
15
|
+
import { whenReady as whenReady$e } from '@codingame/monaco-vscode-git-base-default-extension';
|
|
16
|
+
import { whenReady as whenReady$f } from '@codingame/monaco-vscode-github-authentication-default-extension';
|
|
17
|
+
import { whenReady as whenReady$g } from '@codingame/monaco-vscode-go-default-extension';
|
|
18
|
+
import { whenReady as whenReady$h } from '@codingame/monaco-vscode-groovy-default-extension';
|
|
19
|
+
import { whenReady as whenReady$i } from '@codingame/monaco-vscode-handlebars-default-extension';
|
|
20
|
+
import { whenReady as whenReady$j } from '@codingame/monaco-vscode-hlsl-default-extension';
|
|
21
|
+
import { whenReady as whenReady$k } from '@codingame/monaco-vscode-html-default-extension';
|
|
22
|
+
import { whenReady as whenReady$l } from '@codingame/monaco-vscode-html-language-features-default-extension';
|
|
23
|
+
import { whenReady as whenReady$m } from '@codingame/monaco-vscode-ini-default-extension';
|
|
24
|
+
import { whenReady as whenReady$n } from '@codingame/monaco-vscode-ipynb-default-extension';
|
|
25
|
+
import { whenReady as whenReady$o } from '@codingame/monaco-vscode-java-default-extension';
|
|
26
|
+
import { whenReady as whenReady$p } from '@codingame/monaco-vscode-javascript-default-extension';
|
|
27
|
+
import { whenReady as whenReady$q } from '@codingame/monaco-vscode-json-default-extension';
|
|
28
|
+
import { whenReady as whenReady$r } from '@codingame/monaco-vscode-json-language-features-default-extension';
|
|
29
|
+
import { whenReady as whenReady$s } from '@codingame/monaco-vscode-julia-default-extension';
|
|
30
|
+
import { whenReady as whenReady$t } from '@codingame/monaco-vscode-latex-default-extension';
|
|
31
|
+
import { whenReady as whenReady$u } from '@codingame/monaco-vscode-less-default-extension';
|
|
32
|
+
import { whenReady as whenReady$v } from '@codingame/monaco-vscode-log-default-extension';
|
|
33
|
+
import { whenReady as whenReady$w } from '@codingame/monaco-vscode-lua-default-extension';
|
|
34
|
+
import { whenReady as whenReady$x } from '@codingame/monaco-vscode-make-default-extension';
|
|
35
|
+
import { whenReady as whenReady$y } from '@codingame/monaco-vscode-markdown-basics-default-extension';
|
|
36
|
+
import { whenReady as whenReady$z } from '@codingame/monaco-vscode-markdown-language-features-default-extension';
|
|
37
|
+
import { whenReady as whenReady$A } from '@codingame/monaco-vscode-markdown-math-default-extension';
|
|
38
|
+
import { whenReady as whenReady$B } from '@codingame/monaco-vscode-media-preview-default-extension';
|
|
39
|
+
import { whenReady as whenReady$C } from '@codingame/monaco-vscode-merge-conflict-default-extension';
|
|
40
|
+
import { whenReady as whenReady$D } from '@codingame/monaco-vscode-microsoft-authentication-default-extension';
|
|
41
|
+
import { whenReady as whenReady$E } from '@codingame/monaco-vscode-notebook-renderers-default-extension';
|
|
42
|
+
import { whenReady as whenReady$F } from '@codingame/monaco-vscode-npm-default-extension';
|
|
43
|
+
import { whenReady as whenReady$G } from '@codingame/monaco-vscode-objective-c-default-extension';
|
|
44
|
+
import { whenReady as whenReady$H } from '@codingame/monaco-vscode-perl-default-extension';
|
|
45
|
+
import { whenReady as whenReady$I } from '@codingame/monaco-vscode-php-default-extension';
|
|
46
|
+
import { whenReady as whenReady$J } from '@codingame/monaco-vscode-powershell-default-extension';
|
|
47
|
+
import { whenReady as whenReady$K } from '@codingame/monaco-vscode-pug-default-extension';
|
|
48
|
+
import { whenReady as whenReady$L } from '@codingame/monaco-vscode-python-default-extension';
|
|
49
|
+
import { whenReady as whenReady$M } from '@codingame/monaco-vscode-r-default-extension';
|
|
50
|
+
import { whenReady as whenReady$N } from '@codingame/monaco-vscode-razor-default-extension';
|
|
51
|
+
import { whenReady as whenReady$O } from '@codingame/monaco-vscode-references-view-default-extension';
|
|
52
|
+
import { whenReady as whenReady$P } from '@codingame/monaco-vscode-restructuredtext-default-extension';
|
|
53
|
+
import { whenReady as whenReady$Q } from '@codingame/monaco-vscode-ruby-default-extension';
|
|
54
|
+
import { whenReady as whenReady$R } from '@codingame/monaco-vscode-rust-default-extension';
|
|
55
|
+
import { whenReady as whenReady$S } from '@codingame/monaco-vscode-scss-default-extension';
|
|
56
|
+
import { whenReady as whenReady$T } from '@codingame/monaco-vscode-search-result-default-extension';
|
|
57
|
+
import { whenReady as whenReady$U } from '@codingame/monaco-vscode-shaderlab-default-extension';
|
|
58
|
+
import { whenReady as whenReady$V } from '@codingame/monaco-vscode-shellscript-default-extension';
|
|
59
|
+
import { whenReady as whenReady$W } from '@codingame/monaco-vscode-simple-browser-default-extension';
|
|
60
|
+
import { whenReady as whenReady$X } from '@codingame/monaco-vscode-sql-default-extension';
|
|
61
|
+
import { whenReady as whenReady$Y } from '@codingame/monaco-vscode-swift-default-extension';
|
|
62
|
+
import { whenReady as whenReady$Z } from '@codingame/monaco-vscode-theme-abyss-default-extension';
|
|
63
|
+
import { whenReady as whenReady$_ } from '@codingame/monaco-vscode-theme-defaults-default-extension';
|
|
64
|
+
import { whenReady as whenReady$$ } from '@codingame/monaco-vscode-theme-kimbie-dark-default-extension';
|
|
65
|
+
import { whenReady as whenReady$10 } from '@codingame/monaco-vscode-theme-monokai-default-extension';
|
|
66
|
+
import { whenReady as whenReady$11 } from '@codingame/monaco-vscode-theme-monokai-dimmed-default-extension';
|
|
67
|
+
import { whenReady as whenReady$12 } from '@codingame/monaco-vscode-theme-quietlight-default-extension';
|
|
68
|
+
import { whenReady as whenReady$13 } from '@codingame/monaco-vscode-theme-red-default-extension';
|
|
69
|
+
import { whenReady as whenReady$14 } from '@codingame/monaco-vscode-theme-seti-default-extension';
|
|
70
|
+
import { whenReady as whenReady$15 } from '@codingame/monaco-vscode-theme-solarized-dark-default-extension';
|
|
71
|
+
import { whenReady as whenReady$16 } from '@codingame/monaco-vscode-theme-solarized-light-default-extension';
|
|
72
|
+
import { whenReady as whenReady$17 } from '@codingame/monaco-vscode-theme-tomorrow-night-blue-default-extension';
|
|
73
|
+
import { whenReady as whenReady$18 } from '@codingame/monaco-vscode-typescript-basics-default-extension';
|
|
74
|
+
import { whenReady as whenReady$19 } from '@codingame/monaco-vscode-typescript-language-features-default-extension';
|
|
75
|
+
import { whenReady as whenReady$1a } from '@codingame/monaco-vscode-vb-default-extension';
|
|
76
|
+
import { whenReady as whenReady$1b } from '@codingame/monaco-vscode-xml-default-extension';
|
|
77
|
+
import { whenReady as whenReady$1c } from '@codingame/monaco-vscode-yaml-default-extension';
|
|
90
78
|
|
|
91
79
|
Promise.all(
|
|
92
80
|
whenReady(),
|
|
@@ -165,17 +153,5 @@ Promise.all(
|
|
|
165
153
|
whenReady$19(),
|
|
166
154
|
whenReady$1a(),
|
|
167
155
|
whenReady$1b(),
|
|
168
|
-
whenReady$1c()
|
|
169
|
-
whenReady$1d(),
|
|
170
|
-
whenReady$1e(),
|
|
171
|
-
whenReady$1f(),
|
|
172
|
-
whenReady$1g(),
|
|
173
|
-
whenReady$1h(),
|
|
174
|
-
whenReady$1i(),
|
|
175
|
-
whenReady$1j(),
|
|
176
|
-
whenReady$1k(),
|
|
177
|
-
whenReady$1l(),
|
|
178
|
-
whenReady$1m(),
|
|
179
|
-
whenReady$1n(),
|
|
180
|
-
whenReady$1o()
|
|
156
|
+
whenReady$1c()
|
|
181
157
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-all-default-extensions",
|
|
3
|
-
"version": "1.85.
|
|
3
|
+
"version": "1.85.3",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,94 +18,82 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@codingame/monaco-vscode-bat-default-extension": "1.85.
|
|
22
|
-
"@codingame/monaco-vscode-clojure-default-extension": "1.85.
|
|
23
|
-
"@codingame/monaco-vscode-coffeescript-default-extension": "1.85.
|
|
24
|
-
"@codingame/monaco-vscode-configuration-editing-default-extension": "1.85.
|
|
25
|
-
"@codingame/monaco-vscode-cpp-default-extension": "1.85.
|
|
26
|
-
"@codingame/monaco-vscode-csharp-default-extension": "1.85.
|
|
27
|
-
"@codingame/monaco-vscode-css-default-extension": "1.85.
|
|
28
|
-
"@codingame/monaco-vscode-css-language-features-default-extension": "1.85.
|
|
29
|
-
"@codingame/monaco-vscode-dart-default-extension": "1.85.
|
|
30
|
-
"@codingame/monaco-vscode-
|
|
31
|
-
"@codingame/monaco-vscode-
|
|
32
|
-
"@codingame/monaco-vscode-
|
|
33
|
-
"@codingame/monaco-vscode-
|
|
34
|
-
"@codingame/monaco-vscode-
|
|
35
|
-
"@codingame/monaco-vscode-
|
|
36
|
-
"@codingame/monaco-vscode-
|
|
37
|
-
"@codingame/monaco-vscode-
|
|
38
|
-
"@codingame/monaco-vscode-
|
|
39
|
-
"@codingame/monaco-vscode-
|
|
40
|
-
"@codingame/monaco-vscode-
|
|
41
|
-
"@codingame/monaco-vscode-
|
|
42
|
-
"@codingame/monaco-vscode-
|
|
43
|
-
"@codingame/monaco-vscode-
|
|
44
|
-
"@codingame/monaco-vscode-
|
|
45
|
-
"@codingame/monaco-vscode-
|
|
46
|
-
"@codingame/monaco-vscode-
|
|
47
|
-
"@codingame/monaco-vscode-
|
|
48
|
-
"@codingame/monaco-vscode-
|
|
49
|
-
"@codingame/monaco-vscode-
|
|
50
|
-
"@codingame/monaco-vscode-
|
|
51
|
-
"@codingame/monaco-vscode-
|
|
52
|
-
"@codingame/monaco-vscode-
|
|
53
|
-
"@codingame/monaco-vscode-
|
|
54
|
-
"@codingame/monaco-vscode-
|
|
55
|
-
"@codingame/monaco-vscode-
|
|
56
|
-
"@codingame/monaco-vscode-
|
|
57
|
-
"@codingame/monaco-vscode-
|
|
58
|
-
"@codingame/monaco-vscode-
|
|
59
|
-
"@codingame/monaco-vscode-
|
|
60
|
-
"@codingame/monaco-vscode-
|
|
61
|
-
"@codingame/monaco-vscode-
|
|
62
|
-
"@codingame/monaco-vscode-
|
|
63
|
-
"@codingame/monaco-vscode-
|
|
64
|
-
"@codingame/monaco-vscode-
|
|
65
|
-
"@codingame/monaco-vscode-
|
|
66
|
-
"@codingame/monaco-vscode-
|
|
67
|
-
"@codingame/monaco-vscode-
|
|
68
|
-
"@codingame/monaco-vscode-
|
|
69
|
-
"@codingame/monaco-vscode-
|
|
70
|
-
"@codingame/monaco-vscode-
|
|
71
|
-
"@codingame/monaco-vscode-
|
|
72
|
-
"@codingame/monaco-vscode-
|
|
73
|
-
"@codingame/monaco-vscode-
|
|
74
|
-
"@codingame/monaco-vscode-
|
|
75
|
-
"@codingame/monaco-vscode-
|
|
76
|
-
"@codingame/monaco-vscode-
|
|
77
|
-
"@codingame/monaco-vscode-
|
|
78
|
-
"@codingame/monaco-vscode-
|
|
79
|
-
"@codingame/monaco-vscode-
|
|
80
|
-
"@codingame/monaco-vscode-
|
|
81
|
-
"@codingame/monaco-vscode-
|
|
82
|
-
"@codingame/monaco-vscode-
|
|
83
|
-
"@codingame/monaco-vscode-
|
|
84
|
-
"@codingame/monaco-vscode-
|
|
85
|
-
"@codingame/monaco-vscode-
|
|
86
|
-
"@codingame/monaco-vscode-
|
|
87
|
-
"@codingame/monaco-vscode-
|
|
88
|
-
"@codingame/monaco-vscode-
|
|
89
|
-
"@codingame/monaco-vscode-
|
|
90
|
-
"@codingame/monaco-vscode-theme-
|
|
91
|
-
"@codingame/monaco-vscode-theme-
|
|
92
|
-
"@codingame/monaco-vscode-theme-
|
|
93
|
-
"@codingame/monaco-vscode-
|
|
94
|
-
"@codingame/monaco-vscode-
|
|
95
|
-
"@codingame/monaco-vscode-
|
|
96
|
-
"@codingame/monaco-vscode-
|
|
97
|
-
"@codingame/monaco-vscode-
|
|
98
|
-
"@codingame/monaco-vscode-theme-solarized-dark-default-extension": "1.85.1",
|
|
99
|
-
"@codingame/monaco-vscode-theme-solarized-light-default-extension": "1.85.1",
|
|
100
|
-
"@codingame/monaco-vscode-theme-tomorrow-night-blue-default-extension": "1.85.1",
|
|
101
|
-
"@codingame/monaco-vscode-tunnel-forwarding-default-extension": "1.85.1",
|
|
102
|
-
"@codingame/monaco-vscode-typescript-basics-default-extension": "1.85.1",
|
|
103
|
-
"@codingame/monaco-vscode-typescript-language-features-default-extension": "1.85.1",
|
|
104
|
-
"@codingame/monaco-vscode-vb-default-extension": "1.85.1",
|
|
105
|
-
"@codingame/monaco-vscode-vscode-api-tests-default-extension": "1.85.1",
|
|
106
|
-
"@codingame/monaco-vscode-vscode-colorize-tests-default-extension": "1.85.1",
|
|
107
|
-
"@codingame/monaco-vscode-vscode-test-resolver-default-extension": "1.85.1",
|
|
108
|
-
"@codingame/monaco-vscode-xml-default-extension": "1.85.1",
|
|
109
|
-
"@codingame/monaco-vscode-yaml-default-extension": "1.85.1"
|
|
21
|
+
"@codingame/monaco-vscode-bat-default-extension": "1.85.3",
|
|
22
|
+
"@codingame/monaco-vscode-clojure-default-extension": "1.85.3",
|
|
23
|
+
"@codingame/monaco-vscode-coffeescript-default-extension": "1.85.3",
|
|
24
|
+
"@codingame/monaco-vscode-configuration-editing-default-extension": "1.85.3",
|
|
25
|
+
"@codingame/monaco-vscode-cpp-default-extension": "1.85.3",
|
|
26
|
+
"@codingame/monaco-vscode-csharp-default-extension": "1.85.3",
|
|
27
|
+
"@codingame/monaco-vscode-css-default-extension": "1.85.3",
|
|
28
|
+
"@codingame/monaco-vscode-css-language-features-default-extension": "1.85.3",
|
|
29
|
+
"@codingame/monaco-vscode-dart-default-extension": "1.85.3",
|
|
30
|
+
"@codingame/monaco-vscode-diff-default-extension": "1.85.3",
|
|
31
|
+
"@codingame/monaco-vscode-docker-default-extension": "1.85.3",
|
|
32
|
+
"@codingame/monaco-vscode-emmet-default-extension": "1.85.3",
|
|
33
|
+
"@codingame/monaco-vscode-extension-editing-default-extension": "1.85.3",
|
|
34
|
+
"@codingame/monaco-vscode-fsharp-default-extension": "1.85.3",
|
|
35
|
+
"@codingame/monaco-vscode-git-base-default-extension": "1.85.3",
|
|
36
|
+
"@codingame/monaco-vscode-github-authentication-default-extension": "1.85.3",
|
|
37
|
+
"@codingame/monaco-vscode-go-default-extension": "1.85.3",
|
|
38
|
+
"@codingame/monaco-vscode-groovy-default-extension": "1.85.3",
|
|
39
|
+
"@codingame/monaco-vscode-handlebars-default-extension": "1.85.3",
|
|
40
|
+
"@codingame/monaco-vscode-hlsl-default-extension": "1.85.3",
|
|
41
|
+
"@codingame/monaco-vscode-html-default-extension": "1.85.3",
|
|
42
|
+
"@codingame/monaco-vscode-html-language-features-default-extension": "1.85.3",
|
|
43
|
+
"@codingame/monaco-vscode-ini-default-extension": "1.85.3",
|
|
44
|
+
"@codingame/monaco-vscode-ipynb-default-extension": "1.85.3",
|
|
45
|
+
"@codingame/monaco-vscode-java-default-extension": "1.85.3",
|
|
46
|
+
"@codingame/monaco-vscode-javascript-default-extension": "1.85.3",
|
|
47
|
+
"@codingame/monaco-vscode-json-default-extension": "1.85.3",
|
|
48
|
+
"@codingame/monaco-vscode-json-language-features-default-extension": "1.85.3",
|
|
49
|
+
"@codingame/monaco-vscode-julia-default-extension": "1.85.3",
|
|
50
|
+
"@codingame/monaco-vscode-latex-default-extension": "1.85.3",
|
|
51
|
+
"@codingame/monaco-vscode-less-default-extension": "1.85.3",
|
|
52
|
+
"@codingame/monaco-vscode-log-default-extension": "1.85.3",
|
|
53
|
+
"@codingame/monaco-vscode-lua-default-extension": "1.85.3",
|
|
54
|
+
"@codingame/monaco-vscode-make-default-extension": "1.85.3",
|
|
55
|
+
"@codingame/monaco-vscode-markdown-basics-default-extension": "1.85.3",
|
|
56
|
+
"@codingame/monaco-vscode-markdown-language-features-default-extension": "1.85.3",
|
|
57
|
+
"@codingame/monaco-vscode-markdown-math-default-extension": "1.85.3",
|
|
58
|
+
"@codingame/monaco-vscode-media-preview-default-extension": "1.85.3",
|
|
59
|
+
"@codingame/monaco-vscode-merge-conflict-default-extension": "1.85.3",
|
|
60
|
+
"@codingame/monaco-vscode-microsoft-authentication-default-extension": "1.85.3",
|
|
61
|
+
"@codingame/monaco-vscode-notebook-renderers-default-extension": "1.85.3",
|
|
62
|
+
"@codingame/monaco-vscode-npm-default-extension": "1.85.3",
|
|
63
|
+
"@codingame/monaco-vscode-objective-c-default-extension": "1.85.3",
|
|
64
|
+
"@codingame/monaco-vscode-perl-default-extension": "1.85.3",
|
|
65
|
+
"@codingame/monaco-vscode-php-default-extension": "1.85.3",
|
|
66
|
+
"@codingame/monaco-vscode-powershell-default-extension": "1.85.3",
|
|
67
|
+
"@codingame/monaco-vscode-pug-default-extension": "1.85.3",
|
|
68
|
+
"@codingame/monaco-vscode-python-default-extension": "1.85.3",
|
|
69
|
+
"@codingame/monaco-vscode-r-default-extension": "1.85.3",
|
|
70
|
+
"@codingame/monaco-vscode-razor-default-extension": "1.85.3",
|
|
71
|
+
"@codingame/monaco-vscode-references-view-default-extension": "1.85.3",
|
|
72
|
+
"@codingame/monaco-vscode-restructuredtext-default-extension": "1.85.3",
|
|
73
|
+
"@codingame/monaco-vscode-ruby-default-extension": "1.85.3",
|
|
74
|
+
"@codingame/monaco-vscode-rust-default-extension": "1.85.3",
|
|
75
|
+
"@codingame/monaco-vscode-scss-default-extension": "1.85.3",
|
|
76
|
+
"@codingame/monaco-vscode-search-result-default-extension": "1.85.3",
|
|
77
|
+
"@codingame/monaco-vscode-shaderlab-default-extension": "1.85.3",
|
|
78
|
+
"@codingame/monaco-vscode-shellscript-default-extension": "1.85.3",
|
|
79
|
+
"@codingame/monaco-vscode-simple-browser-default-extension": "1.85.3",
|
|
80
|
+
"@codingame/monaco-vscode-sql-default-extension": "1.85.3",
|
|
81
|
+
"@codingame/monaco-vscode-swift-default-extension": "1.85.3",
|
|
82
|
+
"@codingame/monaco-vscode-theme-abyss-default-extension": "1.85.3",
|
|
83
|
+
"@codingame/monaco-vscode-theme-defaults-default-extension": "1.85.3",
|
|
84
|
+
"@codingame/monaco-vscode-theme-kimbie-dark-default-extension": "1.85.3",
|
|
85
|
+
"@codingame/monaco-vscode-theme-monokai-default-extension": "1.85.3",
|
|
86
|
+
"@codingame/monaco-vscode-theme-monokai-dimmed-default-extension": "1.85.3",
|
|
87
|
+
"@codingame/monaco-vscode-theme-quietlight-default-extension": "1.85.3",
|
|
88
|
+
"@codingame/monaco-vscode-theme-red-default-extension": "1.85.3",
|
|
89
|
+
"@codingame/monaco-vscode-theme-seti-default-extension": "1.85.3",
|
|
90
|
+
"@codingame/monaco-vscode-theme-solarized-dark-default-extension": "1.85.3",
|
|
91
|
+
"@codingame/monaco-vscode-theme-solarized-light-default-extension": "1.85.3",
|
|
92
|
+
"@codingame/monaco-vscode-theme-tomorrow-night-blue-default-extension": "1.85.3",
|
|
93
|
+
"@codingame/monaco-vscode-typescript-basics-default-extension": "1.85.3",
|
|
94
|
+
"@codingame/monaco-vscode-typescript-language-features-default-extension": "1.85.3",
|
|
95
|
+
"@codingame/monaco-vscode-vb-default-extension": "1.85.3",
|
|
96
|
+
"@codingame/monaco-vscode-xml-default-extension": "1.85.3",
|
|
97
|
+
"@codingame/monaco-vscode-yaml-default-extension": "1.85.3"
|
|
110
98
|
}
|
|
111
99
|
}
|