Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: contribution generation #8

Closed
wants to merge 2 commits into from
Closed

chore: contribution generation #8

wants to merge 2 commits into from

Conversation

lewxdev
Copy link
Owner

@lewxdev lewxdev commented Mar 19, 2024

No description provided.

Copy link
Owner Author

lewxdev commented Mar 19, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @lewxdev and the rest of your teammates on Graphite Graphite

.vscode/tasks.json Outdated Show resolved Hide resolved
.vscodeignore Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
package.json Outdated Show resolved Hide resolved
@@ -33,26 +33,37 @@
"contributes": {
"iconThemes": [
{
"id": "glyph.legacy",
"id": "glyph.legacy-original",
Copy link
Owner Author

Choose a reason for hiding this comment

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

hmmm, idk how vscode is going to handle the updating of this. maybe keep it the same or look into how backwards compat works for existing users

},
{
"id": "glyph.minimal",
"id": "glyph.legacy-minimal",
Copy link
Owner Author

Choose a reason for hiding this comment

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

🤨

"build": "npm-run-all -s build:*"
},
"dependencies": {
"lodash": "^4"
Copy link
Owner Author

Choose a reason for hiding this comment

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

maybe this shouldn't be a devDep instead of a dep (for now). The implementation for commands/settings isn't there yet. No need to bloat it

tsconfig.json Outdated
Copy link
Owner Author

Choose a reason for hiding this comment

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

I want to figure out if we can use more modern (readable?) compilation while still keeping things simple

Copy link
Owner Author

Choose a reason for hiding this comment

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

Not sure if the use of declaration (.d.ts) files are the right choice here. Perhaps implicit global types through the tsconfig? But maybe that's too complicated idk

src/utils/types/vscode.d.ts Outdated Show resolved Hide resolved
@lewxdev
Copy link
Owner Author

lewxdev commented Jul 10, 2024

migrated most changes to a more manageable stacked PR

@lewxdev lewxdev closed this Jul 10, 2024
@lewxdev lewxdev deleted the contrib-gen branch July 10, 2024 11:27
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.

1 participant