Skip to content

Commit d835d3e

Browse files
Merge pull request intersystems-community#1154 from gjsjohnmurray/typo-virual
Fix typo in Projects Explorer welcome text
2 parents 37a3af8 + 944be12 commit d835d3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,12 @@
119119
},
120120
{
121121
"view": "ObjectScriptProjectsExplorer",
122-
"contents": "To view or edit projects, create a virual workspace folder to [edit or view code directly on an InterSystems server](https://intersystems-community.github.io/vscode-objectscript/serverside/).\n[Add Server Namespace to Workspace](command:vscode-objectscript.addServerNamespaceToWorkspace)",
122+
"contents": "To view or edit projects, create a virtual workspace folder to [edit or view code directly on an InterSystems server](https://intersystems-community.github.io/vscode-objectscript/serverside/).\n[Add Server Namespace to Workspace](command:vscode-objectscript.addServerNamespaceToWorkspace)",
123123
"when": "vscode-objectscript.projectsExplorerRootCount == 0 && workspaceFolderCount <= 0"
124124
},
125125
{
126126
"view": "ObjectScriptProjectsExplorer",
127-
"contents": "To view or edit projects, create a virual workspace folder to [edit or view code directly on an InterSystems server](https://intersystems-community.github.io/vscode-objectscript/serverside/).\n[Add Server Namespace to Workspace](command:vscode-objectscript.addServerNamespaceToWorkspace)\nOr connect a local workspace folder to an [InterSystems server](https://intersystems-community.github.io/vscode-objectscript/serverside/).\n[Choose Server and Namespace](command:vscode-objectscript.connectFolderToServerNamespace)",
127+
"contents": "To view or edit projects, create a virtual workspace folder to [edit or view code directly on an InterSystems server](https://intersystems-community.github.io/vscode-objectscript/serverside/).\n[Add Server Namespace to Workspace](command:vscode-objectscript.addServerNamespaceToWorkspace)\nOr connect a local workspace folder to an [InterSystems server](https://intersystems-community.github.io/vscode-objectscript/serverside/).\n[Choose Server and Namespace](command:vscode-objectscript.connectFolderToServerNamespace)",
128128
"when": "vscode-objectscript.projectsExplorerRootCount == 0 && workspaceFolderCount > 0"
129129
}
130130
],

0 commit comments

Comments
 (0)