Skip to content

Commit f342c32

Browse files
committed
chore(vscode): update to latest commit of fork
1 parent 4619786 commit f342c32

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
yarn-build-
4444
4545
- name: Install dependencies
46-
if: steps.cache-yarn.outputs.cache-hit != 'true'
46+
# if: steps.cache-yarn.outputs.cache-hit != 'true'
4747
run: yarn --frozen-lockfile
4848

4949
- name: Run yarn fmt

vendor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"postinstall": "./postinstall.sh"
88
},
99
"devDependencies": {
10-
"code-oss-dev": "cdr/vscode#63718dfe9f975d6638d46c1548a5feb482c6dfa8"
10+
"code-oss-dev": "cdr/vscode#ac74ac1220ad3016159c65ed5d6581ab88ab43be"
1111
}
1212
}

vendor/yarn.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,9 @@ clone-response@^1.0.2:
296296
dependencies:
297297
mimic-response "^1.0.0"
298298

299-
code-oss-dev@cdr/vscode#63718dfe9f975d6638d46c1548a5feb482c6dfa8:
299+
code-oss-dev@cdr/vscode#ac74ac1220ad3016159c65ed5d6581ab88ab43be:
300300
version "1.60.2"
301-
resolved "https://codeload.github.com/cdr/vscode/tar.gz/63718dfe9f975d6638d46c1548a5feb482c6dfa8"
301+
resolved "https://codeload.github.com/cdr/vscode/tar.gz/ac74ac1220ad3016159c65ed5d6581ab88ab43be"
302302
dependencies:
303303
"@microsoft/applicationinsights-web" "^2.6.4"
304304
"@vscode/sqlite3" "4.0.12"

0 commit comments

Comments
 (0)