Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
epm-docker-test
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
epm-docker-test
Commits
d49a6de8
Commit
d49a6de8
authored
May 09, 2026
by
Ivan Mazhukin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
document vscode extension install options
parent
34bd58f8
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
README.md
vscode-extension/README.md
+22
-0
No files found.
vscode-extension/README.md
View file @
d49a6de8
...
@@ -11,6 +11,28 @@ VS Code extension with buttons for `epm-docker-test.sh`.
...
@@ -11,6 +11,28 @@ VS Code extension with buttons for `epm-docker-test.sh`.
The extension runs commands in a normal VS Code terminal, so the same output and prompts remain visible.
The extension runs commands in a normal VS Code terminal, so the same output and prompts remain visible.
## Install
For day-to-day local use without packaging:
```
bash
mkdir
-p
~/.vscode/extensions/eter.epm-docker-test-runner-0.1.0
rsync
-a
--delete
./ ~/.vscode/extensions/eter.epm-docker-test-runner-0.1.0/
```
Then run
`Developer: Reload Window`
in VS Code.
To install as a VSIX package:
```
bash
cd
vscode-extension
npm
install
-g
@vscode/vsce
vsce package
code
--install-extension
epm-docker-test-runner-0.1.0.vsix
```
The same VSIX can be installed from the VS Code command
`Extensions: Install from VSIX...`
.
## Actions
## Actions
-
`Run app on systems`
: asks for an app and target systems.
-
`Run app on systems`
: asks for an app and target systems.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment