|
71 | 71 | "[cpp]": { |
72 | 72 | "editor.defaultFormatter": "xaver.clang-format" |
73 | 73 | }, |
| 74 | + "[json]": { |
| 75 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 76 | + }, |
| 77 | + "[jsonc]": { |
| 78 | + "editor.defaultFormatter": "esbenp.prettier-vscode" |
| 79 | + }, |
74 | 80 | "editor.rulers": [130], |
75 | 81 | "javascript.validate.enable": false, |
76 | | - "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false, |
| 82 | + "javascript.format.semicolons": "insert", |
77 | 83 | "typescript.format.semicolons": "insert", |
| 84 | + "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false, |
78 | 85 | "typescript.tsdk": "node_modules/typescript/lib", |
| 86 | + "eslint.format.enable": true, |
79 | 87 | "eslint.validate": ["typescript", "typescriptreact"], |
80 | 88 | "C_Cpp.default.compilerPath": "/arm_toolchain/arm-gnu-toolchain-13.3.rel1-x86_64-arm-none-eabi/bin/arm-none-eabi-gcc", |
81 | 89 | "C_Cpp.default.cStandard": "c23", |
|
91 | 99 | "amiralizadeh9480.cpp-helper", |
92 | 100 | "augustocdias.tasks-shell-input", |
93 | 101 | "dan-c-underwood.arm", |
| 102 | + "dbaeumer.vscode-eslint", |
94 | 103 | "esbenp.prettier-vscode", |
95 | 104 | "github.vscode-pull-request-github", |
96 | 105 | "keroc.hex-fmt", |
|
109 | 118 | // Use 'forwardPorts' to make a list of ports inside the container available locally. |
110 | 119 | "forwardPorts": [3232, 3233], |
111 | 120 | // Use 'postCreateCommand' to run commands after the container is created. |
112 | | - "postCreateCommand": "make setup build", |
| 121 | + "postAttachCommand": "make setup build", |
| 122 | + "postCreateCommand": "sudo /lib/systemd/systemd-udevd --daemon", |
| 123 | + |
113 | 124 | // Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root. |
114 | 125 | "remoteUser": "vscode" |
115 | 126 | } |
0 commit comments