Skip to content

Commit f1090c4

Browse files
committed
Respond to feedback
1 parent 4019986 commit f1090c4

File tree

5 files changed

+23
-13
lines changed

5 files changed

+23
-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.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"object" : {
3+
"artifacts" : [
4+
5+
],
6+
"dependencies" : [
7+
8+
]
9+
},
10+
"version" : 6
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"object" : {
3+
"artifacts" : [
4+
5+
],
6+
"dependencies" : [
7+
8+
]
9+
},
10+
"version" : 6
11+
}

0 commit comments

Comments
 (0)