File tree 3 files changed +23
-4
lines changed
3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ index 2d754bf4054713f53beed030f9211b33532c1b4b..708b7e40a662e4ca93420992bf7a5af0
255
255
return typeof navigator !== 'undefined' && vscode.env.uiKind === vscode.UIKind.Web;
256
256
}
257
257
diff --git a/package.json b/package.json
258
- index 28f8a69a2a91f9cb9f4dbd73ed3e689b2b3afe84..b5b0612dc8a5bea6b71cb0c40f21c8dc80582e69 100644
258
+ index 28f8a69a2a91f9cb9f4dbd73ed3e689b2b3afe84..075f506c095cb6539a40fbac92db0e574bc237fc 100644
259
259
--- a/package.json
260
260
+++ b/package.json
261
261
@@ -46,7 +46,11 @@
@@ -279,15 +279,27 @@ index 28f8a69a2a91f9cb9f4dbd73ed3e689b2b3afe84..b5b0612dc8a5bea6b71cb0c40f21c8dc
279
279
"spdlog": "^0.11.1",
280
280
"sudo-prompt": "9.1.1",
281
281
"tas-client-umd": "0.1.2",
282
- @@ -161,7 +167,6 @@
282
+ @@ -110,7 +116,6 @@
283
+ "css-loader": "^3.2.0",
284
+ "debounce": "^1.0.0",
285
+ "deemon": "^1.4.0",
286
+ - "electron": "9.3.3",
287
+ "eslint": "6.8.0",
288
+ "eslint-plugin-jsdoc": "^19.1.0",
289
+ "eslint-plugin-mocha": "8.0.0",
290
+ @@ -157,11 +162,9 @@
291
+ "opn": "^6.0.0",
292
+ "optimist": "0.3.5",
293
+ "p-all": "^1.0.0",
294
+ - "playwright": "1.3.0",
283
295
"pump": "^1.0.1",
284
296
"queue": "3.0.6",
285
297
"rcedit": "^1.1.0",
286
298
- "rimraf": "^2.2.8",
287
299
"sinon": "^1.17.2",
288
300
"source-map": "^0.4.4",
289
301
"style-loader": "^1.0.0",
290
- @@ -193,5 +198 ,8 @@
302
+ @@ -193,5 +196 ,8 @@
291
303
"windows-foreground-love": "0.2.0",
292
304
"windows-mutex": "0.3.0",
293
305
"windows-process-tree": "0.2.4"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ arch() {
38
38
aarch64)
39
39
echo arm64
40
40
;;
41
- x86_64)
41
+ x86_64 | amd64 )
42
42
echo amd64
43
43
;;
44
44
* )
Original file line number Diff line number Diff line change @@ -40,3 +40,10 @@ npm config set python python2
40
40
``` bash
41
41
xcode-select --install
42
42
```
43
+
44
+ ## FreeBSD
45
+
46
+ ``` sh
47
+ pkg install -y git python npm-node12 yarn-node12 pkgconf
48
+ pkg install -y libsecret libxkbfile libx11 libinotify
49
+ ```
You can’t perform that action at this time.
0 commit comments