Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

placeholder of Launch file is missing } #3154

Closed
tom-shan opened this issue Apr 5, 2020 · 2 comments
Closed

placeholder of Launch file is missing } #3154

tom-shan opened this issue Apr 5, 2020 · 2 comments

Comments

@tom-shan
Copy link
Contributor

tom-shan commented Apr 5, 2020

Please direct general questions to:

Please review the Wiki before filing an issue.
Helpful pages include:

Please answer these questions before submitting your issue. Thanks!

What version of Go, VS Code & VS Code Go extension are you using?

  • Run code -v or code-insiders -v to get version of VS Code or VS Code Insiders
    • 1.43.0
  • Check your installed extensions to get the version of the VS Code Go extension
    • 0.13.1
  • Run go env GOOS GOARCH to get the operating system and processor architecture details
    • windows 10 x86-64

Share the Go related settings you have added/edited

Run Preferences: Open Settings (JSON) command to open your settings.json file.
Share all the settings with the go. or ["go"] prefixes.

no edited setings of go extension

Describe the bug

A clear and concise description of what the bug.
A clear and concise description of what you expected to happen.

whem add configuration of go extension, the placeholder of Launch file is missing }.

Steps to reproduce the behavior:

  1. click add configution and choose Go: Launch file
  2. See the placehold of ${file}

Screenshots or recordings

If applicable, add screenshots or recordings to help explain your problem.

image

tom-shan added a commit to tom-shan/vscode-go that referenced this issue Apr 5, 2020
according to microsoft/vscode#90250, we need to escape closing brace.
tom-shan added a commit to tom-shan/vscode-go that referenced this issue Apr 6, 2020
according to microsoft/vscode#90250, we need to escape closing brace.
tom-shan added a commit to tom-shan/vscode-go that referenced this issue Apr 6, 2020
according to microsoft/vscode#90250, we need to escape closing brace.
@tom-shan
Copy link
Contributor Author

fixed by 383c0c0

@ramya-rao-a
Copy link
Contributor

The latest update 0.14.2 has the fix for this, Thanks @tom-shan

@vscodebot vscodebot bot locked and limited conversation to collaborators Jun 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants