Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature : added an 'autoSave' option #186

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Currently the following Test Adapters are available:
### ABAP

* [ABAP remote filesystem](https://marketplace.visualstudio.com/items?itemName=murbani.vscode-abap-remote-fs)

### C

* [Ceedling Test Explorer](https://marketplace.visualstudio.com/items?itemName=numaru.vscode-ceedling-test-adapter)
Expand Down Expand Up @@ -127,6 +127,7 @@ Property | Description
--------------------------------------|---------------------------------------------------------------
`testExplorer.onStart` | Retire or reset all test states whenever a test run is started
`testExplorer.onReload` | Retire or reset all test states whenever the test tree is reloaded
`testExplorer.autoSave` | Automatically saves all modified files whenever a test run is started
`testExplorer.codeLens` | Show a CodeLens above each test or suite for running or debugging the tests
`testExplorer.gutterDecoration` | Show the state of each test in the editor using Gutter Decorations
`testExplorer.errorDecoration` | Show error messages from test failures as decorations in the editor
Expand Down
Loading