Skip to content

Commit

Permalink
Finall [ ✔ ]
Browse files Browse the repository at this point in the history
  • Loading branch information
faizinuha committed Jan 30, 2025
1 parent 09650a0 commit 30702e8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@
{
"version": "0.2.0",
"configurations": [
{
"args": [
"generator"
],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"name": "Yeoman generator",
"program": "${workspaceFolder}/node_modules/yo/lib/cli.js",
"request": "launch",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
},
{
"name": "Launch via NPM",
"request": "launch",
"runtimeArgs": [
"run-script",
"debug"
],
"runtimeExecutable": "npm",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
},

{
"name": "Launch Extension",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "KawaiiCode",
"id": "ZakyEvenso12",
"version": "2.0.3",
"version": "2.0.4",
"publisher": "ZakyEvenso12",
"displayName": "CodersLar",
"description": "Coders Lar - Ai Exstension cli",
Expand All @@ -15,7 +15,7 @@
"codersHtml"
],
"engines": {
"vscode": "^1.95.0"
"vscode": "^1.96.0"
},
"categories": [
"Programming Languages",
Expand Down

0 comments on commit 30702e8

Please sign in to comment.