diff --git a/.vscode/settings.json b/.vscode/settings.json index ef0aeab..1227c1a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,8 +1,18 @@ { "astyle.astylerc": "${workspaceRoot}/.astylerc", "astyle.additional_languages": [ - "gsc" + "gsc", + "gsx" ], "editor.defaultFormatter": "chiehyu.vscode-astyle", - "editor.formatOnSave": true -} \ No newline at end of file + "editor.formatOnSave": true, + "editor.quickSuggestions": { + "other": true, + "comments": true, + "strings": true + }, + "vscode-codscript.use_builtin_completionItems": false, + "files.associations": { + "*.gsx": "gsc" + } +}