Skip to content

Commit aa4550c

Browse files
authored
Update How to Contribute Changes.md (#1386)
Changed references to old files that got renamed.
1 parent 45aaee1 commit aa4550c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/LanguageServer/How to Contribute Changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* `processRuntimeDependencies` handles the downloading and installation of the OS-dependent files. Downloading code exists in [packageManager.ts](../../Extension/src/packageManager.ts).
1313
* `downloadCpptoolsJsonPkg` handles the `cpptools.json`, which can be used to enable changes to occur mid-update, such as turning the `intelliSenseEngine` to `"Default"` for a certain percentage of users.
1414
* The debugger code is in the [Debugger](https://github.com/Microsoft/vscode-cpptools/Extension/src/Debugger) folder.
15-
* [LanguageServer/C_Cpp.ts](../../Extension/src/LanguageServer/C_Cpp.ts) handles various language server functionality.
16-
* [LanguageServer/C_Cpp_ConfigurationProperties.ts](../../Extension/src/LanguageServer/C_Cpp_ConfigurationProperties.ts) handles functionality related to `c_cpp_properties.json`.
15+
* [LanguageServer/client.ts](../../Extension/src/LanguageServer/C_Cpp.ts) handles various language server functionality.
16+
* [LanguageServer/configurations.ts](../../Extension/src/LanguageServer/configurations.ts) handles functionality related to `c_cpp_properties.json`.
1717
* [telemetry.ts](../../Extension/src/telemetry.ts): Telemetry data gets sent to either `logLanguageServerEvent` or `logDebuggerEvent`.
1818
* The Tag Parser (symbol database) doesn't automatically expand macros, so the [cpp.hint](../../Extension/cpp.hint) file contains definitions of macros that should be expanded in order for symbols to be parsed correctly.

0 commit comments

Comments
 (0)