Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonz94/get-vscode-recently-opened-projects
get vscode recently opened projects
https://github.com/jonz94/get-vscode-recently-opened-projects
nodejs vscode
Last synced: 12 days ago
JSON representation
get vscode recently opened projects
- Host: GitHub
- URL: https://github.com/jonz94/get-vscode-recently-opened-projects
- Owner: jonz94
- License: 0bsd
- Created: 2022-06-02T16:36:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T16:47:59.000Z (about 2 years ago)
- Last Synced: 2024-04-10T18:19:32.950Z (7 months ago)
- Topics: nodejs, vscode
- Language: TypeScript
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
get vscode recently opened projects
===![screenshots](https://i.imgur.com/p5MJYEP.png)
development
---### setup
```
pnpm i
```### run
```
pnpm run exec
```### build
```
pnpm build
```Credits
---### Read sqlite database where vscode store "recently opened projects list"
https://github.com/raycast/extensions/blob/e359e8af3ef9dd7c0479a8468ed3f6a89ccfdf51/extensions/visual-studio-code-recent-projects/src/db.ts
### Check is WSL
https://github.com/sindresorhus/is-wsl/blob/8b20f129277e996027ab5714cb246d2f8f889ebb/index.js