Skip to content

Commit

Permalink
Update repository links (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornix authored Oct 28, 2024
1 parent f374425 commit 8c8cd15
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
1 change: 0 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ pyodide/*.map
pyodide.zip
temp/**
scenarios/**
LICENSE
1 change: 1 addition & 0 deletions package-lock.json

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

10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@
"displayName": "Data Analysis for Copilot",
"description": "This tool extends the LLM's capabilities by allowing it to run Python code in a sandboxed Python environment (Pyodide) for a wide range of computational tasks and data manipulations that it cannot perform directly.",
"author": "Microsoft Corporation",
"homepage": "https://github.com/microsoft/Advanced-Data-Analysis-for-Copilot",
"homepage": "https://github.com/microsoft/vscode-data-analysis-for-copilot",
"icon": "images/icon.png",
"version": "0.2.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/vscode-data-analysis-for-copilot"
},
"bugs": {
"url": "https://github.com/microsoft/vscode-data-analysis-for-copilot/issues"
},
"engines": {
"vscode": "^1.95.0"
},
Expand Down

0 comments on commit 8c8cd15

Please sign in to comment.