swiftlang / vscode-swift

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

Add DevContainer for building and testing VSCode extension #804

Closed adam-fowler closed 1 month ago

adam-fowler commented 1 month ago

Use swiftlang/swift:nightly-6.0-jammy as base image. Install build requirements. Install NVM and Node, make separate node_modules volume so we can build Linux specific node_modules, ensure we can write to it and run npm install

It also includes the requirements for building SourceKit-LSP.