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.skipFiles.description" #134

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: An array of file or folder names, or path globs, to skip when debugging.

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

Resource ID: 0; "edge.skipFiles.description"

Query: Please explain the meaning of "path globs".

dhanvikapila commented 5 years ago

"path globs" are regexs used for specifying files and folders (e.g. "*/test", "script.*", etc.)

PDostalek commented 5 years ago

Thanks