{"id":5989,"date":"2022-04-08T16:05:37","date_gmt":"2022-04-08T15:05:37","guid":{"rendered":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/?page_id=5989"},"modified":"2026-02-11T19:06:40","modified_gmt":"2026-02-11T19:06:40","slug":"vscode","status":"publish","type":"page","link":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/tools\/vscode\/","title":{"rendered":"VSCode"},"content":{"rendered":"<h2>Overview<\/h2>\n<p>Visual Studio Code is a popular AI code editor by Microsoft.<\/p>\n<h2>Restrictions on use<\/h2>\n<p>Please ensure you read, understand and comply with the <a href=\"https:\/\/code.visualstudio.com\/license\" target=\"_blank\">VSCode licensing terms and conditions<\/a>.<\/p>\n<h2>Set up procedure<\/h2>\n<p>To use\/access the software you must load any ONE of the available modulefiles:<\/p>\n<pre>\r\n<strong>module load apps\/binapps\/vscode\/1.109.2<\/strong>       #Recommended version\r\nmodule load apps\/binapps\/vscode\/1.48\r\n<\/pre>\n<h2>Interactive development using VSCode<\/h2>\n<p>To do interactive development in CSF3 using VSCode you need to run VSCode server in an <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/batch-slurm\/gpu-jobs-slurm\/#Interactive_Jobs\" target=\"_blank\">interactive job<\/a>.<br \/>\nBefore you do that, you should first install necessary components for your software development in your account. For example, if you intend to work with Tensorflow, you need to first install<a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/applications\/tensorflow\/#Using_Tensorflow_in_Conda_Environments\" target=\"_blank\">Tensorflow<\/a> in a <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/applications\/anaconda-python\/#Adding_packages\" target=\"_blank\">virtual environment<\/a>. Once that is ready, you should then be able to select that as your <a href=\"https:\/\/code.visualstudio.com\/docs\/python\/environments#_working-with-python-interpreters\" target=\"_blank\">code interpreter in VSCode.<\/a><\/p>\n<h3>Steps that you should follow for interactive development.<\/h3>\n<p><strong>STEP 1: Start an interactive <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/batch-slurm\/srun\/\" target=\"_blank\">CPU<\/a> or <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/batch-slurm\/gpu-jobs-slurm\/#Interactive_Jobs\" target=\"_blank\">GPU<\/a> job.<\/strong> <\/p>\n<pre>\r\n#Interactive CPU Job\r\nsrun -p interactive -n 4 -t 0-1 --pty bash\r\n\r\n#or\r\n\r\n#Interactive GPU Job\r\nsrun -p gpuL -G 1 -n 1 -t 0-1 --pty bash\r\n<\/pre>\n<p><strong>STEP 2: Load VS Code module and run VS Code Server<\/strong> <\/p>\n<pre>\r\nmodule load apps\/binapps\/vscode\/1.109.2\r\ncode tunnel\r\n#or\r\ncode tunnel --accept-server-license-terms\r\n<\/pre>\n<p>The Visual Studio Code Server will start running in the compute node where your interactive job is running. It will prompt you to select the Account using which you would like to log in to the VSCode interface.<br \/>\n<img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/1VSC.jpg\" alt=\"\" width=\"700\" style=\"border:2px solid purple\" \/><br \/>\n<br \/>\nSelect your preferred option using UP and DOWN arrow keys and then hit ENTER.<br \/>\n<br \/>\n<img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/2VSC.jpg\" alt=\"\" width=\"700\" style=\"border:2px solid purple\" \/><br \/>\n<br \/>\nIt will then present a URL and prompt you to open the URL in a browser, login to it using your account (Microsoft\/Github) and authenticate using the code that is displayed and grant permission. Screenshots given below for reference:<br \/>\n<br \/>\n<img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/3VSC.jpg\" alt=\"\" width=\"700\" style=\"border:2px solid purple\" \/><br \/>\n<br \/>\n<img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/4VSC.jpg\" alt=\"\" width=\"700\" style=\"border:2px solid purple\" \/><br \/>\n<br \/>\n<img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/5VSC.jpg\" alt=\"\" width=\"700\" style=\"border:2px solid purple\" \/><br \/>\n<br \/>\n<img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/6VSC.jpg\" alt=\"\" width=\"700\" style=\"border:2px solid purple\" \/><br \/>\n<br \/>\n<img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/7VSC.jpg\" alt=\"\" width=\"700\" style=\"border:2px solid purple\" \/><br \/>\n<br \/>\nWhen the above part is completed, you will be then presented with a new URL.<br \/>\n<br \/>\n<img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/8VSC.jpg\" alt=\"\" width=\"700\" style=\"border:2px solid purple\" \/><\/p>\n<p><strong>STEP 3: Accessing the VSCode interface.<\/strong> <\/p>\n<p>You need to copy the URL and open it in a web browser. Opening it in a browser will present you with the interface of Visual Studio Code that is running in the compute node of CSF3.<\/p>\n<p><a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/9VSC.jpg\" target=\"_blank\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/9VSC.jpg\" alt=\"\" width=\"700\" style=\"border:2px solid purple\" \/><\/a><\/p>\n<p>You can then create a new file and then select your python virtual environment that you created earlier as interpreter by pressing the keys <strong>Ctrl+Shift+P<\/strong> and then selecting the option: <strong>Python: Select Interpreter<\/strong>.<\/p>\n<p><strong>NOTE:<\/strong> You will need to install the <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=ms-python.python\" target=\"_blank\">Python Extension in VSCode<\/a> to be able to do that.<\/p>\n<p>It is also possible to use <strong>Jupyter Notebooks<\/strong> inside VSCode for your development. For this, you will first need to <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/applications\/anaconda-python\/#Adding_packages\" target=\"_blank\">install Jupyter Notebook in your virtual environment<\/a> and then also install <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=ms-toolsai.jupyter\" target=\"_blank\">Jupyter Notebook Extension in VSCode<\/a>. Once those are set, reload VSCode and then you can press <strong>Ctrl+Shift+P<\/strong> and select the option: <strong>Create: New Jupyter Notebook<\/strong>. Remember to select the virtual environment as the interpreter by pressing the keys <strong>Ctrl+Shift+P<\/strong> and then selecting the option: <strong>Python: Select Interpreter<\/strong>.<\/p>\n<p>Similarly, if you want to use <strong>GitHub Copilot<\/strong> you will need to install <a href=\"https:\/\/marketplace.visualstudio.com\/items?itemName=GitHub.copilot-chat\" target=\"_blank\">GitHub Copilot Chat Extension in VSCode<\/a>.<\/p>\n<h3>Stopping VSCode server<\/h3>\n<p>Over the years, there has been changes in the way VSCode server process is stopped. Currently the ideal way is to save your files, then close the browser and finally cancel the job with <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/batch-slurm\/deleting-jobs-slurm\/\" target=\"_blank\"><strong><code>scancel [jobid]<\/code><\/strong><\/a> command to stop the interactive job.<\/p>\n<p>&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<br \/>\n&nbsp;<\/p>\n<h2>Using VSCode installed on your PC\/laptop<\/h2>\n<p>We recommend that you install VSCode on <em>your<\/em> PC\/laptop and use the <code>Remote - SSH<\/code> extension to connect VSCode to the CSF. You can then edit files stored on the CSF using your local copy of VSCode. This will give a better experience when using VSCode and allows you to install the latest version.<\/p>\n<div class=\"hint\">VSCode 1.90.2 &#8212; 1.99: The &#8220;SSH Extension&#8221; in VSCode will warn that it is about to connect to a system with an unsupported Operating System. But it is safe to proceed.<br \/>\n<a href=\"\/csf3\/wp-content\/uploads\/vscode-warn-unsup-os-red.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-warn-unsup-os-red.png\" alt=\"VSCode warning about unsupported OS\" width=\"521\" height=\"118\" class=\"alignnone size-full wp-image-7816\" style=\"border-width: thin\" srcset=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-warn-unsup-os-red.png 521w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-warn-unsup-os-red-300x68.png 300w\" sizes=\"auto, (max-width: 521px) 100vw, 521px\" \/><\/a><\/div>\n<p>Older versions of VSCode do not work on the CSF &#8211; please use 1.90.2 or newer.<\/p>\n<h3>Acceptable Use<\/h3>\n<p>Please note that VScode can be used for code development on the CSF &#8211; it will give you access to the login nodes and your CSF files. <\/p>\n<p>But you should <em>not<\/em> run your code for long periods of time within VSCode. Doing so runs you code on the login node. Production runs should be submitted to the CSF batch system outside of VScode, in the usual manner.<\/p>\n<p><strong>CPU-hogging VScode processes found running on the login nodes will be killed without warning.<\/strong> <\/p>\n<h3>Configure VSCode Before Connecting to the CSF &#8211; don&#8217;t follow symlinks<\/h3>\n<p><strong>Please follow these instructions to configure your VSCode client BEFORE CONNECTING TO THE CSF FOR THE FIRST TIME<\/strong> &#8211; failure to do so can result in high system load on the CSF login node, which can result in the login nodes being slow for other users, and may require your login to be terminated.<\/p>\n<ol>\n<li>Open the <code>File &gt; Preferences &gt; Settings<\/code> panel (or use the shortcut <code>Ctrl+,<\/code>).\n<p><a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-file-prefs-settings.png\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-file-prefs-settings.png\" alt=\"VS Code Settings Tab\" width=\"647\" height=\"665\" class=\"alignnone size-full wp-image-8573\" srcset=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-file-prefs-settings.png 647w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-file-prefs-settings-292x300.png 292w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-file-prefs-settings-50x50.png 50w\" sizes=\"auto, (max-width: 647px) 100vw, 647px\" \/><\/a>\n<\/li>\n<li>In the search bar at the top, enter the following string: <code>search.follow<\/code>\n<p><a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-search-follow-red.png\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-search-follow-red.png\" alt=\"Search for search.follow in the search bar.\" width=\"800\" class=\"alignnone size-full wp-image-8574\" srcset=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-search-follow-red.png 865w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-search-follow-red-300x148.png 300w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-search-follow-red-768x380.png 768w\" sizes=\"(max-width: 865px) 100vw, 865px\" \/><\/a>\n<\/li>\n<li>UNTICK the <code>Follow Symlinks<\/code> option. This will reduce the amount of file search that VSCode performs on the CSF login node.<br \/>\n<a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-search-follow-untick-red.png\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-search-follow-untick-red.png\" alt=\"Untick the Follow Symlinks option.\" width=\"800\" class=\"alignnone size-full wp-image-8575\" srcset=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-search-follow-untick-red.png 1122w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-search-follow-untick-red-300x58.png 300w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-search-follow-untick-red-1024x197.png 1024w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/vscode-search-follow-untick-red-768x148.png 768w\" sizes=\"(max-width: 1122px) 100vw, 1122px\" \/><\/a>\n<\/li>\n<\/ol>\n<p>You can then close the settings tab and proceed with the steps below to install the Remote SSH extension.<\/p>\n<h3>Installing the VSCode &#8220;Remote &#8211; SSH&#8221; extension on your PC\/Laptop<\/h3>\n<p>You must install the <code>Remote - SSH<\/code> extension in to your local copy of VSCode on <em>your<\/em> PC\/laptop.<\/p>\n<p><a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/InstallRemoteSSHExt.png\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/InstallRemoteSSHExt.png\" alt=\"Install Remote SSH Extension\" width=\"800\" class=\"alignnone size-full wp-image-8574\" \/><\/a><\/p>\n<h4>Setting up the connection to CSF for the first time using &#8220;Remote &#8211; SSH&#8221; extension<\/h4>\n<ol>\n<li>\nOnce Remote SSH Extension is installed ensure that the following are ticked\/set in the <code>Remote SSH extension settings<\/code>:<\/p>\n<p><a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/1-1.png\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/1-1.png\" alt=\"Remote SSH Extension Settings\" width=\"800\" class=\"alignnone size-full wp-image-8574\" \/><\/a><\/p>\n<pre>\r\n# Tick \/ enable the following options\r\nRemote.SSH: Enable Agent Forwarding\r\nRemote.SSH: Enable Dynamic Forwarding\r\nRemote.SSH: Enable X11 Forwarding\r\nRemote.SSH: External SSH_ASKPASS\r\nRemote.SSH: Local Server Download -- Set to <strong>'off'<\/strong> in the drop-down menu\r\nRemote.SSH: Show Login Terminal\r\nRemote.SSH: Use Flock\r\nRemote.SSH: Use Local Server\r\n<\/pre>\n<\/li>\n<li>\nNext you need to setup the remote host <strong>CSF3<\/strong>.<\/p>\n<p>Hit <strong>F1<\/strong> in your keyboard and select <code>Remote-SSH: Connect to Host...<\/code><\/p>\n<p><a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/2-1.png\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/2-1.png\" alt=\"Remote SSH Host Settings\" width=\"800\" class=\"alignnone size-full wp-image-8574\" \/><\/a><\/p>\n<p>Then select <code>+ Add New SSH Host...<\/code><\/p>\n<p><a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/3-1.png\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/3-1.png\" alt=\"Remote SSH Host Settings\" width=\"800\" class=\"alignnone size-full wp-image-8574\" \/><\/a><\/p>\n<p>Type:<br \/>\n<code>&lt;username&gt;@csf3.itservices.manchester.ac.uk<\/code> under <strong>&#8216;Enter SSH Connection Command&#8217;<\/strong><\/p>\n<p>&#128221;<strong>Note:<\/strong> Please use your IT Username, not your email username.<\/p>\n<p><a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/4-1anew.png\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/4-1anew.png\" alt=\"Remote SSH host settings\" width=\"800\" class=\"alignnone size-full wp-image-10156\" \/><\/a>\n<\/li>\n<li>\nConnecting to the CSF. Once you have defined the remote host, you are ready to connect to the CSF.  <\/p>\n<p>Hit <strong>F1<\/strong> in your keyboard and select the remote host that you have defined.<\/p>\n<p>In the next screen select <code>Linux<\/code> from the list:<\/p>\n<p><a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/5-1.png\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/5-1.png\" alt=\"Remote SSH Host Type\" width=\"800\" class=\"alignnone size-full wp-image-8574\" \/><\/a><\/p>\n<p>In the next screen type your password and then hit enter. Next complete the Duo authentication.<\/p>\n<p>NOTE: The CSF password and DUO 2FA prompt will appear in the <em>Login Terminal<\/em> window inside VSCode. You must ensure you have ticked <code>remote.SSH.showLoginTerminal<\/code> as shown in the step <strong>1.<\/strong> above under <strong>Setting up the connection to CSF for the first time using \u201cRemote \u2013 SSH\u201d extension<\/strong>.<\/p>\n<p><a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/6-1a.png\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/6-1a.png\" alt=\"Remote SSH authentication\" width=\"800\" class=\"alignnone size-full wp-image-10158\" srcset=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/6-1a.png 1200w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/6-1a-300x200.png 300w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/6-1a-1024x683.png 1024w, https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/6-1a-768x512.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" \/><\/a><\/p>\n<p>If you have followed the steps correctly, VSCode will install server package within your home directory in CSF under the folder <code>~\/.vscode-server<\/code>. It will take some time for the installation to complete and this installation part will be done only on the first time you are connecting to CSF using VSCode. When the set up is complete, you will see something like this in the screen and the last line will say: <strong>end<\/strong>. This confirms that your setup and connection was successful. <\/p>\n<p><a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/7-1.png\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/7-1.png\" alt=\"Remote SSH Authentication\" width=\"800\" class=\"alignnone size-full wp-image-8574\" \/><\/a>\n<\/li>\n<li>\nNext time just follow the step <strong>3. Connecting to the CSF<\/strong> onwards to connect again.<\/p>\n<p>Once connected, you can open a new terminal to work in CSF directly from VSCode by selecting: <code>+ > New Terminal<\/code><\/p>\n<p><a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/8-1.png\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/8-1.png\" alt=\"Remote SSH Authentication\" width=\"800\" class=\"alignnone size-full wp-image-8574\" \/><\/a><\/p>\n<p>The new terminal will show you login prompt of CSF like this:<\/p>\n<p><a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/9-1.png\" target=\"_blank\" rel=\"noopener\"><img decoding=\"async\" src=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-content\/uploads\/9-1.png\" alt=\"Remote SSH Authentication\" width=\"800\" class=\"alignnone size-full wp-image-8574\" \/><\/a>\n<\/li>\n<li>\nTroubleshooting tip for user migrating from old to new CSF3:<\/p>\n<p>If you have any previous installation of VSCode Remote SSH Extension in old CSF3 and are trying to install the VSCode like this in the new CSF3, you should first delete\/rename the old <code>~\/.vscode-server<\/code> folder in your home directory.\n<\/li>\n<\/ol>\n<h2>Further info<\/h2>\n<ul>\n<li><a href=\"https:\/\/code.visualstudio.com\/\" target=\"_blank\">Visual Studio Code website<\/a><\/li>\n<\/ul>\n<h2>Updates<\/h2>\n<p>None.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Overview Visual Studio Code is a popular AI code editor by Microsoft. Restrictions on use Please ensure you read, understand and comply with the VSCode licensing terms and conditions. Set up procedure To use\/access the software you must load any ONE of the available modulefiles: module load apps\/binapps\/vscode\/1.109.2 #Recommended version module load apps\/binapps\/vscode\/1.48 Interactive development using VSCode To do interactive development in CSF3 using VSCode you need to run VSCode server in an interactive job&#8230; <a href=\"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/software\/tools\/vscode\/\">Read more &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":144,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5989","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/5989","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/comments?post=5989"}],"version-history":[{"count":21,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/5989\/revisions"}],"predecessor-version":[{"id":11866,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/5989\/revisions\/11866"}],"up":[{"embeddable":true,"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/pages\/144"}],"wp:attachment":[{"href":"https:\/\/ri.itservices.manchester.ac.uk\/csf3\/wp-json\/wp\/v2\/media?parent=5989"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}