Skip to content

Commit

Permalink
Upgrade java-debug to 0.50.0
Browse files Browse the repository at this point in the history
  • Loading branch information
puremourning committed May 9, 2023
1 parent e692229 commit 6d818bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions python3/vimspector/gadgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@
'${version}/${file_name}',
},
'all': {
'version': '0.43.0',
'file_name': 'vscjava.vscode-java-debug-0.43.0.vsix',
'version': '0.50.0',
'file_name': 'vscjava.vscode-java-debug-0.50.0.vsix',
'checksum':
'5df389d248b0b988fefa558d9f0f43a93a3c053b9992a3e13057b2bc465ba7f6',
'e5aabb93f8ee49881077aee63898b3ddda1dffc7d982227b1bcafbb86989dace',
},
'adapters': {
"vscode-java": {
Expand Down
4 changes: 2 additions & 2 deletions support/test/java/test_project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>TestApplication</artifactId>
<version>1</version>
<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
</properties>
</project>

0 comments on commit 6d818bb

Please sign in to comment.