VS Code in exam configuration - User guide |
|
Step 1 - Install VS CodeDownload and install Visual Studio Code from code.visualstudio.com/download. In S[UW][12] and N(8|10|11) labs, VS Code is already installed in both Windows and Linux modes. |
|
Step 2 - Install the Extensions related to C++ in VS CodeOpen the Extensions view by clicking the Extensions icon Make sure that the following Extensions are installed and enabled:
With these extensions, you shall be able to build and debug C/C++ programs and get some (non-AI) hints while editing. |
|
Step 3 - Install the Continue Extension in VS Code
|
|
Step 4 - Configure the Continue ExtensionOpen the Continue Chat by pressing the Continue icon In the top right corner of the chat, press the cogwheel icon Select the Configs section Use another cogwheel icon to open the Local Config This will open the Replace the content of the file with the following:
Replace the last two elements in the Save the file ( |
|
Step 5 - Using the Continue ExtensionOpen a C/C++ source file in VS Code. Open the Continue Chat by pressing the Continue icon You can now interact with the AI assistant by typing your questions or requests in the chat input box and pressing Enter. The AI assistant will respond based on the context of your code and provide suggestions, explanations, or code snippets as needed. |
|
Current status of the AI support
|