File tree Expand file tree Collapse file tree 6 files changed +7304
-4175
lines changed Expand file tree Collapse file tree 6 files changed +7304
-4175
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,12 @@ _build/
15
15
_opam /
16
16
17
17
# Normal npm stuff
18
+ .yarn /*
19
+ ! .yarn /patches
20
+ ! .yarn /plugins
21
+ ! .yarn /releases
22
+ ! .yarn /sdks
23
+ ! .yarn /versions
18
24
node_modules /
19
25
20
26
# VSCode settings
Load Diff Large diffs are not rendered by default.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ defaultSemverRangePrefix : " "
2
+
3
+ enableGlobalCache : true
4
+
5
+ nodeLinker : node-modules
6
+
7
+ preferInteractive : true
8
+
9
+ yarnPath : .yarn/releases/yarn-4.0.0.cjs
Original file line number Diff line number Diff line change 27
27
"test:opam" : " node ./test/runOpamTests.js" ,
28
28
"test:problems" : " node ./test/runProblemMatcherTests.js" ,
29
29
"test" : " npm-run-all -s test:opam test:problems" ,
30
- "package" : " vsce package --out ocaml-platform.vsix --yarn" ,
31
- "deploy:vsce" : " vsce publish --packagePath ocaml-platform.vsix --yarn" ,
32
- "deploy:ovsx" : " ovsx publish --yarn" ,
30
+ "package" : " vsce package --out ocaml-platform.vsix --yarn --no-dependencies " ,
31
+ "deploy:vsce" : " vsce publish --packagePath ocaml-platform.vsix --yarn --no-dependencies " ,
32
+ "deploy:ovsx" : " ovsx publish --yarn --no-dependencies " ,
33
33
"fmt:check" : " prettier . --check" ,
34
34
"fmt" : " prettier . --write"
35
35
},
1220
1220
"prettier" : " 3.0.3" ,
1221
1221
"prettier-plugin-packagejson" : " 2.4.6"
1222
1222
},
1223
- "packageManager" : " yarn@1.22.19 +sha256.732620bac8b1690d507274f025f3c6cfdc3627a84d9642e38a07452cc00e0f2e " ,
1223
+ "packageManager" : " yarn@4.0.0 +sha256.6d855253732ba8d231b6cd917961654f6c8439164c962a4e355c9c58360ebe44 " ,
1224
1224
"engines" : {
1225
1225
"vscode" : " ^1.64.0"
1226
1226
},
You can’t perform that action at this time.
0 commit comments