summaryrefslogtreecommitdiff
path: root/profiles/main/data/settings.json
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-09-28 15:32:30 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-09-28 15:32:30 +0300
commit4150f09c886de69eec8b2c09f070eb07308dd5ca (patch)
tree349486c2d85dcd4c6096c63f9bb89a70dfcf9bf1 /profiles/main/data/settings.json
parentd5eff0fd5c487704f29e90a41b4a0273c150d9ce (diff)
profile(main): update -- 2024-09-28T12:32:30.221Z
Diffstat (limited to 'profiles/main/data/settings.json')
-rw-r--r--profiles/main/data/settings.json83
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