Skip to content

Commit a7f20de

Browse files
committed
fix: copy right and icon
1 parent 93245dc commit a7f20de

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/vscode-extension.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ jobs:
126126
name: Publish Extension
127127
needs: [build, test]
128128
runs-on: ubuntu-latest
129+
permissions:
130+
contents: write
129131
if: |
130132
(github.event_name == 'push' && github.ref == 'refs/heads/main' && startsWith(github.event.head_commit.message, 'chore(release): vscode-extension')) ||
131133
(github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true')
@@ -179,7 +181,7 @@ jobs:
179181
OVSX_PAT: ${{ secrets.OVSX_PAT }}
180182

181183
- name: Create GitHub Release
182-
uses: softprops/action-gh-release@v1
184+
uses: softprops/action-gh-release@v2
183185
with:
184186
tag_name: vscode-extension-v${{ steps.version.outputs.version }}
185187
name: VS Code Extension v${{ steps.version.outputs.version }}
@@ -196,8 +198,6 @@ jobs:
196198
```
197199
files: |
198200
vscode-extension/*.vsix
199-
env:
200-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
201201
202202
# Pre-release publishing for development branches
203203
publish-prerelease:

vscode-extension/LICENSE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Copyright (c) 2026 Tensor Fusion, Inc. All rights reserved.
1+
Copyright (c) 2026 NexusGPU PTE. LTD.. All rights reserved.
22

33
This software and associated documentation files (the "Software") are proprietary
44
and confidential. Unauthorized copying, modification, distribution, or use of
55
this Software, via any medium, is strictly prohibited.
66

7-
The Software is provided for use solely in connection with Tensor Fusion's
8-
GPU Go platform and services. Use of the Software is subject to Tensor Fusion's
7+
The Software is provided for use solely in connection with NexusGPU's
8+
GPU Go platform and services. Use of the Software is subject to NexusGPU's
99
Terms of Service available at https://tensor-fusion.ai/terms-of-service.
1010

1111
For licensing inquiries, contact: support@tensor-fusion.com

vscode-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,6 @@ Use the **"Create Studio"** button in the extension to create a new development
126126

127127
## 📄 License
128128

129-
Proprietary - Copyright © 2026 Tensor Fusion, Inc. All rights reserved.
129+
Proprietary - Copyright © 2026 NexusGPU PTE. LTD. All rights reserved.
130130

131131
See [LICENSE](LICENSE) for details.

vscode-extension/images/icon.png

16.3 KB
Loading

vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gpu-go",
33
"displayName": "GPU Go",
44
"description": "Use GPU Like NFS - Manage AI studio environments with remote GPU access. Create, connect, and manage GPU-powered development environments.",
5-
"version": "0.1.0",
5+
"version": "0.1.1",
66
"publisher": "nexusgpu",
77
"license": "SEE LICENSE IN LICENSE",
88
"icon": "images/icon.png",

0 commit comments

Comments
 (0)