Initial release of ZTM Blog Post Search Extension
Enjoy Reading ZTM Blog Posts!
- The name of your VS code extension is defined in
"displayName": "XXXXXX"
insidepackage.json
file - Every time you make any updates and want to republish your VS code extension, please remember to change the
"version": "X.X.X"
inpackage.json
file - The folder structure might look really daunting at first, but it's just JavaScript! The most important file is the
extension.js
(where all the magic happens!) I highly recommend you check out the links below!
- Your First Extension
- How to Publish Extension
- 3 Hour YT Tutorial By Ben Awad
- 25 Min YT Tutorial By Web Dev Simplified
Happy Coding! :)