microsoft / vscode-edge-debug2

This is a VS Code extension which helps you debug your JavaScript Code inside the Edge browser.
Other
37 stars 31 forks source link

[loc][Query][vscode_extensions ] Localizability of 0; "edge.breakOnLoadStrategy.regex.description" #135

Closed PDostalek closed 5 years ago

PDostalek commented 5 years ago

Hi, please help localization team to answer question from translator. In case translator is not sure about context/meaning/localizability of string we raise a question to Core team. Please re-assign back to use in case you are not the right contact person or you can´t assign to a proper person. Can you help please? Thanks!

Source: Sets breakpoints optimistically in files with the same name as the file in which the breakpoint is set.

File Name: Src\vscode-extensions\vscode-edge-debug2.xlf

Resource ID: 0; "edge.breakOnLoadStrategy.regex.description"

Query: What does optimistically mean in this context?

dhanvikapila commented 5 years ago

"optimistically" is meant to capture that there are some cases where the breakpoint will not be hit on the file where the breakpoint was set. Can you think of a better way to capture that?

PDostalek commented 5 years ago

It should be enough Thanks for the reply