-
Notifications
You must be signed in to change notification settings - Fork 88
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: swiftlang/vscode-swift
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.14.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: swiftlang/vscode-swift
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 31 files changed
- 5 contributors
Commits on Dec 8, 2025
-
* Resolve npm install warning for @types/diff deprecation > npm warn deprecated @types/diff@8.0.0: This is a stub types definition. diff provides its own type definitions, so you do not need this installed. Related: #1828 * Migrates away from unmaintained npm package fantasticon Replaces with @twbs/fantasticon fork, which is maintained. Tested by running `npm run compile-icons` (which is indirectly included in the `postinstall` script too), and then previewing the built font (assets/icons/icon-font.woff) on https://fontdrop.info. The 3 expected glyphs were present at the expected codepoints. This does NOT resolve the npm install warning I initially was pursuring. The transitive dep chain is deep, and @twbs/fantasticon still contains the deprecated version of @npmcli/move-file. > npm warn deprecated @npmcli/move-file@2.0.1: This functionality has been moved to @npmcli/fs
Configuration menu - View commit details
-
Copy full SHA for 7d9309d - Browse repository at this point
Copy the full SHA 7d9309dView commit details -
Add dynamic local schema detection for SourceKit-LSP (#1979)
* Add dynamic local schema detection for SourceKit-LSP Implement support for using local schema files from the Swift toolchain when available, with automatic fallback to remote GitHub schemas for older toolchains. This enables the extension to use the accurate schema for the users toolchain, if its present, while maintaining backward compatibility with older toolchains. * Normalize paths in tests * Update CHANGELOG
Configuration menu - View commit details
-
Copy full SHA for a59a384 - Browse repository at this point
Copy the full SHA a59a384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8eefc33 - Browse repository at this point
Copy the full SHA 8eefc33View commit details -
Configuration menu - View commit details
-
Copy full SHA for dff5096 - Browse repository at this point
Copy the full SHA dff5096View commit details
Commits on Dec 9, 2025
-
Use
vscode.Disposable.frominstead ofcompositeDisposable(#1980)Clean up the codebase so that it uses the built in `vscode.Disposable.from` to dispose multiple disposables at the same time. This replaces our own `compositeDisposable` method. Docs here: https://code.visualstudio.com/api/references/vscode-api#Disposable
Configuration menu - View commit details
-
Copy full SHA for 13802a4 - Browse repository at this point
Copy the full SHA 13802a4View commit details -
Bump the all-dependencies group with 2 updates (#1990)
Bumps the all-dependencies group with 2 updates: [prettier](https://github.com/prettier/prettier) and [tsx](https://github.com/privatenumber/tsx). Updates `prettier` from 3.6.2 to 3.7.3 - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@3.6.2...3.7.3) Updates `tsx` from 4.20.6 to 4.21.0 - [Release notes](https://github.com/privatenumber/tsx/releases) - [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs) - [Commits](privatenumber/tsx@v4.20.6...v4.21.0) --- updated-dependencies: - dependency-name: prettier dependency-version: 3.7.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies - dependency-name: tsx dependency-version: 4.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 20eb673 - Browse repository at this point
Copy the full SHA 20eb673View commit details -
Add Playgrounds to the project panel (#1967)
* Add Playgrounds to the project panel - Support `workspace/playgrounds` request, persisting the playgrounds in memory and listening for new "swift.play" CodeLens to keep up to date - Display the list of playgrounds in the project panel - Clicking on playground in the project panel will open its location - Provide a play option Issue: #1782 * Better error handling and only fetch if workspace/playground is experimental capability * Context command to run playground * Add test * Fix failing unit test * Fix review comments
Configuration menu - View commit details
-
Copy full SHA for 1b136a0 - Browse repository at this point
Copy the full SHA 1b136a0View commit details
Commits on Dec 11, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 75d1511 - Browse repository at this point
Copy the full SHA 75d1511View commit details -
Configuration menu - View commit details
-
Copy full SHA for 649e1c0 - Browse repository at this point
Copy the full SHA 649e1c0View commit details
Commits on Dec 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 102ba05 - Browse repository at this point
Copy the full SHA 102ba05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 392c940 - Browse repository at this point
Copy the full SHA 392c940View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.14.2...main