Tristan Labelle
Tristan Labelle
Testing https://github.com/apple/swift/pull/64948 on the `main-windows-vs2022` to see if the CI hits the same issues.
**Describe the bug** When binding to the `Run.Text` property, an error is logged to the output window, even though the binding works properly. **To Reproduce** Steps to reproduce the behavior:...
### Brief Issue Summary Switching the CMake compiler from cl to clang will make the CMake Tools extension stop launching `cmake.exe` from within a VS dev environment. This is problematic...
OS: Windows 11 22H2 VSCode version: 1.18.1 CodeLLDB version: v1.9.2 Compiler: clang++ Debuggee: x86_64-windows / dwarf, both C++ and Swift LLDB version: From the Swift toolchain ``` lldb version 16.0.0...
Repro: ``` [numthreads(1, 1, 1)] void main(float3 tid : SV_DispatchThreadID) {} ``` We should also validate bools and structs, any non-int types.
**Is your feature request related to a problem? Please describe.** When hitting a breakpoint and resuming execution, it's useful to show the debugged app again. Xcode and big Visual Studio...
Compare `sourcekitd` and `swiftc` for this error. `sourcekitd` has the related information nested, `swiftc` does not.  **Describe the solution you'd like** `swiftc`-sourced problems should nest the related information like...
This is a very minor incompatibility with FXC. Repro: `namespace foo { void main() {} }` DXC `/T vs_6_0 /E foo::main code.hlsl` output: `error: missing entry point definition` FXC `/T...
Given `func foo(a: Int, b: () -> ()) {}`, the completion for `foo` is `foo(a: Int, b: () -> ())` with snippets on the types. It's more swifty to use...
Function completion lists do not include subscripts. This would be especially useful to discover more exotic subscripts such as `dict[_:default:]`  LSP has the required features to convert the accessor...