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

Fix command directory, removed investigation status for tsserver #161

Merged
merged 1 commit into from
Jun 11, 2024

Conversation

armanio123
Copy link
Member

@armanio123 armanio123 commented Jun 11, 2024

Fixes the package manager commands showing the server path instead of a relative path. Example:

yarn --cwd "/mnt/ts_downloads/base/styled-components" install --no-immutable --mode=skip-build
vs
yarn --cwd "./styled-components" install --no-immutable --mode=skip-build

Also removes from the ServerErrors the investigation summary as currently don't add any valuable information.

Here's a test run with the fixes: microsoft/TypeScript#58769

@armanio123 armanio123 merged commit 88a1353 into main Jun 11, 2024
13 checks passed
@jakebailey jakebailey deleted the GeneralFixes branch December 5, 2024 23:08
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.

[ServerErrors][TypeScript] 5.5.0-dev.20240603
2 participants