質問編集履歴

2

<code>の部分に貼り付ける修正をしました。

2021/03/24 13:10

投稿

utree
utree

スコア1

test CHANGED
File without changes
test CHANGED
@@ -12,13 +12,9 @@
12
12
 
13
13
 
14
14
 
15
- ```json
15
+ ```json```
16
16
 
17
- コード
18
-
19
- ``
20
-
21
- "workbench.iconTheme":{ "vscode-icons", //2行目 拡張機能vscode-iconsを有効化
17
+ "workbench.iconTheme":{ "vscode-icons", //2行目 拡張機能vscode-iconsを有効化
22
18
 
23
19
  "diffEditor.renderSideBySide": false, // Git の差分を行内に表示
24
20
 

1

<code>の部分に貼り付ける修正をしました。

2021/03/24 13:10

投稿

utree
utree

スコア1

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,13 @@
12
12
 
13
13
 
14
14
 
15
+ ```json
16
+
17
+ コード
18
+
19
+ ``
20
+
15
- "workbench.iconTheme":{ "vscode-icons",    //2拡張機能vscode-iconsを有効化
21
+ "workbench.iconTheme":{ "vscode-icons", //2行目 拡張機能vscode-iconsを有効化
16
22
 
17
23
  "diffEditor.renderSideBySide": false, // Git の差分を行内に表示
18
24
 
@@ -60,7 +66,7 @@
60
66
 
61
67
  "explorer.confirmDelete": false, // ファイル削除時の確認を表示しない
62
68
 
63
- "files.associations"} {            // 26ファイルと言語の関連付けを変更
69
+ "files.associations"} { // 26行目 ファイルと言語の関連付けを変更
64
70
 
65
71
  ".*lintrc": "json"
66
72