chore: Add Rocm related workaround and decrypt_folder function

This commit is contained in:
2024-08-30 16:53:03 +02:00
parent 93809054f6
commit 821b8168fa
7 changed files with 172 additions and 16 deletions

View File

@@ -18,4 +18,16 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"git.openRepositoryInParentFolders": "always",
"makefile.configureOnOpen": false,
"[dart]": {
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.rulers": [
140
],
"editor.selectionHighlight": false,
"editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets",
"editor.wordBasedSuggestions": "off"
},
}