質問編集履歴

3

vscodeのsettings.jsonの設定情報を追加

2021/01/02 05:03

投稿

e-su_ka.pe
e-su_ka.pe

スコア10

test CHANGED
File without changes
test CHANGED
@@ -307,3 +307,31 @@
307
307
  【画像2】
308
308
 
309
309
  ![PowershellによるPath確認法](2a0f0c52587a74420f0f341733ab2ca3.png)
310
+
311
+
312
+
313
+ ```json
314
+
315
+ \settings.json
316
+
317
+ "workbench.startupEditor": "none",
318
+
319
+ "terminal.integrated.shell.windows": "C:\WINDOWS\System32\cmd.exe",
320
+
321
+ "terminal.integrated.env.windows": {
322
+
323
+
324
+
325
+ //"PATH": "${workspaceRoot}\node_modules\.bin;${env:PATH}"
326
+
327
+ },
328
+
329
+ "vsicons.dontShowNewVersionMessage": true,
330
+
331
+ "terminal.integrated.automationShell.linux": "" // Welcome Page を表示しない
332
+
333
+ }
334
+
335
+ ```
336
+
337
+ (注)"terminal.integrated.env.windows"部分は一時的にコメントアウトしております。

2

補足情報(PowerShellによるPathの確認法)の追加

2021/01/02 05:02

投稿

e-su_ka.pe
e-su_ka.pe

スコア10

test CHANGED
File without changes
test CHANGED
@@ -300,4 +300,10 @@
300
300
 
301
301
 
302
302
 
303
+ 【画像1】
304
+
303
305
  ![システム環境設定](985fa5dba7b2b383edb0cb4583d1af69.png)
306
+
307
+ 【画像2】
308
+
309
+ ![PowershellによるPath確認法](2a0f0c52587a74420f0f341733ab2ca3.png)

1

システム環境変数の設定が分かる画像を追加

2021/01/01 15:42

投稿

e-su_ka.pe
e-su_ka.pe

スコア10

test CHANGED
File without changes
test CHANGED
@@ -297,3 +297,7 @@
297
297
  Windows10 Home 64bit
298
298
 
299
299
  MinGW - Minimalist GNU for Windows
300
+
301
+
302
+
303
+ ![システム環境設定](985fa5dba7b2b383edb0cb4583d1af69.png)