Rishi

Results 5 issues of 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...

enhancement
experience

**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...

enhancement
experience

**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,...

enhancement

**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:...

testing infrastructure

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...