This is an automated email from the ASF dual-hosted git repository.
shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new d2c9700 Updates to README.md for artifact name changes
d2c9700 is described below
commit d2c97000854b4b7d418a6c637781c920cbc810d5
Author: Davin Shearer <[email protected]>
AuthorDate: Tue Jul 19 11:48:23 2022 -0400
Updates to README.md for artifact name changes
The extension is now called apache-daffodil-vscode instead of
daffodil-debugger.
---
README.md | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index d77cf52..63a64e5 100644
--- a/README.md
+++ b/README.md
@@ -57,20 +57,18 @@ Run full build
* Creates Files
```
server/core/target/universal/daffodil-debugger-*.zip
- daffodil-debugger-*.vsix
+ apache-daffodil-vscode-*.vsix
```
## Running Debug Server
-The debug server will automatically be ran by the extension unless
`useExistingServer` is to set to `true` inside of `.vscode/launch.json`
+The debug server will automatically be run by the extension unless
`useExistingServer` is to set to `true` inside of `.vscode/launch.json`
-If you wish to ran the debug server manually the scripts to do so are at the
following locations:
+If you wish to run the debug server manually the scripts to do so are at the
following locations:
* Debugging through VS Code with or without VSIX:
* Linux = `/home/USERNAME/.local/share/daffodil-dap`
* Mac = `/Users/USERNAME/Library/Application\ Support/daffodil-dap`
* Windows = `C:\\Users\\USERNAME\\AppData\\Roaming\\daffodil-dap`
-
-
## Installation
@@ -82,7 +80,7 @@ Once you have either downloaded the VSIX file or created it
you can now install
* Via command line
```bash
- code --install-extension daffodil-debugger-*.vsix
+ code --install-extension apache-daffodil-vscode-*.vsix
```
## Usage