Stephen Bungert
Stephen Bungert
> **Note** from maintainer > Original issue was reworded slightly to cover for a different subset, see here for more details: https://github.com/radix-ui/primitives/issues/1570#issuecomment-1201328110 --- ## Bug report ### Current Behavior Home...
I'm trying to use your package to turn an xml file to json. The xml comes from [projectaon](https://www.projectaon.org/). These are books that are playable on line and various android apps...
v.3.13.0 Slang config file: ``` # Config input_directory: lib/i18n/ namespaces: true output_directory: lib/i18n/_generated_ output_file_name: translations.g.dart output_format: multiple_files ``` I have the following translations in actionChart.i18n.json: ``` { "stats": { "endurance":...
If there is no root package.json, sub folders should still be checked.
https://code.visualstudio.com/api/extension-guides/tree-view#welcome-content
``` export class FolderList implements vscode.TreeDataProvider { // ... constructor( private workspaceFolders: vscode.WorkspaceFolder[] | undefined, private context: vscode.ExtensionContext ) { vscode.workspace.onDidChangeWorkspaceFolders(() => { this.refresh(vscode.workspace.workspaceFolders); }); } //... } ```
Like in dependencies and optionalDependencies, or maybe just twice in the same json file