teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

6

OSのバージョン情報追加

2017/07/19 01:58

投稿

Takym
Takym

スコア22

title CHANGED
File without changes
body CHANGED
@@ -67,4 +67,6 @@
67
67
  'editor.minimap.enabled'をtrueに設定しているのですが、ミニマップも表示されません。
68
68
 
69
69
  #追記2
70
- 最近、1.14.1にアップデートしましたが、やはり、空白文字は表示されませんでした。
70
+ 最近、1.14.1にアップデートしましたが、やはり、空白文字は表示されませんでした。
71
+ 使っているOSは最新のWindows10です。
72
+ (バージョン 1703 OSビルド 15063.483)

5

追記の追加

2017/07/19 01:57

投稿

Takym
Takym

スコア22

title CHANGED
File without changes
body CHANGED
@@ -60,7 +60,11 @@
60
60
  ```
61
61
  #動作画面
62
62
  ![イメージ説明](78107660ffc0ca0cd820eab9ba386d07.png)
63
+
63
64
  また、関係ないですが、右下に表示されているスクリーンリーダーとは何ですか?
64
65
 
65
66
  #追記
66
- 'editor.minimap.enabled'をtrueに設定しているのですが、ミニマップも表示されません。
67
+ 'editor.minimap.enabled'をtrueに設定しているのですが、ミニマップも表示されません。
68
+
69
+ #追記2
70
+ 最近、1.14.1にアップデートしましたが、やはり、空白文字は表示されませんでした。

4

2017/07/19 01:49

投稿

Takym
Takym

スコア22

title CHANGED
File without changes
body CHANGED
@@ -60,4 +60,7 @@
60
60
  ```
61
61
  #動作画面
62
62
  ![イメージ説明](78107660ffc0ca0cd820eab9ba386d07.png)
63
- また、関係ないですが、右下に表示されているスクリーンリーダーとは何ですか?
63
+ また、関係ないですが、右下に表示されているスクリーンリーダーとは何ですか?
64
+
65
+ #追記
66
+ 'editor.minimap.enabled'をtrueに設定しているのですが、ミニマップも表示されません。

3

質問追加

2017/06/25 00:32

投稿

Takym
Takym

スコア22

title CHANGED
File without changes
body CHANGED
@@ -59,4 +59,5 @@
59
59
  }
60
60
  ```
61
61
  #動作画面
62
- ![イメージ説明](78107660ffc0ca0cd820eab9ba386d07.png)
62
+ ![イメージ説明](78107660ffc0ca0cd820eab9ba386d07.png)
63
+ また、関係ないですが、右下に表示されているスクリーンリーダーとは何ですか?

2

動作画面追加

2017/06/15 03:17

投稿

Takym
Takym

スコア22

title CHANGED
File without changes
body CHANGED
@@ -6,7 +6,7 @@
6
6
  考えられる問題は何でしょうか?
7
7
  回答、よろしくお願いいたします。
8
8
 
9
- # 現在、適用させている設定
9
+ #現在、適用させている設定
10
10
  ```lang-JSON
11
11
  {
12
12
  "editor.fontFamily": "MS Gothic",
@@ -57,4 +57,6 @@
57
57
  "workbench.colorTheme": "Visual Studio Light",
58
58
  "workbench.iconTheme": "vs-minimal"
59
59
  }
60
- ```
60
+ ```
61
+ #動作画面
62
+ ![イメージ説明](78107660ffc0ca0cd820eab9ba386d07.png)

1

VS Codeの設定ファイルを挿入した。

2017/06/15 03:15

投稿

Takym
Takym

スコア22

title CHANGED
File without changes
body CHANGED
@@ -4,4 +4,57 @@
4
4
  フォントはMS Gothicを指定しています。
5
5
  配色テーマは、Lightを使用しています。
6
6
  考えられる問題は何でしょうか?
7
- 回答、よろしくお願いいたします。
7
+ 回答、よろしくお願いいたします。
8
+
9
+ # 現在、適用させている設定
10
+ ```lang-JSON
11
+ {
12
+ "editor.fontFamily": "MS Gothic",
13
+ "editor.fontSize": 18,
14
+ "editor.lineHeight": 0,
15
+
16
+ "editor.lineNumbers": "on",
17
+ "editor.wordWrap": "wordWrapColumn",
18
+ "editor.wordWrapColumn": 140,
19
+ "editor.wrappingIndent": "indent",
20
+
21
+ "editor.insertSpaces": false,
22
+ "editor.renderWhitespace": "all",
23
+ "editor.renderControlCharacters": true,
24
+ "editor.renderIndentGuides": true,
25
+ "editor.tabSize": 4,
26
+ "editor.detectIndentation": false,
27
+
28
+ "editor.autoClosingBrackets": true,
29
+ "editor.folding": true,
30
+
31
+ "editor.cursorBlinking": "blink",
32
+ "editor.cursorStyle": "line",
33
+
34
+ "editor.formatOnType": false,
35
+ "editor.suggestOnTriggerCharacters": true,
36
+ "editor.acceptSuggestionOnEnter": "on",
37
+
38
+ "editor.minimap.enabled": true,
39
+ "editor.minimap.renderCharacters": true,
40
+
41
+
42
+
43
+
44
+ "diffEditor.renderSideBySide": false,
45
+ "diffEditor.ignoreTrimWhitespace": false,
46
+
47
+
48
+ "files.encoding": "utf8",
49
+ "files.eol": "\n",
50
+ "files.hotExit": "off",
51
+
52
+ "window.openFilesInNewWindow": "off",
53
+ "explorer.openEditors.visible": 5,
54
+ "explorer.openEditors.dynamicHeight": false,
55
+
56
+ "update.channel": "default",
57
+ "workbench.colorTheme": "Visual Studio Light",
58
+ "workbench.iconTheme": "vs-minimal"
59
+ }
60
+ ```