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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
- Prompt to restart `SourceKit-LSP` after changing `.sourcekit-lsp/config.json` files ([#1744](https://github.com/swiftlang/vscode-swift/issues/1744))
9
9
- Prompt to cancel and replace the active test run if one is in flight ([#1774](https://github.com/swiftlang/vscode-swift/pull/1774))
10
10
- A walkthrough for first time extension users ([#1560](https://github.com/swiftlang/vscode-swift/issues/1560))
11
-
- New `swift.backgroundCompilation.useDefaultTask` setting that will run the default `swift` build task on save ([#1857](https://github.com/swiftlang/vscode-swift/pull/1857))
11
+
- New `swift.backgroundCompilationUsesDefaultTask` setting that will run the default `swift` build task on save ([#1857](https://github.com/swiftlang/vscode-swift/pull/1857))
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
@@ -598,7 +598,7 @@
598
598
"markdownDescription": "Run `swift build` in the background whenever a file is saved. It is possible the background compilation will already be running when you attempt a compile yourself, so this is disabled by default.",
599
599
"scope": "machine-overridable"
600
600
},
601
-
"swift.backgroundCompilation.useDefaultTask": {
601
+
"swift.backgroundCompilationUsesDefaultTask": {
602
602
"type": "boolean",
603
603
"default": false,
604
604
"markdownDescription": "Use the default build task configured using the `Tasks: Configure Default Build Task` command when executing the background compilation. `#swift.backgroundCompilation#` must be enabled.",
0 commit comments