swiftlang / vscode-swift

Visual Studio Code Extension for Swift
https://marketplace.visualstudio.com/items?itemName=sswg.swift-lang
Apache License 2.0
726 stars 50 forks source link

Fix readonly document uri setup for Windows #664

Closed adam-fowler closed 7 months ago

adam-fowler commented 7 months ago

@compnerd have you verified this works?

compnerd commented 7 months ago

@adam-fowler yeah, I did test this and saw that we were able to get to the swift interface for the standard library interfaces from the goto declaration.

adam-fowler commented 7 months ago

Cool!