Skip to content

Commit

Permalink
ADD custom settings.json to enable completions
Browse files Browse the repository at this point in the history
  • Loading branch information
synoet committed Nov 13, 2023
1 parent 2ab748d commit bc076b3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theia-pincer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ RUN set -ex; \

COPY supervisord.conf /supervisord.conf
COPY install_extension.sh /opt/install_extension.sh
COPY settings.json /opt/code-server/User/settings.json


RUN chmod +x /opt/install_extension.sh

Expand Down
9 changes: 9 additions & 0 deletions theia-pincer/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"files.enableTrash": false,
"editor.autoSave": "on",
"terminal.integrated.cursorBlinking": true,
"workbench.colorTheme": "Visual Studio Dark",
"editor.tabCompletion": "on",
"editor.inlineCompletions": true,
"editor.inlineCompletionsAccessibilityVerbose": true
}

0 comments on commit bc076b3

Please sign in to comment.