1515
1616 ```
1717 # apt install node yarn
18-
1918 ```
2019
2120#### clone the repo:
2221```
2322# git clone https://github.com/ilnerdchuck/VSCode-Nucleo-Debugger
24-
2523```
2624
2725#### build the extension:
2826
2927```
3028cd VSCode-nucleo-debugger/
3129yarn install
32-
3330```
34- Opzionale: se si vuole crare il package `.vsix` si può installare il comando `vsce` globalmente
31+ Opzionale: se si vuole crare il package `.vsix` si può installare il comando `vsce` globalmente:
3532```
3633yarn global add vsce
37-
3834```
3935
4036#### contribute to the extension:
@@ -45,7 +41,7 @@ Fare una fork della repository e seguire le istruzioni sovrastanti. Una volta sv
4541#### GDB
4642- https://sourceware.org/gdb/current/onlinedocs/gdb.html/Python-API.html
4743
48- #### GDB
44+ #### DAP e DP
4945
5046- https://microsoft.github.io/debug-adapter-protocol/specification#Requests_Evaluate
5147- https://microsoft.github.io/debug-adapter-protocol/overview
@@ -61,11 +57,11 @@ Fare una fork della repository e seguire le istruzioni sovrastanti. Una volta sv
6157- https://code.visualstudio.com/api/extension-guides/webview
6258- https://code.visualstudio.com/Docs/editor/debugging
6359- https://code.visualstudio.com/api/extension-guides/debugger-extension
64- - https://github.com/SolarTheory/Microsoft-VSCode-Codicons
6560- https://code.visualstudio.com/api/working-with-extensions/publishing-extension
6661- https://code.visualstudio.com/api/extension-guides/command
67- - https://stackoverflow.com/questions/61705879/code-inside-activate-function-of-vs-code-extension-is-not-run
6862- https://code.visualstudio.com/api/references/activation-events#onDebug
63+ - https://stackoverflow.com/questions/61705879/code-inside-activate-function-of-vs-code-extension-is-not-run
6964#### Misc
65+ - https://github.com/SolarTheory/Microsoft-VSCode-Codicons
7066- https://www.typescriptlang.org/docs/
7167- https://handlebarsjs.com/
0 commit comments