mirror of
https://github.com/Pythagora-io/gpt-pilot.git
synced 2026-01-09 13:17:55 -05:00
addec vscode caching to workspace image
This commit is contained in:
@@ -162,6 +162,13 @@ RUN mkdir -p ${PYTH_INSTALL_DIR}/pythagora-core/workspace
|
||||
|
||||
RUN mkdir -p /home/$USERNAME/.vscode-server/cli/servers
|
||||
|
||||
RUN mkdir -p ${PYTH_INSTALL_DIR}/pythagora-core/workspace/.vscode && printf '{\n "gptPilot.isRemoteWs": true,\n "gptPilot.useRemoteWs": false\n}' > ${PYTH_INSTALL_DIR}/pythagora-core/workspace/.vscode/settings.json
|
||||
|
||||
ADD vsc-dl-x64 vsc-dl-x64
|
||||
ADD vscode_tags.csv vscode_tags.csv
|
||||
|
||||
RUN ./vsc-dl-x64 /home/$USERNAME vscode_tags.csv && rm vsc-dl-x64 && rm vscode_tags.csv
|
||||
|
||||
USER root
|
||||
|
||||
RUN chmod +x /var/init_data/on-event-extension-install.sh
|
||||
|
||||
BIN
vsc-dl-x64
Executable file
BIN
vsc-dl-x64
Executable file
Binary file not shown.
6
vscode_tags.csv
Normal file
6
vscode_tags.csv
Normal file
@@ -0,0 +1,6 @@
|
||||
1.97.1, e249dada235c2083c83813bd65b7f4707fb97b76
|
||||
1.97.0, 33fc5a94a3f99ebe7087e8fe79fbe1d37a251016
|
||||
1.96.4, cd4ee3b1c348a13bafd8f9ad8060705f6d4b9cba
|
||||
1.96.3, 91fbdddc47bc9c09064bf7acf133d22631cbf083
|
||||
1.96.2, fabdb6a30b49f79a7aba0f2ad9df9b399473380f
|
||||
1.96.1, 42b266171e51a016313f47d0c48aca9295b9cbb2
|
||||
|
Reference in New Issue
Block a user