Skip to content

Commit

Permalink
Fix symlinks, created initial logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinleroy committed Feb 26, 2024
1 parent 96fb3b0 commit d888216
Show file tree
Hide file tree
Showing 7 changed files with 496 additions and 58 deletions.
3 changes: 2 additions & 1 deletion ide/.vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"dbaeumer.vscode-eslint"
"rust-lang.rust-analyzer",
"wcrichton.flowistry"
]
}
2 changes: 1 addition & 1 deletion ide/packages/extension/LICENSE
2 changes: 1 addition & 1 deletion ide/packages/extension/README.md
Binary file added ide/packages/extension/argus-logo-128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion ide/packages/extension/extension

This file was deleted.

3 changes: 3 additions & 0 deletions ide/packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"publisher": "gavinleroy",
"displayName": "Argus",
"description": "A trait debugger for Rust",
"license": "MIT",
"icon": "argus-logo-128.png",
"version": "0.1.0",
"engines": {
"vscode": "^1.79.0"
Expand Down Expand Up @@ -65,6 +67,7 @@
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@types/vscode": "^1.79.0",
"@vscode/test-cli": "^0.0.6",
"@vscode/test-electron": "^2.3.2",
"glob": "^8.1.0",
"lodash": "^4.17.21",
Expand Down
Loading

0 comments on commit d888216

Please sign in to comment.