You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix diagnostic parsing when spaces in file name (#1633)
* Fix diagnostic parsing when spaces in file name
Also found way to parse out *some* of the "swift" diagnostic style notes.
With that in mind, don't make "llvm" the default diagnostic style since
it causes friction when switching between building on the command line
and in vscode.
Issue: #1350#1630
* Fix formatting issue
* Add changelog entry
* Ignore macro related information prior to 6.1
* Remove .only
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -426,7 +426,7 @@
426
426
},
427
427
"swift.diagnosticsStyle": {
428
428
"type": "string",
429
-
"default": "llvm",
429
+
"default": "default",
430
430
"markdownDescription": "The formatting style used when printing diagnostics in the Problems panel. Corresponds to the `-diagnostic-style` option to pass to `swiftc` when running `swift` tasks.",
0 commit comments