diff options
Diffstat (limited to 'profiles/main/data/settings.json')
-rw-r--r-- | profiles/main/data/settings.json | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/profiles/main/data/settings.json b/profiles/main/data/settings.json index 7b97503..01084f4 100644 --- a/profiles/main/data/settings.json +++ b/profiles/main/data/settings.json @@ -95,4 +95,87 @@ "python.languageServer": "Jedi", "terminal.integrated.fontFamily": "monospace", "editor.fontSize": 12, + "fileGroup.groups": { + + }, + "pymakr.devices.configs": { + "123456": { + "autoConnect": "onLostConnection", + "name": "", + "username": "micro", + "password": "python", + "hidden": false, + "rootPath": null, + "adapterOptions": {} + }, + "serial:///dev/ttyUSB0": { + "autoConnect": "onLostConnection", + "name": "", + "username": "micro", + "password": "python", + "hidden": false, + "rootPath": null, + "adapterOptions": {} + }, + "serial:///dev/ttyS0": { + "autoConnect": "onLostConnection", + "name": "", + "username": "micro", + "password": "python", + "hidden": false, + "rootPath": null, + "adapterOptions": {} + }, + "serial:///dev/ttyS1": { + "autoConnect": "onLostConnection", + "name": "", + "username": "micro", + "password": "python", + "hidden": false, + "rootPath": null, + "adapterOptions": {} + }, + "serial:///dev/ttyS2": { + "autoConnect": "onLostConnection", + "name": "", + "username": "micro", + "password": "python", + "hidden": false, + "rootPath": null, + "adapterOptions": {} + }, + "serial:///dev/ttyS3": { + "autoConnect": "onLostConnection", + "name": "", + "username": "micro", + "password": "python", + "hidden": false, + "rootPath": null, + "adapterOptions": {} + } + }, + "pymakr.misc.notifications": { + "ttyACM0 / unknown seems to be busy. Do you wish restart it in safe mode": "No and don't ask again" + }, + "git.openRepositoryInParentFolders": "never", + "files.exclude": { + "node_modules": true + }, + "[javascriptreact]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "[html]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "[javascript]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "prettier.tabWidth": 4, + "[css]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "rest-client.defaultHeaders": { + "User-Agent": "vscode-restclient" + }, + "workbench.startupEditor": "none", }
\ No newline at end of file |