vscode-github-projects
vscode-github-projects copied to clipboard
VS Code extension that brings GitHub's projects into VS Code.
I just installed, and looked at my projects. Unfortunately, only a legacy project shows up -- not any using the new (beta) project. Will new projects be supported?
Hello, I have a project in a relatively new repository that doesn't show up, even after refreshes and clearing the data of the extension. https://github.com/JustinGrote/Press/projects/1 Others show up fine, not...
Maybe this is related to changes introduced with GitHub Projects [Beta], but old-style GitHub Projects for repositories don't show up in the Projects list. Only Organizational Projects. I made a...
We need a logo for Marketplace.  [logomakr](https://logomakr.com/) is a great website to create logos, tagging as `good first issue`.
The implementation for the required mutations is already implemented in this PR: https://github.com/MLH-Fellowship/vscode-github-projects/pull/19 We just need to build the frontend (Add Project, Close Project, Edit Project) in Svelte for it....
Markdown renders just fine in the project descriptions on Github's projects page, though not in this plugin. Since I'm using links in the project description to link to other places...
When you npm install, npm run watch and then run our extension (F5), then there is a process.env is undefined error within the WebView developer tools on the newly opened...
Webpack is a fantastic tool that helps to bundle our application creating a dependency graph that contributes to better performance of our application. Currently, we haven't properly integrated webpack in...
There is a minimum design in the current MVP. The UI can use extra help for developing a better user experience. Side note, we have yet to implement UI for...