We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1b5638 commit 40f74b1Copy full SHA for 40f74b1
flake.nix
@@ -25,7 +25,7 @@
25
26
buildPhase = ''
27
# yarn tries to create a .yarn file in $HOME. There's probably a
28
- # better way to fix this but setting HOME to TMPDIR works for now.
+ # better way to fix this but setting HOME to cwd works for now.
29
export HOME="."
30
yarn --offline run compile
31
# non-existent symlink errors during packaging
package.json
@@ -127,11 +127,11 @@
127
"glob": "^7.1.6",
128
"mocha": "^8.1.3",
129
"typescript": "^4.1.2",
130
- "vscode-test": "^1.4.1"
+ "vscode-test": "^1.4.1",
131
+ "vsce": "^2.15.0"
132
},
133
"dependencies": {
134
"minimatch": "^3.0.4",
- "rimraf": "^3.0.2",
135
- "vsce": "^2.15.0"
+ "rimraf": "^3.0.2"
136
}
137
0 commit comments