Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: tarantool-lua-debugger-vscode
path: tarantool-lua-debugger-vscode-*.vsix
name: tarantool-lua-debugger
path: tarantool-lua-debugger-*.vsix
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
uses: shogo82148/actions-upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./tarantool-lua-debugger-vscode-*.vsix
asset_path: ./tarantool-lua-debugger-*.vsix
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"eslint.workingDirectories": [
"./debugger",
"./extension"
]
],
"Lua.workspace.checkThirdParty": false
}
2 changes: 1 addition & 1 deletion extension/constants.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const EXTENSION_ID = "tarantool.tarantool-lua-debugger-vscode";
export const EXTENSION_ID = "tarantooldb.tarantool-lua-debugger";
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "tarantool-lua-debugger-vscode",
"publisher": "tarantool",
"version": "0.4.0",
"name": "tarantool-lua-debugger",
"publisher": "tarantooldb",
"version": "0.4.1",
"description": "Tarantool Lua Debugger - tarantool lua debugger with no dependencies",
"displayName": "Tarantool Lua Debugger",
"icon": "resources/tarantool-logo-small_128x128.png",
"repository": {
"type": "github",
"url": "https://github.com/usenko-timur/tarantool-local-lua-debugger-vscode.git"
"url": "https://github.com/tarantool/tarantool-lua-debugger-vscode.git"
},
"author": "[email protected]",
"license": "MIT",
Expand Down