Skip to content

Commit 97ea824

Browse files
authored
Use "window" instead of "editor window" (#15)
1 parent 5e8e8a6 commit 97ea824

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ This section covers the changes that previous Pumas Desktop users will need to m
211211

212212
Start VSCode and then open the "command palette" with `Ctrl+Shift+P` (or with
213213
`Cmd+Shift+P` on macOS). Type in "Open User Settings (JSON)" and select the top
214-
result, which will open an editor window with your user configuration.
214+
result, which will open a window with your user configuration.
215215

216216
Find the lines that start with `"julia.executablePath"`, `"julia.additionalArgs"`,
217217
`"julia.environmentPath"`, `"QUARTO_JULIA_PROJECT"`, `"QUARTO_JULIA"`,
@@ -237,7 +237,7 @@ of Pumas products in different projects.
237237

238238
Start VSCode and then open the "command palette" with `Ctrl+Shift+P` (or with
239239
`Cmd+Shift+P` on macOS). Type in "Open User Settings" and select "Preferences: Open User Settings",
240-
which will open an editor window with your user configuration.
240+
which will open a window with your user configuration.
241241

242242
Set the "Julia: Executable Path" setting to `julia +Pumas@2.6.1`,
243243
or whichever installed version you would like to use as your default.
@@ -259,7 +259,7 @@ to ensure that running the `julia` command starts the default product version.
259259

260260
Start VSCode and then open the "command palette" with `Ctrl+Shift+P` (or with
261261
`Cmd+Shift+P` on macOS). Type in "Open Workspace Settings" and select "Preferences: Open Workspace Settings",
262-
which will open an editor window with your user configuration.
262+
which will open a window with your user configuration.
263263
Set the "Julia: Executable Path" setting to `julia +Pumas@2.6.1`,
264264
or whichever installed version you would like to use in the current project.
265265

0 commit comments

Comments
 (0)