Skip to content

Fix bug: Check for both "./" and ".\" #21730

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

Merged
2 commits merged into from
Feb 7, 2018
Merged

Fix bug: Check for both "./" and ".\" #21730

2 commits merged into from
Feb 7, 2018

Conversation

ghost
Copy link

@ghost ghost commented Feb 7, 2018

@@ -462,7 +462,7 @@ namespace ts.Completions.PathCompletions {
}

function normalizeAndPreserveTrailingSlash(path: string) {
if (path === "./") {
Copy link
Contributor

Choose a reason for hiding this comment

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

normalizeSlashes?

@ghost ghost merged commit d35d5d0 into master Feb 7, 2018
@ghost ghost deleted the dotslash branch February 7, 2018 18:50
@microsoft microsoft locked and limited conversation to collaborators Jul 3, 2018
This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant