Skip to content

Commit 4ae907a

Browse files
committed
Respond to feedback
1 parent 4019986 commit 4ae907a

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

.devcontainer/default/Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,7 @@ RUN \
1010
#
1111
# Install sourcekit-lsp dependencies
1212
apt-get install -y \
13-
libsqlite3-dev libncurses5-dev python3 ninja-build && \
14-
#
15-
# Install swift-format
16-
apt-get install -y \
17-
curl && \
18-
mkdir /swift-format && \
19-
curl -L https://github.com/apple/swift-format/archive/refs/heads/release/5.9.tar.gz | tar xz --strip-component=1 -C /swift-format && \
20-
swift build --package-path /swift-format
13+
libsqlite3-dev libncurses5-dev python3
2114

2215
ENV \
2316
PATH="/swift-format/.build/debug:${PATH}"
24-

.devcontainer/default/devcontainer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
// Use a named volume for the build products for optimal performance (https://code.visualstudio.com/remote/advancedcontainers/improve-performance?WT.mc_id=javascript-14373-yolasors#_use-a-targeted-named-volume)
1212
"source=${localWorkspaceFolderBasename}-build,target=${containerWorkspaceFolder}/build,type=volume"
1313
],
14-
"remoteEnv": {
15-
// `/usr/bin` must be first: https://github.com/apple/sourcekit-lsp/blob/main/Documentation/Development.md#linux
16-
"PATH": "/usr/bin:${containerWorkspaceFolder}/.build/bin:${containerEnv:PATH}" },
1714
"customizations": {
1815
"vscode": {
1916
"extensions": [

Sources/SKTestSupport/INPUTS/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)