# Extension install karein
npm install
# VS Code mein test karein
# F5 press karo - Extension Development Host khulega
📥 How to Install the .vsix File
Step 1: Open Visual Studio Code.
Step 2: Go to the Extensions view by clicking the Extensions icon in the Activity Bar on the side of VS Code or by pressing Ctrl+Shift+X (ya Cmd+Shift+X on Mac).
Step 3: Click on the Views and More Actions icon (... three dots) at the top right of the Extensions view.
Step 4: Select Install from VSIX... from the dropdown menu.
Step 5: Locate and select the auth-wizard-1.0.0.vsix file, then click Install.
Command Palette Alternative Method
Press Ctrl+Shift+P (or Cmd+Shift+P on Mac).
Type Install from VSIX... and hit Enter.
Select your .vsix file.
📦 Package for Development (vsce)
# Extension package karo
npm install -g @vscode/vsce
vsce package