Extension/src/LanguageServer/configurations.ts (5 lines): - line 983: // TODO: Check if the compile commands file has a higher timestamp during the interval timer. - line 1358: // TODO: Handle WSL symlinks. - line 1529: // TODO: make configName non-case sensitive. - line 1646: // TODO: Add other squiggles. - line 1766: // TODO: Add squiggles for when the C_Cpp.default.* paths are invalid. Build/lldb-mi/lldb-mi.yml (3 lines): - line 7: # TODO: fix lldb_mi_repo and lldb_mi_branch (https://github.com/lldb-tools/lldb-mi/pull/37 and https://github.com/lldb-tools/lldb-mi/pull/39) - line 8: lldb_mi_repo: https://github.com/WardenGnaw/lldb-mi # TODO: Change to lldb-tools - line 9: lldb_mi_branch: release/cpptools # TODO: Change to main Extension/src/LanguageServer/cppBuildTaskProvider.ts (2 lines): - line 111: if (isWindows && userCompilerPath.startsWith("/")) { // TODO: Add WSL compiler support. - line 132: (!isWindows || !info.path.startsWith("/")); // TODO: Add WSL compiler support. Extension/src/LanguageServer/references.ts (2 lines): - line 198: private readonly ticksForDetectingPeek: number = 1000; // TODO: Might need tweeking? - line 294: currentMessage = localize("searching.files", "Searching files."); // TODO: Prevent this from happening. Extension/src/Debugger/configurationProvider.ts (2 lines): - line 363: // TODO: Enable when https://github.com/microsoft/vscode/issues/108619 is resolved. - line 437: // TODO: pass config.environment as 'additionalEnvironment' to resolveVariables when it is { key: value } instead of { "key": key, "value": value } Extension/src/LanguageServer/client.ts (2 lines): - line 1509: // TODO: should I set the output channel? Does this sort output between servers? - line 2322: // TODO: Handle new associations without a reload. Extension/src/LanguageServer/ui.ts (1 line): - line 266: // TODO: Check some "AlwaysShow" setting here. Extension/src/LanguageServer/extension.ts (1 line): - line 396: // TODO: do we need to pump messages to all clients? depends on what we do with the icons, I suppose. Extension/src/Debugger/extension.ts (1 line): - line 104: // TODO uncomment this when single file mode works correctly. Extension/src/LanguageServer/settingsPanel.ts (1 line): - line 14: // TODO: share ElementId between SettingsPanel and SettingsApp. Investigate why SettingsApp cannot import/export Extension/tools/GenerateOptionsSchema.ts (1 line): - line 65: // Retrieve ObjectName from definitions. (TODO: Does not retrieve inner objects)