Skip to content

debugger: use tarantooldb org #3

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

Merged
merged 1 commit into from
Dec 26, 2022
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": "usenko-timur@users.noreply.github.com",
"license": "MIT",
Expand Down