2020-11-06 23:51:56 +01:00
|
|
|
# Remote Support
|
|
|
|
|
|
|
|
We use the Live Share extension of Visual Studio Code to debug bugs when sharing data or database credentials is not possible.
|
|
|
|
|
|
|
|
1. Install [Visual Studio Code](https://code.visualstudio.com/)
|
2021-05-10 21:48:14 +02:00
|
|
|
2. Open your RAPIDS root folder in a new VSCode window
|
|
|
|
3. Open a new terminal in Visual Studio Code `Terminal > New terminal`
|
2020-11-06 23:51:56 +01:00
|
|
|
4. Install the [Live Share extension pack](https://marketplace.visualstudio.com/items?itemName=MS-vsliveshare.vsliveshare-pack)
|
|
|
|
5. Press ++ctrl+p++ or ++cmd+p++ and run this command:
|
|
|
|
|
|
|
|
```bash
|
|
|
|
>live share: start collaboration session
|
|
|
|
```
|
2021-05-10 21:48:14 +02:00
|
|
|
|
2020-11-06 23:51:56 +01:00
|
|
|
6. Follow the instructions and share the session link you receive
|