Skip to content

feat: vscodeExtension - #32

Open
leo-ware wants to merge 1 commit into
atlas-computing-org:mainfrom
leo-ware:main
Open

feat: vscodeExtension#32
leo-ware wants to merge 1 commit into
atlas-computing-org:mainfrom
leo-ware:main

Conversation

@leo-ware

Copy link
Copy Markdown

This is a pull request with the extension code. It doesn't modify any of the existing code except for .gitignore and package.json.

@tenedor tenedor left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mostly looks good. Take a look at my comments and let me know when I should take another look. Thanks!

"private": true,
"version": "0.0.0",
"type": "module",
"workspaces": [

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume this workspaces property should be in the top-level package.json

@@ -0,0 +1,24 @@
# Logs

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What a long gitignore! I assume you copied this from somewhere else, but we should avoid needing this kind of gitignore. Can you reduce this to just what you think we need right now? It looks to me like literally none of these ignores are needed right now.

@@ -0,0 +1,2 @@
media/webview-out/

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is media/webiew-out necessary to ignore? I don't see it getting used.

port: Number(webviewPort) || 3002
},
build: {
outDir: '../extension/media',

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nothing in webview should write files to extension.

Is vite used to build the webview?

"@tailwindcss/vite": "^4.1.7",
"dotenv": "^16.5.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should be able to remove the React dependencies here and below now that the top-level project uses React.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants