Skip to content

Commit

Permalink
Merge pull request #16 from runtimeverification/raoul/remote-debugging
Browse files Browse the repository at this point in the history
Update to latest Simbolik API
  • Loading branch information
RaoulSchaffranek authored Oct 14, 2024
2 parents 9febf1b + a9530d8 commit ac5fa96
Show file tree
Hide file tree
Showing 13 changed files with 859 additions and 564 deletions.
Empty file added .gitmodules
Empty file.
19 changes: 18 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,24 @@
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"${workspaceFolder}/sampleWorkspace"
"${workspaceFolder}/../simbolik-examples"
],
"outFiles": [
"${workspaceFolder}/build/*.js",
"${workspaceFolder}/build/**/*.js",
"${workspaceFolder}/build-web/*.js",
"${workspaceFolder}/build-web/**/*.js",
],
"preLaunchTask": "${defaultBuildTask}",
"debugWebviews": true,
},
{
"name": "Simbolik: Client (Tests)",
"type": "extensionHost",
"request": "launch",
"args": [
"--extensionDevelopmentPath=${workspaceFolder}",
"${workspaceFolder}/../simbolik/src/tests/data/foundry"
],
"outFiles": [
"${workspaceFolder}/build/*.js",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

All notable changes to the "Simbolik VSCode" extension will be documented in this file.

## [3.0.0] - 2024-11-10

- Compatibility with the latest version of the Simbolik API
- Compatibility with the latest version of Foundry
- Improved path mapping between local and remote file systems

## [2.0.3] - 2024-05-28

- Fixed a bug in the TOML parser
Expand Down
Loading

0 comments on commit ac5fa96

Please sign in to comment.