質問編集履歴
2
誤字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -52,8 +52,6 @@
|
|
52
52
|
|
53
53
|
}
|
54
54
|
|
55
|
-
ワークスペース設定:
|
56
|
-
|
57
55
|
|
58
56
|
|
59
57
|
|
1
設定値を追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -34,4 +34,28 @@
|
|
34
34
|
|
35
35
|
|
36
36
|
|
37
|
+
### 設定
|
38
|
+
|
39
|
+
{
|
40
|
+
|
41
|
+
"python.pythonPath": "C:\Program Files\Python36\python.exe",
|
42
|
+
|
43
|
+
"editor.minimap.enabled": true,
|
44
|
+
|
45
|
+
"editor.renderWhitespace": "all",
|
46
|
+
|
47
|
+
"files.trimTrailingWhitespace": true,
|
48
|
+
|
49
|
+
"git.ignoreMissingGitWarning": true,
|
50
|
+
|
51
|
+
"editor.formatOnType": true,
|
52
|
+
|
53
|
+
}
|
54
|
+
|
55
|
+
ワークスペース設定:
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
|
37
61
|
以上、よろしくお願いいたします。
|