taramk

Results 74 issues of taramk

add as FAQ file in doc directory

- [x] Method for supplying a Github Token without hardcoding it - [ ] Request errors shouldn't cause panics - [ ] Rename/Remove - [ ] Handle directories

You can run into display issues if you resize the window, particularly in micro. Some highlighted text not showing up, here: ![Image](https://github.com/tractordev/wanix/assets/1813419/7926a975-13ab-417e-8214-ea69dcd2b7d7) Paste some text into the micro editor, and...

bug

Create a WANIX landing page. - use README content - list features - blog linked off of homepage

support typical tab autocomplete behavior * if multiple results, show them in a list * if one result, autocomplete it should work for commands and file/folder names

Learn about extensions by doing: https://code.visualstudio.com/api/extension-guides/webview Theming: https://code.visualstudio.com/api/extension-guides/webview#theming-webview-content

- [ ] check whether webview extension would work - does it use NodeJS? - [ ] create fake browser - [ ] wire browser up to load from v86...

_like what vscode.dev does now. _ - [ ] research whether we can use VS Code's built-in filesystem provider - [ ] create or use existing filesystem explorer UI (open...

can be text/markdown or we can render a webview tab - [ ] write content - [ ] implement it