... | @@ -4,6 +4,9 @@ |
... | @@ -4,6 +4,9 @@ |
|
This is a setup to configure and work on an ELT project using VSCode (or maybe [VSCodium](https://vscodium.com/)?).
|
|
This is a setup to configure and work on an ELT project using VSCode (or maybe [VSCodium](https://vscodium.com/)?).
|
|
This setup contemplates configuring C/C++ and (maybe one day) Python. The user will be able to connect to a remote ELTDEV workstation and work on his project from a local VSCode instance. WAF should have a proper integration when the configuration is finished.
|
|
This setup contemplates configuring C/C++ and (maybe one day) Python. The user will be able to connect to a remote ELTDEV workstation and work on his project from a local VSCode instance. WAF should have a proper integration when the configuration is finished.
|
|
|
|
|
|
|
|
Remote development relies on the
|
|
|
|
[Visual Studio Code Remote Development extensions](https://code.visualstudio.com/docs/remote/faq)
|
|
|
|
|
|
## Summary
|
|
## Summary
|
|
Following this document, you'll be able to:
|
|
Following this document, you'll be able to:
|
|
- Create a proper [C/C++ configuration](#configure-cc-extension) for the C/C++ Extension on `.vscode/c_cpp_properties.json` file
|
|
- Create a proper [C/C++ configuration](#configure-cc-extension) for the C/C++ Extension on `.vscode/c_cpp_properties.json` file
|
... | | ... | |