Rishi
Rishi
**Is your feature request related to a problem? Please describe.** Many users who install the VS Code swift extension could be new to Swift and programming in general. A tutorial...
**Is your feature request related to a problem? Please describe.** Right now there isn’t a whole lot of guidance on how to use the [Swift extension for VS Code](https://github.com/swiftlang/vscode-swift) once...
**Is your feature request related to a problem? Please describe.** Currently the default behaviour of the extension is to turn on inlay hints. This adds inferred types with grey text,...
Test Failure: SwiftPluginTaskProvider Test Suite - createSwiftPluginTask failed on Linux 5.9 Jammy
**Failure logs** ``` 1 failing 1) SwiftPluginTaskProvider Test Suite execution createSwiftPluginTask Exit code on success: AssertionError: expected '' to include 'Hello, World!' at Context. (test/integration-tests/tasks/SwiftPluginTaskProvider.test.ts:216:48) ``` Link to failed run:...
Add an extension setting that controls `[swift]` language inlay hints so that hints can be disabled by default for now. Most other language extensions have inlay hints turned off by...