@@ -211,7 +211,7 @@ This section covers the changes that previous Pumas Desktop users will need to m
211211
212212Start 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
216216Find 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
238238Start 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
242242Set the "Julia: Executable Path" setting to ` julia +Pumas@2.6.1 ` ,
243243or 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
260260Start 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.
263263Set the "Julia: Executable Path" setting to ` julia +Pumas@2.6.1 ` ,
264264or whichever installed version you would like to use in the current project.
265265
0 commit comments