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

Updates terminal usage to use TerminalCommandExecuter service. Closes: #246 #280

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

Adam-it
Copy link
Contributor

@Adam-it Adam-it commented Jul 27, 2024

🎯 Aim

The aim is to refactor the way start and run commands in integrated VS Code terminal. The idea is to aling the approach by using the dedicated Terminal service which was developed for exactly that.

✅ What was done

  • Removes all direct usage of terminal and refactors it to same approach

🔗 Related issue

Closes: #246

@Adam-it Adam-it self-assigned this Jul 27, 2024
@Adam-it
Copy link
Contributor Author

Adam-it commented Jul 27, 2024

@Saurabh7019 since you are the author of the original issue and are aware how to locally build and debug the VS Code extension and since now the only person that had this issue 😉, may I kindly ask you double check this fix and if now you see npm i instead of pm i?

@Saurabh7019
Copy link
Contributor

Hi @Adam-it , I just verified it, and it works fine now. I apologize for not being able to check it sooner.

@Adam-it
Copy link
Contributor Author

Adam-it commented Aug 1, 2024

Hi @Adam-it , I just verified it, and it works fine now. I apologize for not being able to check it sooner.

No problem 👍
Thanks for the double check

Copy link
Contributor Author

@Adam-it Adam-it left a comment

Choose a reason for hiding this comment

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

@Adam-it
Copy link
Contributor Author

Adam-it commented Aug 4, 2024

ready to merge 🚀

@Adam-it Adam-it merged commit b609306 into dev Aug 5, 2024
2 checks passed
@Adam-it Adam-it deleted the fixup-to-npm-install-command-on-startup branch August 5, 2024 21:50
Adam-it added a commit that referenced this pull request Aug 6, 2024
…#246 (#280)

## 🎯 Aim

The aim is to refactor the way start and run commands in integrated VS
Code terminal. The idea is to aling the approach by using the dedicated
Terminal service which was developed for exactly that.

## ✅ What was done

- [X] Removes all direct usage of `terminal` and refactors it to same
approach

## 🔗 Related issue

Closes: #246
Adam-it added a commit that referenced this pull request Sep 8, 2024
…#246 (#280)

## 🎯 Aim

The aim is to refactor the way start and run commands in integrated VS
Code terminal. The idea is to aling the approach by using the dedicated
Terminal service which was developed for exactly that.

## ✅ What was done

- [X] Removes all direct usage of `terminal` and refactors it to same
approach

## 🔗 Related issue

Closes: #246
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.

2 participants