Skip to content
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

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Conversation

Miranda-03
Copy link
Contributor

fix #180

comando agregado.

Copy link

codecov bot commented Oct 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.58%. Comparing base (970e6a7) to head (3fc5d59).
Report is 2 commits behind head on master.

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           
Flag Coverage Δ
debug-adapter 80.58% <ø> (ø)
lsp-ide-server 80.58% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@fdodino fdodino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Qué piola todo!! 🍾 💯 🇹🇩

Copy link
Contributor

@PalumboN PalumboN left a 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"
Copy link
Contributor

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?

Copy link
Contributor

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

wollokInit

Después le di Run in REPL y anduvo joya

image

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")

Copy link
Contributor

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

@fdodino fdodino merged commit b56c64d into master Oct 8, 2024
6 checks passed
@fdodino fdodino deleted the initCommandWorkspace branch October 8, 2024 23:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Comando init
3 participants