File tree Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Expand file tree Collapse file tree 3 files changed +7
-11
lines changed Original file line number Diff line number Diff line change 8
8
- Add macOS support for Swiftly toolchain management ([ #1673 ] ( https://github.com/swiftlang/vscode-swift/pull/1673 ) )
9
9
- Show revision hash or local/editing keyword in project panel dependency descriptions ([ #1667 ] ( https://github.com/swiftlang/vscode-swift/pull/1667 ) )
10
10
- Show files generated by build plugins under Target in Project Panel ([ #1592 ] ( https://github.com/swiftlang/vscode-swift/pull/1592 ) )
11
-
12
- ### Fixed
13
-
14
- - Prepend ` /// ` when continuing documentation comments on a new line ([ #1703 ] ( https://github.com/swiftlang/vscode-swift/pull/1703 ) )
15
- - Respect ` files.exclude ` setting values set to ` false ` ([ #1696 ] ( https://github.com/swiftlang/vscode-swift/pull/1696 ) )
16
-
17
- ## 2.6.2 - 2025-07-02
11
+ - Added ` scope ` to extension settings ([ #1629 ] ( https://github.com/swiftlang/vscode-swift/pull/1629 ) )
18
12
19
13
### Fixed
20
14
21
15
- Fix test explorer tests not updating on document modification ([ #1663 ] ( https://github.com/swiftlang/vscode-swift/pull/1663 ) )
22
16
- Fix improper parenting of tests w/ identical names in explorer ([ #1664 ] ( https://github.com/swiftlang/vscode-swift/pull/1664 ) )
23
17
- Ensure document symbols are provided for folders in multi-root workspaces ([ #1668 ] ( https://github.com/swiftlang/vscode-swift/pull/1668 ) )
18
+ - Prepend ` /// ` when continuing documentation comments on a new line ([ #1703 ] ( https://github.com/swiftlang/vscode-swift/pull/1703 ) )
19
+ - Respect ` files.exclude ` setting values set to ` false ` ([ #1696 ] ( https://github.com/swiftlang/vscode-swift/pull/1696 ) )
24
20
25
21
## 2.6.1 - 2025-06-27
26
22
27
23
### Fixed
28
24
29
25
- Cleanup Swift diagnostics when the source file is moved or deleted ([ #1653 ] ( https://github.com/swiftlang/vscode-swift/pull/1653 ) )
30
- - Make sure newline starts with /// when splitting doc comment ([ #1651 ] ( https://github.com/swiftlang/vscode-swift/pull/1651 ) )
26
+ - Make sure newline starts with ` /// ` when splitting doc comment ([ #1651 ] ( https://github.com/swiftlang/vscode-swift/pull/1651 ) )
31
27
- Capture diagnostics with ` Swift: Capture Diagnostic Bundle ` to a .zip file ([ #1656 ] ( https://github.com/swiftlang/vscode-swift/pull/1656 ) )
32
28
- Prevent continuous "package resolve" cycles ([ #1654 ] ( https://github.com/swiftlang/vscode-swift/pull/1654 ) )
33
29
- Fix error when running ` Reset Package Dependencies ` command from the Project view ([ #1661 ] ( https://github.com/swiftlang/vscode-swift/pull/1661 ) )
Original file line number Diff line number Diff line change 2
2
"name" : " swift-vscode" ,
3
3
"displayName" : " Swift" ,
4
4
"description" : " Swift Language Support for Visual Studio Code." ,
5
- "version" : " 2.6.2 " ,
5
+ "version" : " 2.8.0 " ,
6
6
"publisher" : " swiftlang" ,
7
7
"icon" : " icon.png" ,
8
8
"repository" : {
You can’t perform that action at this time.
0 commit comments