一个用于解读前端工程内的文件依赖关系, 生成拓扑图的VSCode插件. Contribute to WellerQu/vscode-plugin-dependency-graph development by creating an account on GitHub.
graph.insertEdge(item, d); stack.push(d); } } } while (true) { const roots = graph.roots(); // if there is no more roots but still // nodes in the graph we have a cycle if (roots.length === 0) { if (!graph.isEmpty()) { throw new CyclicDependencyError(graph); } break...
Cannot use intellisense for server GQL while using generated localSchemaFile #117 opened Oct 18, 2023 by addiebarron 1 Dependency Dashboard dependencies #115 opened Oct 17, 2023 by svc-secops 9 tasks Cannot query field on type using @client directive #108 opened Sep 7, 2023 by nik...
While esbuild supports this too, previously it only supported the old main field path resolution but did not support the new exports field package resolution. This release makes the path resolution rules the same again for both node_modules directories and NODE_PATHS directories....
"vscode:prepublish": "yarn run bundle" }, "dependencies": { "@gitkraken/gitkraken-components": "9.1.2", "@gitkraken/gitkraken-components": "9.1.3", "@microsoft/fast-element": "1.12.0", "@microsoft/fast-react-wrapper": "0.3.18", "@octokit/core": "4.2.0", 8 changes: 4 additions...
it is weird to have this warning hanging there while it still works. for the ones using ssh remote we most of them cant upgrade the OS. it would be better if the support can continue. 👍3 jannek-aalto commented on Feb 26, 2024 jannek-aalto on Feb 26, 2024 RHEL7 ELS ends 30 ...
ERR Error while getting the latest version for the extension jrieken.dummy. Cannot read properties of undefined (reading 'replace' #239782 opened Feb 6, 2025 Runtime error when renaming an existing folder into a nested folder structure #239781 opened Feb 6, 2025 Explore adoption of DOM...
[Error - 10:35:45 AM] [LanguageServerProjectSystem]Exception thrown while loading /home/timothy/Documents/Projects/DmxReceiverDemo/DmxReceiverDemo.csproj System.UriFormatException: Invalid URI: The format of the URI could not be determined. at System.Uri.CreateThis(String uri, Boolean dontEscape,...
Type:Bug old, working but deletes imports: "editor.codeActionsOnSave": { "source.addMissingImports": "explicit", "source.organizeImports": "explicit" }, desired: but doesn't make changes at all (meaning, breaks the source.addMissingImports entry as well as not working itself) ...
Hello, we are experiencing very long debugging times in the time it takes to reach a breakpoint. Even with scoping down the scanned files with the outfile argument We work in a large yarn v1 monorepo with a sparse dependency graph. We'd ...