-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add command for init project in workspace #189
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #189 +/- ##
=======================================
Coverage 80.58% 80.58%
=======================================
Files 12 12
Lines 309 309
Branches 78 78
=======================================
Hits 249 249
Misses 60 60
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Qué piola todo!! 🍾 💯 🇹🇩
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mandale init !!! 🫥💥🥳
{ | ||
"command": "wollok.init.project", | ||
"title": "Initialize new Wollok project in the workspace directory", | ||
"category": "Wollok" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Esta opción solo aparece si estás parado sobre un archivo Wollok?
O si levantas el VSCode en un directorio vacío ya se puede tirar?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PalumboN , ahí lo probé en una carpeta vacía
Después le di Run in REPL y anduvo joya
Pero por ahí estaría bueno que una vez que hagas init se restartee el VSC dentro de la carpeta creada. Restartear puede hacer con este comando
vscode.commands.executeCommand("workbench.action.reloadWindow")
pero la que va es
vscode.commands.executeCommand("workbench.action.files.openFolderInNewWindow")
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eso te abre una ventana de diálogo para que selecciones la carpeta
fix #180
comando agregado.