A personal knowledge management and sharing system for VSCode
This report presents the forensic synthetic code analysis of foambubble/foam, a TypeScript project with 17,287 GitHub stars. SynthScan v2.0 examined 95,771 lines of code across 603 source files, recording 225 pattern matches distributed across 6 syntactic categories. The overall adjusted score of 5.2 places this repository in the Low AI signal band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 225 distinct pattern matches across 6 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | packages/foam-mcp/src/serializers.ts | 13 | // ─── URI conversion at the wire boundary ───────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/serializers.ts | 57 | // ─── JSON shapes ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/serializers.ts | 128 | // ─── Serializers ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/queries.ts | 23 | // ─── list_queries ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/queries.ts | 45 | // ─── get_query ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/queries.ts | 73 | // ─── run_query ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/resources.ts | 35 | // ─── list_resources ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/resources.ts | 57 | // ─── get_resource ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/resources.ts | 86 | // ─── read_resource ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/resources.ts | 113 | // ─── create_resource ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/resources.ts | 146 | // ─── update_resource ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/resources.ts | 187 | // ─── delete_resource ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/resources.ts | 219 | // ─── move_resource ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/graph.ts | 36 | // ─── get_connections ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/graph.ts | 65 | // ─── get_orphans ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/graph.ts | 83 | // ─── get_deadends ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/graph.ts | 100 | // ─── get_placeholders ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/graph.ts | 114 | // ─── traverse_graph ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/graph.ts | 139 | // ─── get_graph_summary ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/graph.ts | 192 | // ─── get_workspace_info ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/tags.ts | 33 | // ─── list_tags ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/tags.ts | 53 | // ─── search_by_tag ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/tags.ts | 86 | // ─── add_tags ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/tags.ts | 113 | // ─── remove_tags ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-mcp/src/tools/tags.ts | 139 | // ─── rename_tag ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/support/version.test.ts | 28 | // ─── getCurrentVersion ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/support/version.test.ts | 36 | // ─── isNewerVersion ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/support/version.test.ts | 64 | // ─── State.readUpdateCheck / State.writeUpdateCheck ─────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/support/version.test.ts | 126 | // ─── fetchLatestVersion ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/support/version.test.ts | 182 | // ─── formatUpdateNotice ─────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/support/version.test.ts | 197 | // ─── checkForUpdateNotice ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/lint.ts | 22 | // ─── Help ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/lint.ts | 42 | // ─── Types ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/lint.ts | 56 | // ─── Domain ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/lint.ts | 68 | // ─── Formatting ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/lint.ts | 102 | // ─── Command runner ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/note.ts | 40 | // ─── Help ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/note.ts | 63 | // ─── Formatters ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/note.ts | 98 | // ─── Command runner ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/note.ts | 319 | // ─── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/daily.ts | 20 | // ─── Help ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/daily.ts | 38 | // ─── Domain ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/daily.ts | 95 | // ─── Command runner ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/daily.ts | 206 | // ─── Helpers ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/note.test.ts | 22 | // ─── resolveNote ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/note.test.ts | 62 | // ─── noteShowData ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/note.test.ts | 94 | // ─── noteIdData ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/note.test.ts | 108 | // ─── noteCreate ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/note.test.ts | 151 | // ─── noteMove ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/note.test.ts | 191 | // ─── noteDelete ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/note.test.ts | 233 | // ─── runNoteCommand (integration) ───────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/outline.test.ts | 8 | // ─── outlineData ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/outline.test.ts | 41 | // ─── runOutlineCommand ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/search.ts | 29 | // ─── Help ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/search.ts | 49 | // ─── Formatting ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/search.ts | 69 | // ─── Command runner ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/outline.ts | 17 | // ─── Help ───────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/outline.ts | 30 | // ─── Formatters ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/outline.ts | 42 | // ─── Command runner ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | packages/foam-cli/src/commands/daily.test.ts | 21 | // ─── parseDateArg ───────────────────────────────────────────────────────────── | COMMENT |
| 68 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/foam-cli/src/support/filesystem.ts | 128 | export async function loadWorkspaceFromDirectory( | CODE |
| LOW | packages/foam-graph/src/lib/graph-view-model.ts | 107 | export function computeAutocompleteOptions( | CODE |
| LOW | packages/foam-vscode/src/test/vscode-mock.ts | 1467 | export function createMockExtensionContext(): ExtensionContext { | CODE |
| LOW | …/src/vscode/features/export-html-page/render-report.ts | 381 | function buildAttachmentHrefResolver( | CODE |
| LOW | …ode/features/export-html-page/markdown-link-anchors.ts | 50 | export function installMarkdownLinkAnchors( | CODE |
| LOW | …ode/features/export-html-page/markdown-link-anchors.ts | 211 | function setOrPushAttr(token: any, name: string, value: string): void { | CODE |
| LOW | …/src/vscode/features/daily-notes/daily-note-service.ts | 188 | export async function createDailyNoteIfNotExists(targetDate: Date, foam: Foam) { | CODE |
| LOW⚡ | …code/src/vscode/features/navigation/link-completion.ts | 343 | function getCompletionLabelSetting() { | CODE |
| LOW⚡ | …code/src/vscode/features/navigation/link-completion.ts | 349 | function getCompletionAliasSetting() { | CODE |
| LOW⚡ | …code/src/vscode/features/navigation/link-completion.ts | 356 | function getCompletionLinkFormatSetting() { | CODE |
| LOW | …vscode/src/vscode/features/editing/update-wikilinks.ts | 60 | export function getWikilinkDefinitionSetting(): | CODE |
| LOW | …vscode/src/vscode/features/editing/update-wikilinks.ts | 69 | async function updateWikilinkDefinitions( | CODE |
| LOW | …vscode/src/vscode/features/editing/update-wikilinks.ts | 119 | function detectDocumentWikilinkDefinitions(text: string, eol: string) { | CODE |
| LOW | …am-vscode/src/vscode/features/editing/convert-links.ts | 38 | async function convertWikilinkToMarkdown(foam: Foam): Promise<void> { | CODE |
| LOW | …am-vscode/src/vscode/features/editing/convert-links.ts | 107 | async function convertMarkdownToWikilink(foam: Foam): Promise<void> { | CODE |
| LOW | …/features/preview/foam-query-renderer-web-extension.ts | 22 | function selectMentionsSourceField(content: string): boolean { | CODE |
| LOW | …m-vscode/src/vscode/features/preview/wikilink-embed.ts | 243 | export function withLinksRelativeToWorkspaceRoot( | CODE |
| LOW | …foam-vscode/src/vscode/features/graph-webview/index.ts | 299 | export function handleActiveResourceChange( | CODE |
| LOW | …-vscode/src/vscode/utils/tree-views/tree-view-utils.ts | 193 | export function createBacklinkItemsForResource( | CODE |
| LOW | …-vscode/src/vscode/utils/tree-views/tree-view-utils.ts | 214 | export function createConnectionItemsForResource( | CODE |
| LOW | packages/foam-vscode/src/vscode/services/editor.ts | 137 | function labelToFileNameCandidates(label: string): string[] { | CODE |
| LOW | packages/foam-vscode/src/vscode/services/editor.ts | 214 | export function getWorkspaceDefaultScheme(): string { | CODE |
| LOW | packages/foam-vscode/src/vscode/services/editor.ts | 299 | export function getCurrentEditorDirectory(): URI { | CODE |
| LOW | packages/foam-vscode/src/vscode/services/editor.ts | 362 | export async function createMatcherAndDataStore( | CODE |
| LOW | …ckages/foam-vscode/src/vscode/services/note-factory.ts | 92 | async function askUserForFilepathConfirmation( | CODE |
| LOW | …ges/foam-core/src/utils/template-frontmatter-parser.ts | 3 | export function extractFoamTemplateFrontmatterMetadata( | CODE |
| LOW | packages/foam-core/src/common/errors.ts | 74 | export function setUnexpectedErrorHandler( | CODE |
| LOW | packages/foam-core/src/common/errors.ts | 88 | export function onUnexpectedExternalError(e: any): undefined { | CODE |
| LOW⚡ | packages/foam-core/src/common/errors.ts | 103 | export function transformErrorForSerialization(error: Error): SerializedError; | CODE |
| LOW⚡ | packages/foam-core/src/common/errors.ts | 104 | export function transformErrorForSerialization(error: any): any; | CODE |
| LOW⚡ | packages/foam-core/src/common/errors.ts | 105 | export function transformErrorForSerialization(error: any): any { | CODE |
| LOW | packages/foam-core/src/common/event.ts | 512 | export function setGlobalLeakWarningThreshold(n: number): IDisposable { | CODE |
| LOW | packages/foam-core/src/model/uri.ts | 225 | function decodeURIComponentGraceful(str: string): string { | CODE |
| LOW | packages/foam-core/src/model/uri.ts | 413 | function encodeURIComponentMinimal(path: string): string { | CODE |
| LOW | packages/foam-core/src/templates/template-discovery.ts | 23 | export function getDailyNoteTemplateCandidateUris(templatesDir: URI): URI[] { | CODE |
| LOW | packages/foam-core/src/templates/template-discovery.ts | 33 | export function getNewNoteTemplateCandidateUris(templatesDir: URI): URI[] { | CODE |
| LOW | packages/foam-core/src/commands/frontmatter.ts | 104 | export function removeTagsFromFrontmatter( | CODE |
| LOW | packages/foam-core/src/services/link-integrity.ts | 53 | function computeRenameEditsForPairs( | CODE |
| LOW | packages/foam-core/src/services/link-integrity.ts | 101 | export function computeWikilinkRenameEdits( | CODE |
| LOW | packages/foam-core/src/services/link-integrity.ts | 116 | export function computeDirectoryWikilinkRenameEdits( | CODE |
| LOW | packages/foam-core/src/services/telemetry.ts | 301 | export function parseAppInsightsConnectionString(connectionString: string): AppInsightsConnection { | CODE |
| LOW | packages/foam-core/src/services/markdown-parser.ts | 299 | function getPropertiesInfoFromYAML(yamlText: string): { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/user/features/graph-view.md | 75 | "placeholder": { "enabled": false } | CODE |
| LOW | docs/user/features/graph-view.md | 83 | "placeholder": { "enabled": false } | CODE |
| LOW | docs/user/features/graph-view.md | 117 | "show": { "placeholder": { "enabled": false } } | CODE |
| LOW | docs/user/features/graph-view.md | 166 | "placeholder": "#545454", | CODE |
| LOW | packages/foam-mcp/src/serializers.ts | 51 | if (uri.scheme === 'placeholder') { | CODE |
| LOW | packages/foam-cli/src/commands/graph.test.ts | 53 | expect(types).not.toContain('placeholder'); | CODE |
| LOW | packages/foam-cli/src/commands/graph.test.ts | 71 | expect(types).toContain('placeholder'); | CODE |
| LOW | packages/foam-graph/src/protocol.ts | 9 | | 'placeholder' | CODE |
| LOW | packages/foam-graph/src/components/control-panel.ts | 352 | 'placeholder', | CODE |
| LOW | packages/foam-graph/src/components/control-panel.ts | 419 | type === 'placeholder' | CODE |
| LOW | packages/foam-graph/src/lib/colors.ts | 59 | } else if (colorMode === 'directory' && nodeInfo.type !== 'placeholder' && nodeInfo.type !== 'tag') { | CODE |
| LOW | packages/foam-graph/src/lib/graph-view-model.ts | 18 | const ALWAYS_KEEP_TYPES = new Set(['tag', 'attachment', 'image', 'placeholder']); | CODE |
| LOW | packages/foam-graph/src/lib/graph-view-model.test.ts | 48 | id: 'placeholder', | CODE |
| LOW | packages/foam-graph/src/lib/graph-view-model.test.ts | 49 | type: 'placeholder', | CODE |
| LOW | packages/foam-graph/src/lib/colors.test.ts | 17 | placeholder: makeNode({ id: '/work/missing.md', type: 'placeholder' }), | CODE |
| LOW | packages/foam-vscode/src/lint/convert-links-format.ts | 32 | if (link.type === targetFormat || targetUri.scheme === 'placeholder') { | CODE |
| LOW | …vscode/src/ai/providers/ollama/ollama-provider.test.ts | 281 | const text = 'Lorem ipsum dolor sit amet. '.repeat(length); | CODE |
| LOW | …vscode/src/ai/providers/ollama/ollama-provider.test.ts | 281 | const text = 'Lorem ipsum dolor sit amet. '.repeat(length); | CODE |
| LOW | …/src/vscode/features/navigation/hover-provider.spec.ts | 332 | "[Create note from template for 'placeholder'](command:foam-vscode.create-note?" | CODE |
| LOW | …/foam-vscode/src/vscode/features/notes/placeholders.ts | 75 | node.contextValue === 'placeholder' || | CODE |
| LOW | …/foam-vscode/src/vscode/features/notes/placeholders.ts | 124 | item.contextValue = 'placeholder'; | CODE |
| LOW | …code/src/vscode/features/preview/tag-highlight.spec.ts | 16 | expect(md.render(`Lorem ipsum dolor #si-t`)).toMatch( | CODE |
| LOW | …code/src/vscode/features/preview/tag-highlight.spec.ts | 17 | `<p>Lorem ipsum dolor <span class='foam-tag'>#si-t</span></p>` | CODE |
| LOW | …rc/vscode/features/preview/wikilink-navigation.spec.ts | 17 | links: [{ slug: 'placeholder' }], | CODE |
| LOW | packages/foam-core/src/model/uri.ts | 91 | return new URI({ scheme: 'placeholder', path: path }); | CODE |
| LOW | packages/foam-core/src/model/uri.ts | 97 | if (uri.scheme === 'file' || uri.scheme === 'placeholder') { | CODE |
| LOW | packages/foam-core/src/model/uri.ts | 193 | return this.scheme === 'placeholder'; | CODE |
| LOW | …s/foam-core/src/templates/note-creation-engine.test.ts | 150 | expect(trigger.type).toBe('placeholder'); | CODE |
| LOW | …s/foam-core/src/templates/note-creation-engine.test.ts | 485 | expect(trigger.type).toBe('placeholder'); | CODE |
| LOW | …ages/foam-core/src/templates/note-creation-triggers.ts | 38 | type: 'placeholder', | CODE |
| LOW | packages/foam-core/src/templates/note-creation-types.ts | 17 | type: 'placeholder'; | CODE |
| LOW | packages/foam-core/src/templates/note-creation-types.ts | 82 | ): trigger is NoteCreationTrigger & { type: 'placeholder' } { | CODE |
| LOW | packages/foam-core/src/templates/note-creation-types.ts | 83 | return trigger.type === 'placeholder'; | CODE |
| LOW | packages/foam-core/src/commands/links.ts | 108 | type: startResource?.type ?? 'placeholder', | CODE |
| LOW | packages/foam-core/src/commands/links.ts | 146 | type: resource?.type ?? 'placeholder', | CODE |
| LOW | packages/foam-core/src/commands/links.test.ts | 71 | const placeholder = result.nodes.find(n => n.type === 'placeholder'); | CODE |
| LOW | packages/foam-core/src/services/graph-data-builder.ts | 100 | type: 'placeholder', | CODE |
| LOW | packages/foam-core/src/services/markdown-provider.ts | 222 | if (target.type === 'placeholder') { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | docs/user/getting-started/first-workspace.md | 37 | ### Step 1: Create from Template | COMMENT |
| LOW⚡ | docs/user/getting-started/first-workspace.md | 46 | ### Step 2: Clone Locally | COMMENT |
| LOW⚡ | docs/user/getting-started/first-workspace.md | 53 | ### Step 3: Open in VS Code | COMMENT |
| LOW | docs/user/getting-started/installation.md | 5 | ## Step 1: Install Visual Studio Code | COMMENT |
| LOW | docs/user/getting-started/installation.md | 21 | ## Step 2: Install the Foam Extension | COMMENT |
| LOW | docs/user/getting-started/installation.md | 39 | ## Step 3: Install Recommended Extensions | COMMENT |
| LOW | …rc/vscode/features/graph-webview/graph-webview.spec.ts | 112 | // Step 4: Show graph (should appear beside the editor, not in column 1) | COMMENT |
| LOW⚡ | …rc/vscode/features/graph-webview/graph-webview.spec.ts | 125 | // Step 5: Return focus to readme.md | COMMENT |
| LOW⚡ | …rc/vscode/features/graph-webview/graph-webview.spec.ts | 134 | // Step 6: Open markdown preview (simulated by opening another document in the same group as graph) | COMMENT |
| LOW⚡ | …rc/vscode/features/graph-webview/graph-webview.spec.ts | 138 | // Step 8: Show graph again - it should NOT move | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …rc/vscode/features/graph-webview/graph-webview.spec.ts | 112 | // Step 4: Show graph (should appear beside the editor, not in column 1) | COMMENT |
| LOW⚡ | …rc/vscode/features/graph-webview/graph-webview.spec.ts | 125 | // Step 5: Return focus to readme.md | COMMENT |
| LOW⚡ | …rc/vscode/features/graph-webview/graph-webview.spec.ts | 134 | // Step 6: Open markdown preview (simulated by opening another document in the same group as graph) | COMMENT |
| LOW⚡ | …rc/vscode/features/graph-webview/graph-webview.spec.ts | 138 | // Step 8: Show graph again - it should NOT move | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | packages/foam-cli/release.js | 1 | #!/usr/bin/env node | COMMENT |
| LOW | packages/foam-vscode/release.js | 1 | #!/usr/bin/env node | COMMENT |
| LOW | packages/foam-core/release.js | 1 | #!/usr/bin/env node | COMMENT |