Achievements
Achievements for VS Code
Created Apr 27, 2022 - Last updated: Apr 27, 2022
achievements
extension
typescript
vscode
What?
This is a Visual Studio Code extension that adds game-like achievements to the code editor. My goal for this project was to sometimes give the user a little “reward” for what they were doing.
Examples
- If a file ending with
.asmis created, the achievementBye Friendsis unlocked - If a
.bfile is deleted, the achievementThat's not how a brain worksis unlocked
Technical Aspects
The Achievements extension was my first interaction with TypeScript, the VSCode API and building an extension in general, so there was pretty much to learn.