Skip to content

Commit 1ad112d

Browse files
committed
Client-side editing overhaul
1 parent 54a0e43 commit 1ad112d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+4978
-3972
lines changed

.eslintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"plugin:@typescript-eslint/recommended",
1515
"plugin:@typescript-eslint/eslint-recommended",
1616
"prettier",
17-
"prettier/@typescript-eslint",
1817
"plugin:prettier/recommended"
1918
],
2019
"plugins": [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- press <kbd>⌘</kbd>/<kbd>Ctrl</kbd>+<kbd>F7</kbd>
3131
- or, select `ObjectScript: Import and Compile Current File` from Command Palette
3232
- Direct access to edit or view server code in the VS Code Explorer via `isfs` and `isfs-readonly` FileSystemProviders (e.g. using a [multi-root workspace](https://code.visualstudio.com/docs/editor/multi-root-workspaces)). Server-side source control is respected.
33-
- Server Explorer view (ObjectScript: Explorer) with ability to export items to your working folder.
33+
- Server Explorer view (InterSystems: Explorer) with ability to export items to your working folder.
3434
- Integration with with [InterSystems Server Manager](https://marketplace.visualstudio.com/items?itemName=intersystems-community.servermanager) for secure storage of connection passwords.
3535

3636
## Installation

0 commit comments

Comments
 (0)