Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jakobhoeg
/
vscode-pokemon
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
47
Star
357
Code
Issues
29
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 22, 2026
feat: generation 5 sprites (partial) (#131)
Show description for 9e21724
kasp470f
and
jakobhoeg
authored
9e21724
View commit details
Copy full SHA for 9e21724
Browse repository at this point
Commits on Jul 12, 2026
feat: add random pokémon support to default pokemon settings (#129)
Show description for 7c7b0e2
mpellicc
and
jakobhoeg
authored
7c7b0e2
View commit details
Copy full SHA for 7c7b0e2
Browse repository at this point
Commits on Apr 9, 2026
fix: resolve delay when removing more than one pokemon quickly (#118)
Show description for 8295006
jakobhoeg
authored
8295006
View commit details
Copy full SHA for 8295006
Browse repository at this point
Commits on Mar 14, 2026
chore: release version (#112)
jakobhoeg
authored
433d3c8
View commit details
Copy full SHA for 433d3c8
Browse repository at this point
feat: add shiny configuration option to default Pokemon settings (#109)
Show description for 6d13051
kasp470f
authored
6d13051
View commit details
Copy full SHA for 6d13051
Browse repository at this point
fix: prevent spawning empty Pokémon collection on session start (#111)
kasp470f
authored
48a08a0
View commit details
Copy full SHA for 48a08a0
Browse repository at this point
Commits on Feb 24, 2026
fix: improve session handling and normalize pokemon counter. (#98)
Show description for b23d74b
kasp470f
and
jakobhoeg
authored
b23d74b
View commit details
Copy full SHA for b23d74b
Browse repository at this point
Commits on Feb 15, 2026
fix: add back accidentally removed "remove-all" command (#104)
jakobhoeg
authored
436c888
View commit details
Copy full SHA for 436c888
Browse repository at this point
fix: add missing Nidoqueen and other missing sprites (#100)
Show description for 1f900db
kasp470f
and
jakobhoeg
authored
1f900db
View commit details
Copy full SHA for 1f900db
Browse repository at this point
feat: add multi-language support (#63)
Show description for a5cec97
KevOneRedOne
and
jakobhoeg
authored
a5cec97
View commit details
Copy full SHA for a5cec97
Browse repository at this point
Commits on Feb 10, 2026
feat: add shiny sprites & spawn rate for gen 1-4 (#91)
Show description for 358a513
kasp470f
and
jakobhoeg
authored
358a513
View commit details
Copy full SHA for 358a513
Browse repository at this point
Commits on Feb 8, 2026
fix: optimize remove method in PokemonCollection class (#87)
Show description for 8bea25f
kasp470f
and
jakobhoeg
authored
8bea25f
View commit details
Copy full SHA for 8bea25f
Browse repository at this point
Merge pull request #82 from kasp470f/chore/cleanup
Show description for dd006e5
jakobhoeg
authored
dd006e5
View commit details
Copy full SHA for dd006e5
Browse repository at this point
Commits on Feb 7, 2026
chore: update CHANGELOG for version 4.1.0
kasp470f
committed
f17cb02
View commit details
Copy full SHA for f17cb02
Browse repository at this point
4.1.0
kasp470f
committed
db73975
View commit details
Copy full SHA for db73975
Browse repository at this point
chore: add husky as a dependency for improved git hooks
kasp470f
committed
fe4a616
View commit details
Copy full SHA for fe4a616
Browse repository at this point
chore: simplify linting scripts in package.json
kasp470f
committed
87513b8
View commit details
Copy full SHA for 87513b8
Browse repository at this point
Merge branch 'main' of https://github.com/jakobhoeg/vscode-pokemon into chore/cleanup
kasp470f
committed
9962e0c
View commit details
Copy full SHA for 9962e0c
Browse repository at this point
Commits on Feb 5, 2026
chore: bump version
jakobhoeg
committed
39dcdd3
View commit details
Copy full SHA for 39dcdd3
Browse repository at this point
Merge pull request #84 from IzanRiRo/main
Show description for 29547fb
jakobhoeg
authored
29547fb
View commit details
Copy full SHA for 29547fb
Browse repository at this point
Commits on Jan 24, 2026
chore: add dynamic job name for lint and format check
kasp470f
committed
89339c8
View commit details
Copy full SHA for 89339c8
Browse repository at this point
chore: improve type safety in error handling and function signatures
kasp470f
committed
b1c16f6
View commit details
Copy full SHA for b1c16f6
Browse repository at this point
chore: update package.json for improved linting and testing configurations
kasp470f
committed
6331720
View commit details
Copy full SHA for 6331720
Browse repository at this point
chore: add lint-staged configuration for TypeScript files
kasp470f
committed
12be8be
View commit details
Copy full SHA for 12be8be
Browse repository at this point
Merge branch 'main' of https://github.com/jakobhoeg/vscode-pokemon into chore/cleanup
kasp470f
committed
32b81cd
View commit details
Copy full SHA for 32b81cd
Browse repository at this point
Merge pull request #71 from kasp470f/feat/gen-4
Show description for f7b39b3
jakobhoeg
authored
f7b39b3
View commit details
Copy full SHA for f7b39b3
Browse repository at this point
chore: changelog
jakobhoeg
committed
3c293eb
View commit details
Copy full SHA for 3c293eb
Browse repository at this point
chore: bump version + readme
jakobhoeg
committed
767e3f8
View commit details
Copy full SHA for 767e3f8
Browse repository at this point
fix: updated all the gen4 pokémon with a little 1px bounce
kasp470f
authored and
jakobhoeg
committed
887e5d0
View commit details
Copy full SHA for 887e5d0
Browse repository at this point
chore: remove unnecessary blank line in PokemonExtraSprite enum
kasp470f
authored and
jakobhoeg
committed
301d76e
View commit details
Copy full SHA for 301d76e
Browse repository at this point
refactor: changed around the animation logic to make it less complicated and easier to manage
kasp470f
authored and
jakobhoeg
committed
576f314
View commit details
Copy full SHA for 576f314
Browse repository at this point
feat: Refactor nextFrame method to simplify direction handling for Pokémon animations
kasp470f
authored and
jakobhoeg
committed
1dfcb04
View commit details
Copy full SHA for 1dfcb04
Browse repository at this point
feat: Update default idle GIF for Togekiss in Generation 4 since it was wrong
kasp470f
authored and
jakobhoeg
committed
b343f35
View commit details
Copy full SHA for b343f35
Browse repository at this point
feat: Add new GIF animations for Pokémon in Gen 4
kasp470f
authored and
jakobhoeg
committed
e15c42c
View commit details
Copy full SHA for e15c42c
Browse repository at this point
feat: update animation handling for Pokémon states and add walk_alt sprite support since some sprites have different sides
kasp470f
authored and
jakobhoeg
committed
fd32251
View commit details
Copy full SHA for fd32251
Browse repository at this point
Previous
Next
You can’t perform that action at this time.