Skip to content

Commit f2a826d

Browse files
committed
Remove the un-supported Current Document option
1 parent 1269a9b commit f2a826d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,14 +1277,12 @@
12771277
"dotnet.backgroundAnalysis.solutionCrawlerBackgroundAnalysisScope": {
12781278
"type": "string",
12791279
"enum": [
1280-
"activeFile",
12811280
"openFiles",
12821281
"fullSolution",
12831282
"none"
12841283
],
12851284
"default": "openFiles",
12861285
"enumDescriptions": [
1287-
"Current document (not yet supported)",
12881286
"Open documents",
12891287
"Entire solution",
12901288
"None"
@@ -1295,14 +1293,12 @@
12951293
"dotnet.backgroundAnalysis.compilerDiagnosticsScope": {
12961294
"type": "string",
12971295
"enum": [
1298-
"activeFile",
12991296
"openFiles",
13001297
"fullSolution",
13011298
"none"
13021299
],
13031300
"default": "openFiles",
13041301
"enumDescriptions": [
1305-
"Current document (not yet supported)",
13061302
"Open documents",
13071303
"Entire solution",
13081304
"None"

0 commit comments

Comments
 (0)