Rishi
Rishi
It seems like this issue has been fixed with https://github.com/swiftlang/swift-package-manager/issues/7931. A release version of the toolchain after 6.0.3 should have the fix, but for now a development snapshot from https://www.swift.org/install/macos/#development-snapshots...
I can take a look a this.
Not currently looking into this, but when someone does look into this: Another use case mentioned in #1545 is that folks may want to use their `compile_commands.json` file instead of...
Confirmed behaviour @award999 mentioned in previous comment with `9f874ecd` using a modified version of the assets/tests folder (with just the defaultPackage and Swift-Markdown folders), and the following settings: ``` "swift.searchSubfoldersForPackages":...
I can take a look at this. Agree that there should at least be some indication that things won't work as expected if sourcekit-lsp is disabled. Thinking of using a...
Thank you! Yes, can definitely turn off inlay hints through the global settings as well (which would set `"editor.inlayHints.enabled": "off"` globally or for `settings.json` if done for the workspace I...
> I think the way F# shows type hints is one of the best ways of doing this, it puts them in virtual comments on the right side of the...