You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If `INSTALL_DEVTOOLS` is set, the required tools according to [microsoft/vscode > Wiki > How to Contribute](https://github.com/Microsoft/vscode/wiki/How-to-Contribute)
4
+
and [coder/code-server > Docs > Contributing](https://github.com/coder/code-server/blob/main/docs/CONTRIBUTING.md)
5
+
are installed.
6
+
7
+
Node.js is installed with corepack enabled by default. Use it to manage Yarn
8
+
and/or pnpm:
9
+
10
+
*[Installation | Yarn - Package Manager > Updating the global Yarn version](https://yarnpkg.com/getting-started/install#updating-the-global-yarn-version)
11
+
*[Installation | pnpm > Using Corepack](https://pnpm.io/installation#using-corepack)
12
+
13
+
## Environment variables
14
+
15
+
**Versions**
16
+
17
+
*`NODE_VERSION`
18
+
19
+
## System Python
20
+
21
+
Package `libsecret-1-dev` depends on `python3` from the system's package
22
+
repository.
23
+
24
+
The system's Python version is installed at `/usr/bin`.
25
+
26
+
:information_source: Because a [more recent Python version](NOTES.md#python) is
27
+
installed at `/usr/local/bin`, it takes precedence over the system's Python
* Python LSP Server: Example settings according to [jupyter-lsp/jupyterlab-lsp > Installation > Configuring the servers](https://github.com/jupyter-lsp/jupyterlab-lsp#configuring-the-servers)
114
+
* Theme > Selected Theme: JupyterLab Dark
115
+
* Python LSP Server: Example settings according to [jupyter-lsp/jupyterlab-lsp > Installation > Configuring the servers](https://github.com/jupyter-lsp/jupyterlab-lsp#configuring-the-servers)
115
116
* VS Code
116
-
* Extensions > GitLab Workflow
117
-
* Ai Assisted Code Suggestions: Enabled: false
118
-
* Extensions > GitLens — Git supercharged
119
-
* General > Show Welcome On Install: false
120
-
* General > Show Whats New After Upgrade: false
121
-
* Extensions > Resource Monitor Configuration
122
-
* Show: Battery: false
123
-
* Show: Cpufreq: false
117
+
* Extensions > GitLab Workflow
118
+
* Ai Assisted Code Suggestions: Enabled: false
119
+
* Extensions > GitLens — Git supercharged
120
+
* General > Show Welcome On Install: false
121
+
* General > Show Whats New After Upgrade: false
122
+
* Extensions > Resource Monitor Configuration
123
+
* Show: Battery: false
124
+
* Show: Cpufreq: false
124
125
* Zsh
125
-
* Oh My Zsh: `~/.zshrc`
126
-
* Set PATH so it includes user's private bin if it exists
126
+
* Oh My Zsh: `~/.zshrc`
127
+
* Set PATH so it includes user's private bin if it exists
127
128
128
129
**Julia images**
129
130
130
131
* VS Code
131
-
* Extensions > Julia
132
-
* Enable Crash Reporter: false
133
-
* Enable Telemetry: false
132
+
* Extensions > Julia
133
+
* Enable Crash Reporter: false
134
+
* Enable Telemetry: false
134
135
135
136
**R images**
136
137
137
138
* R: `$(R RHOME)/etc/Rprofile.site`
138
-
* IRkernel: Only enable `image/svg+xml` and `application/pdf` for plot
139
+
* IRkernel: Only enable `image/svg+xml` and `application/pdf` for plot
139
140
display.
140
-
* R Extension (VS Code): Disable help panel and revert to old behaviour.
141
+
* R Extension (VS Code): Disable help panel and revert to old behaviour.
* R LSP Server: Example settings according to [jupyter-lsp/jupyterlab-lsp > Installation > Configuring the servers](https://github.com/jupyter-lsp/jupyterlab-lsp#configuring-the-servers)
143
+
* R LSP Server: Example settings according to [jupyter-lsp/jupyterlab-lsp > Installation > Configuring the servers](https://github.com/jupyter-lsp/jupyterlab-lsp#configuring-the-servers)
If `INSTALL_DEVTOOLS` is set, the required tools according to [microsoft/vscode > Wiki > How to Contribute](https://github.com/Microsoft/vscode/wiki/How-to-Contribute)
243
-
and [coder/code-server > Docs > Contributing](https://github.com/coder/code-server/blob/main/docs/CONTRIBUTING.md)
244
-
are installed.
245
-
246
-
Node.js is installed with corepack enabled by default. Use it to manage Yarn
247
-
and/or pnpm:
248
-
249
-
*[Installation | Yarn - Package Manager > Updating the global Yarn version](https://yarnpkg.com/getting-started/install#updating-the-global-yarn-version)
250
-
*[Installation | pnpm > Using Corepack](https://pnpm.io/installation#using-corepack)
251
-
252
-
## Environment variables
253
-
254
-
**Versions**
255
-
256
-
*`NODE_VERSION`
257
-
258
-
## System Python
259
-
260
-
Package `libsecret-1-dev` depends on `python3` from the system's package
261
-
repository.
262
-
263
-
The system's Python version is installed at `/usr/bin`.
264
-
265
-
:information_source: Because [a more recent Python version](#python) is
266
-
installed at `/usr/local/bin`, it takes precedence over the system's Python
0 commit comments