Replies: 1 comment 1 reply
-
Best next step is to make a pull request of your fork. You should create it as a draft so you can continue your work. When you're totally finished, you can convert it the PR to a ready state, where it can be reviewed by many! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am expanding my VS Code extension experience and in doing so I cobbled together a user spooled file browser based on a fork of this project.
New view for User Spooled Files
spooledfiles
TODOS
spooledfile
for the open action.downloadSpooledFileContent
fails when this step completesawait readFileAsync(tmpobj, 'utf8')
.Sample images
Context menu options for current user
Context menu options for readonly user
Double click on tree item to open in editor tab.
Now that I have this done except for the list of TODOs is there any interest in this work and what is my next step if there is?
Beta Was this translation helpful? Give feedback.
All reactions