diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 000000000..60bf18612 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,5 @@ +{ + "recommendations": [ + "jlwoolf.makefile-tools-nameable" + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..bf51149bc --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,12 @@ +{ + "makefile.extensionOutputFolder": "./.vscode", + "workbench.editor.sharedViewState": true, + "workbench.editor.alwaysShowEditorActions": true, + "workbench.editor.autoLockGroups": { + "default": true + }, + "workbench.editor.centeredLayoutFixedWidth": true, + "workbench.editorAssociations": { + "workbench.editor.customLabels.patterns": "workbench.editor.chatSession" + } +} \ No newline at end of file