質問編集履歴

1

エラーの詳細について記載しました。

2021/04/15 10:51

投稿

tetsuya7724
tetsuya7724

スコア67

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- し、コンソールを確認すると問題が28個も発生したのでアンインストールをしたいです。
13
+ javaをインストールてvscodeを起動、ばらく放置して、コンソールを確認すると問題が28個も発生しまし。おそらくインストールしたjavaに原因があると思うのでアンインストールをしたいです。
14
14
 
15
15
  インストールしたJDKはjdk-15.0.2_osx-x64_bin.dmgです。
16
16
 
@@ -80,4 +80,166 @@
80
80
 
81
81
 
82
82
 
83
+ defaultsettings.jsonに問題が表示されていましたので、対象のコードを記載します。
84
+
85
+ ```defaultsetting.json
86
+
87
+ // Optional working directory for tests.
88
+
89
+ "python.testing.cwd": null,
90
+
91
+
92
+
93
+ // Determines the type of connection for talking to jupyter. Local will start kernels locally. Remote allows for connections to remote servers
94
+
95
+ "jupyter.jupyterServerType": "",
96
+
97
+
98
+
99
+ // A series of Python instructions or iPython magic commands. Can be either an array of strings or a single string with commands separated by '\n'. Commands will be silently executed whenever the interactive window loads. For instance, set this to '%load_ext autoreload\n%autoreload 2' to automatically reload changes made to imported files without having to restart the interactive session.
100
+
101
+ "jupyter.runStartupCommands": "",
102
+
103
+
104
+
105
+ // Path to Maven's global settings.xml
106
+
107
+ "java.configuration.maven.globalSettings": null,
108
+
109
+
110
+
111
+ // Path to Maven's user settings.xml "java.configuration.maven.userSettings": null,
112
+
113
+
114
+
115
+ // Preferred content provider (a 3rd party decompiler id, usually)
116
+
117
+ "java.contentProvider.preferred": null,
118
+
119
+
120
+
121
+ // Optional formatter profile name from the Eclipse formatter settings.
122
+
123
+ "java.format.settings.profile": null,
124
+
125
+
126
+
127
+ // Specifies the url or file path to the [Eclipse formatter xml settings](https://github.com/redhat-developer/vscode-java/wiki/Formatter-settings).
128
+
129
+ "java.format.settings.url": null,
130
+
131
+
132
+
133
+ // Arguments to pass to Gradle.
134
+
135
+ "java.import.gradle.arguments": null,
136
+
137
+
138
+
139
+ // Use Gradle from the specified local installation directory or GRADLE_HOME if the Gradle wrapper is missing or disabled and no 'java.import.gradle.version' is specified.
140
+
141
+ "java.import.gradle.home": null,
142
+
143
+
144
+
145
+ // The location to the JVM used to run the Gradle daemon.
146
+
147
+ "java.import.gradle.java.home": null,
148
+
149
+
150
+
151
+ // JVM arguments to pass to Gradle.
152
+
153
+ "java.import.gradle.jvmArguments": null,
154
+
155
+
156
+
157
+ // Setting for GRADLE_USER_HOME.
158
+
159
+ "java.import.gradle.user.home": null,
160
+
161
+
162
+
163
+ // Use Gradle from the specific version if the Gradle wrapper is missing or disabled.
164
+
165
+ "java.import.gradle.version": null,
166
+
167
+
168
+
169
+ // This the entry point of server when you're in multiroot workspace
170
+
171
+ "liveServer.settings.multiRootWorkspaceName": null,
172
+
173
+
174
+
175
+ // Specify the `connectionId` if you have defined multiple connections.
176
+
177
+ "sonarlint.connectedMode.project": {},
178
+
179
+
180
+
181
+ // Custom empty elements in addition to the default HTML empty elements
182
+
183
+ "highlight-matching-tag.customEmptyElements": null,
184
+
185
+
186
+
187
+ // Decorations for opening and closing tags
188
+
189
+ "highlight-matching-tag.styles": null,
190
+
191
+
192
+
193
+ // Specifies whether you prefer to use Maven wrapper. If true, it tries using 'mvnw' by walking up the parent folders. If false, or 'mvnw' is not found, it tries 'mvn' in PATH instead.
194
+
195
+ "maven.executable.preferMavenWrapper": "true",
196
+
197
+
198
+
199
+ // If this value is true, add a command to create Maven Projects in the Explorer context menu for folders.
200
+
201
+ "maven.showInExplorerContextMenu": "true",
202
+
203
+
204
+
205
+ // Darkテーマ向けのデフォルトのファイルアイコンを指定します。
206
+
207
+ "vsicons.associations.fileDefault.file": null,
208
+
209
+
210
+
211
+ // Lightテーマ向けのデフォルトのファイルアイコンを指定します。
212
+
213
+ "vsicons.associations.fileDefault.file_light": null,
214
+
215
+
216
+
217
+ // Darkテーマ向けのデフォルトのフォルダアイコンを指定します。
218
+
219
+ "vsicons.associations.folderDefault.folder": null,
220
+
221
+
222
+
223
+ // Lightテーマ向けのデフォルトのフォルダアイコンを指定します。
224
+
225
+ "vsicons.associations.folderDefault.folder_light": null,
226
+
227
+
228
+
229
+ // Darkテーマ向けのデフォルトのルートフォルダアイコンを指定します。
230
+
231
+ "vsicons.associations.folderDefault.root_folder": null,
232
+
233
+
234
+
235
+ // Lightテーマ向けのデフォルトのルートフォルダアイコンを指定します。
236
+
237
+ "vsicons.associations.folderDefault.root_folder_light": null,
238
+
239
+
240
+
241
+ ```
242
+
243
+
244
+
83
245
  macOS Big Sur 11.2.3