Commit 4c345ff
authored
Release/0.9.6 (#177)
* bump version to 0.9.6
* add convert CQL to ELM as an AST
* add cql/ast splitview and lock scrolling
* remove old execute cql (dead-code)
* adds cql deugging support
* fixes issue with cql-ls jar getting deleted when running vscode-cql unit tests
* debug hover enhancements
* update debug to support streaming
* implement and test debug test case functionality
* catch and surface DAP session startup errors to the user
* change AST indent to 2 spaces
* Update view-elm test mock for 2-space indent and return type format
* update the cql/ast lock-step tracking
* add AST debug walking support
* fix issues with how AST is displayed while debugging
* add debug session shutdown enhancements
* enhance AST highlighting with in a debug session
* clean up issue with stepping through AST
* resurrect package:local script with javaServiceInstaller path fix
* fix issue with initial debug test case quickpick race condition
* fix sorting issues in CQL Explorer
* fix issue taht affected packaging extension
* refactor view-elm logic
* add timestamp to server logs
* debugger ui updates
* replace debug ast split view with treeview
* add version info
* clean-up test case result output
* fix issue with execute filtered libraries with no test cases
* fix CQL Explorer library sorting
* add webview config editor
* fix issues with config webview editor
* chnage version to v.9.6.0
* update change log
* fix testing issues
* remove duplicated version details in execution results
* remove 'show /hide layout warnings' from CQL explorer - feature deferred
* add flat file save test results location option1 parent e6a6e3a commit 4c345ff
65 files changed
Lines changed: 6029 additions & 1312 deletions
File tree
- scripts
- src
- __test__
- resources/simple-project
- .vscode
- input/cql
- suite
- commands
- cql-explorer
- debug
- extension
- helpers
- utils
- views
- commands
- cql-explorer
- cql-language-server
- cql-service
- debug
- helpers
- java-support
- log-services
- model
- utils
- views
- syntaxes
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
5 | 25 | | |
6 | 26 | | |
7 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments