Skip to content

Releases: vknabel/vscode-swift-development-environment

Banned some configs from workspace settings

15 Mar 18:44
Compare
Choose a tag to compare

CVE-2021-28792: Fixes vulnerability which allowed malicous workspaces to execute code when opened by providing. Now the vulnerable configs cannot be overrided in workspaces anymore:
sourcekit-lsp.serverPath, swift.languageServerPath, swift.path.sourcekite, swift.path.sourcekiteDockerMode, swift.path.swift_driver_bin, swift.path.shell. Reported by @Ry0taK.

Error Messages!

10 Mar 20:27
Compare
Choose a tag to compare
  • Better and more helpful error messages on first start
  • Upgraded dependencies

Running default targets

04 Mar 22:12
Compare
Choose a tag to compare
  • Running default target did not work #94

Disable C and C++ for sourcekit-lsp

04 Mar 20:21
Compare
Choose a tag to compare

Restart of LSP, Stop, Clean, Run, Docs...

22 Feb 14:47
Compare
Choose a tag to compare

Restart the great refactoring

09 Feb 20:40
Compare
Choose a tag to compare
Pre-release

Correct default Toolchain Path

29 Aug 20:27
Compare
Choose a tag to compare
  • Did not respect default toolchain path

Use Xcode's sourcekit-lsp

24 Apr 09:30
Compare
Choose a tag to compare
  • Default to Xcode's sourcekit-lsp on macOS instead of sourcekite
  • README.md instruction improvements #70 by @fxn.

iOS for sourcekit-lsp

11 Mar 19:34
Compare
Choose a tag to compare

sourcekit-lsp environment

07 Mar 11:23
Compare
Choose a tag to compare
  • sourcekit-lsp with different toolchains failed #63
  • Drop broken debugger of SDE #22

If you are curious about how to set debugging up, see Debugging Swift in VS Code.