Skip to content

Commit 048b2ae

Browse files
committed
debugger: use tarantooldb org
Change organization name to 'tarantooldb' as we were unable to restore access to TaranTOOL organization on Azure.
1 parent ebd2e20 commit 048b2ae

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

.github/workflows/bundle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828

2929
- uses: actions/upload-artifact@v3
3030
with:
31-
name: tarantool-lua-debugger-vscode
32-
path: tarantool-lua-debugger-vscode-*.vsix
31+
name: tarantool-lua-debugger
32+
path: tarantool-lua-debugger-*.vsix

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
uses: shogo82148/actions-upload-release-asset@v1
4141
with:
4242
upload_url: ${{ steps.create_release.outputs.upload_url }}
43-
asset_path: ./tarantool-lua-debugger-vscode-*.vsix
43+
asset_path: ./tarantool-lua-debugger-*.vsix

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"eslint.workingDirectories": [
44
"./debugger",
55
"./extension"
6-
]
6+
],
7+
"Lua.workspace.checkThirdParty": false
78
}

extension/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const EXTENSION_ID = "tarantool.tarantool-lua-debugger-vscode";
1+
export const EXTENSION_ID = "tarantooldb.tarantool-lua-debugger";

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "tarantool-lua-debugger-vscode",
3-
"publisher": "tarantool",
4-
"version": "0.4.0",
2+
"name": "tarantool-lua-debugger",
3+
"publisher": "tarantooldb",
4+
"version": "0.4.1",
55
"description": "Tarantool Lua Debugger - tarantool lua debugger with no dependencies",
66
"displayName": "Tarantool Lua Debugger",
77
"icon": "resources/tarantool-logo-small_128x128.png",
88
"repository": {
99
"type": "github",
10-
"url": "https://github.com/usenko-timur/tarantool-local-lua-debugger-vscode.git"
10+
"url": "https://github.com/tarantool/tarantool-lua-debugger-vscode.git"
1111
},
1212
"author": "usenko-timur@users.noreply.github.com",
1313
"license": "MIT",

0 commit comments

Comments
 (0)