microsoft / microsoft/vscode-cpptools
Language Service Features Not Working on Remote
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 6.2k
- Forks
- 1.7k
- Avg merge
- 14h 46m
- Merged PRs (30d)
- 61
Description
Environment
- OS and Version: macOS Ventura Version 13.1
- VS Code Version: 1.84.2
- C/C++ Extension Version: v1.18.5
- If using SSH remote, specify OS of remote machine: Ubuntu 20.04.6
Bug Summary and Steps to Reproduce
Bug Summary:
Language service features (autocomplete, syntax highlighting, etc) are not working/working incredibly slowly on a machine I'm using VS Code Remote to connect to. It was previously working on this project/machine, and I did not change anything, but it suddenly stopped working.
If I let it sit for a while, the language features seem to start working. However, after some time, it will randomly stop working again.
Steps to reproduce:
- Connet to host
- Open project directory
- Open C file
- No language service features working, C/C++ extension "Searching include path..." for #include directives
Expected behavior:
Language service functioning and providing features quickly
Configuration and Logs
Configurations in c_cpp_properties.json
{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64"
}
],
"version": 4
}
Logs from running C/C++: Log Diagnostics from the VS Code command palette
-------- Diagnostics - 11/19/2023, 3:31:44 PM
Version: 1.18.5
Current Configuration:
{
"name": "Linux",
"includePath": [
"/home/sabinoc/cs230/group_repo/**"
],
"defines": [],
"compilerPath": "/usr/bin/clang",
"cStandard": "c17",
"cppStandard": "c++14",
"intelliSenseMode": "linux-clang-x64",
"compilerPathIsExplicit": true,
"cStandardIsExplicit": true,
"cppStandardIsExplicit": true,
"intelliSenseModeIsExplicit": true,
"compilerPathInCppPropertiesJson": "/usr/bin/clang",
"mergeConfigurations": false,
"browse": {
"path": [],
"limitSymbolsToIncludedHeaders": true
}
}
cpptools version (native): 1.18.3.0
Translation Unit Mappings:
[ /home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c ]:
/home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c
/home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.h *
Translation Unit Configurations:
[ /home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c ]:
Process ID: 3689692
Memory Usage: 33 MB
Compiler Path: /usr/bin/clang
Includes:
/usr/local/include
/usr/lib/llvm-10/lib/clang/10.0.0/include
/usr/include/x86_64-linux-gnu
/usr/include
/home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src
/home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel
/home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib
Standard Version: c17
IntelliSense Mode: linux-clang-x64
Other Flags:
--clang
--clang_version=100000
Total Memory Usage: 33 MB
------- Workspace parsing diagnostics -------
Number of files discovered (not excluded): 25756
------- Potential include path issues --------
Some headers exist in multiple locations. If IntelliSense is behaving incorrectly,
try adding one of the alternate paths to the "includePath" in your configuration in
c_cpp_properties.json to override the automatic path discovery for that header.
Using: /home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.h
Alternative: "/home/sabinoc/cs230/group_repo/pintos-p1/pintos-raw/src"
Logs from language server logging:
loggingLevel: Debug
LSP: (received) cpptools/initialize (id: 1)
LSP: (invoked) cpptools/initialize (id: 1)
cpptools version (TypeScript): 1.18.5
cpptools version (native): 1.18.3.0
Autocomplete is enabled.
Error squiggles are enabled if all header dependencies are resolved.
Hover is enabled.
IntelliSense Engine = default.
LSP: (received) cpptools/queryCompilerDefaults (id: 2)
LSP: (invoked) cpptools/queryCompilerDefaults (id: 2)
LSP: (received) cpptools/didChangeCppProperties (id: 3)
LSP: (received) cpptools/queryCompilerDefaults (id: 4)
Querying compiler for default C++ language standard using command line: /usr/bin/clang -x c++ -E -dM /dev/null
Detected language standard version: c++14
Querying compiler's default target using command line: "/usr/bin/clang" -dumpmachine
Compiler returned default target value: x86_64-pc-linux-gnu
Compiler query command line: /usr/bin/clang -std=c17 -m64 -Wp,-v -fno-blocks -E -dM -x c /dev/null
Attempting to get defaults from C compiler in "compilerPath" property: '/usr/bin/clang'
Compiler query command line: /usr/bin/clang -std=c++14 -m64 -Wp,-v -fno-blocks -E -dM -x c++ /dev/null
Attempting to get defaults from C++ compiler in "compilerPath" property: '/usr/bin/clang'
LSP: (invoked) cpptools/didChangeCppProperties (id: 3)
Code browsing service initialized
Folder: /usr/include/ will be indexed
Folder: /usr/lib/llvm-10/lib/clang/10.0.0/include/ will be indexed
Folder: /usr/local/include/ will be indexed
Folder: /home/sabinoc/cs230/group_repo/ will be indexed
LSP: (invoked) cpptools/queryCompilerDefaults (id: 4)
Discovering files...
LSP: (received) cpptools/didChangeCppProperties (id: 5)
LSP: (invoked) cpptools/didChangeCppProperties (id: 5)
LSP: (received) textDocument/didOpen: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (invoked) textDocument/didOpen: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 6)
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 7)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 8)
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 9)
LSP: (received) textDocument/didChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 10)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 6)
LSP: $/cancelRequest (cpptools/getFoldingRanges, id: 8)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 9)
LSP: $/cancelRequest (textDocument/documentHighlight, id: 10)
LSP: (received) cpptools/getSemanticTokens: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 11)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 12)
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 13)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 14)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 7)
LSP: $/cancelRequest (cpptools/getFoldingRanges, id: 12)
LSP: $/cancelRequest (textDocument/documentHighlight, id: 14)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 13)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 15)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 16)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 15)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 17)
LSP: (received) textDocument/didOpen: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 18)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getSemanticTokens: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 19)
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 20)
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 21)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 17)
LSP: $/cancelRequest (textDocument/documentHighlight, id: 21)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 20)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 18)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 22)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 23)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 24)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 25)
LSP: (received) cpptools/textEditorSelectionChange
LSP: $/cancelRequest (cpptools/getCodeActions, id: 22)
LSP: $/cancelRequest (cpptools/getFoldingRanges, id: 23)
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 26)
LSP: $/cancelRequest (textDocument/documentHighlight, id: 26)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 24)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 25)
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 27)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 27)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 28)
LSP: (received) textDocument/didOpen: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 29)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getSemanticTokens: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 30)
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 31)
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 32)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 28)
LSP: $/cancelRequest (textDocument/documentHighlight, id: 32)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 31)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 29)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 33)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 34)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 33)
LSP: $/cancelRequest (cpptools/getFoldingRanges, id: 34)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 35)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 36)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 37)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 35)
LSP: $/cancelRequest (textDocument/documentHighlight, id: 37)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 36)
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 38)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 39)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 40)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 38)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 39)
LSP: $/cancelRequest (cpptools/getFoldingRanges, id: 40)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 41)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 42)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 43)
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 44)
Processing folder (recursive): /usr/include/
LSP: $/cancelRequest (cpptools/getCodeActions, id: 41)
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 6)
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 7)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 8)
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 9)
LSP: (invoked) textDocument/didChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 10)
LSP: (invoked) cpptools/getSemanticTokens: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 11)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 12)
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 13)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 8)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 12)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 14)
Checking for syntax errors: /home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 15)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 16)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 7)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 17)
tag parsing file: /home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (invoked) textDocument/didOpen: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c
LSP: $/cancelRequest (textDocument/documentHighlight, id: 44)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 43)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 42)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 45)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 46)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 45)
LSP: $/cancelRequest (cpptools/getFoldingRanges, id: 46)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 47)
LSP: (received) textDocument/didOpen: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 48)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getSemanticTokens: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 49)
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 50)
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 51)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 47)
LSP: $/cancelRequest (textDocument/documentHighlight, id: 51)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 50)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 48)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 52)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 53)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 54)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 55)
LSP: (received) cpptools/textEditorSelectionChange
LSP: $/cancelRequest (cpptools/getCodeActions, id: 52)
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 56)
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 57)
LSP: $/cancelRequest (cpptools/getFoldingRanges, id: 53)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 54)
LSP: $/cancelRequest (textDocument/documentHighlight, id: 57)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 56)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 55)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 58)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 59)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 60)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 61)
LSP: (received) cpptools/textEditorSelectionChange
LSP: $/cancelRequest (cpptools/getCodeActions, id: 58)
LSP: $/cancelRequest (cpptools/getFoldingRanges, id: 59)
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 62)
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 63)
LSP: $/cancelRequest (textDocument/documentHighlight, id: 63)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 62)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 60)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 61)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 64)
LSP: (received) textDocument/didOpen: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 65)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getSemanticTokens: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 66)
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 67)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 68)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 64)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 69)
LSP: $/cancelRequest (cpptools/getFoldingRanges, id: 69)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 67)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 68)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 65)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 70)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 71)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 72)
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 73)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 70)
LSP: $/cancelRequest (textDocument/documentHighlight, id: 73)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 72)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 71)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 74)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 75)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 76)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 77)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 78)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 74)
LSP: $/cancelRequest (cpptools/getFoldingRanges, id: 75)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 78)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 76)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 77)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c (id: 79)
LSP: (received) textDocument/didOpen: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c (id: 80)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getSemanticTokens: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c (id: 81)
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c (id: 82)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 18)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getSemanticTokens: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 19)
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 20)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 21)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 22)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 23)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 24)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 23)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 25)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 26)
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 27)
LSP: Request canceled by server (cpptools/getInlayHints, code: -32802, id: 16)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 28)
LSP: (invoked) textDocument/didOpen: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h
Checking for syntax errors: /home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 29)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getSemanticTokens: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 30)
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 31)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 32)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 33)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 34)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 35)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 34)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 36)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 37)
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 38)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 27)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 39)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 40)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 41)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 40)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 42)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 43)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 31)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 44)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 45)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 46)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 47)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 46)
LSP: (invoked) textDocument/didOpen: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 48)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getSemanticTokens: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 49)
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 50)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 51)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 52)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 53)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 54)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 53)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 55)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 56)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 43)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 57)
idle loop: reparsing the active document
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 58)
LSP: $/cancelRequest (cpptools/getCodeActions, id: 79)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c (id: 83)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 59)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 60)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 59)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 61)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 62)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 50)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 63)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 64)
LSP: (invoked) textDocument/didOpen: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h
Checking for syntax errors: /home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 65)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getSemanticTokens: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 66)
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 67)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 68)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 69)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 70)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 69)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 71)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 72)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 62)
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 73)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 74)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c (id: 84)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 75)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 76)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 75)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 77)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 78)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 67)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c (id: 79)
LSP: (invoked) textDocument/didOpen: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c (id: 80)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getSemanticTokens: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c (id: 81)
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c (id: 82)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c (id: 83)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/inode.c (id: 84)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 82)
LSP: $/cancelRequest (cpptools/getDocumentSymbols, id: 80)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 85)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 85)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 86)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 87)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 86)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 87)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 78)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 88)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 88)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 89)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.h (id: 89)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 87)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 90)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 90)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 91)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 92)
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 93)
Database safe to open.
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 91)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 92)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 72)
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 93)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 94)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 94)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 95)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/file.c (id: 95)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 92)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 96)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 96)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 97)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 98)
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 99)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 97)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 98)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 56)
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 99)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 98)
idle loop: reparsing the active document
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 100)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 100)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 101)
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 101)
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 102)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 98)
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 102)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 103)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.h (id: 103)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 101)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 104)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 104)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 105)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 106)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 105)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 106)
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 107)
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 107)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 38)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 108)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 108)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 109)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 109)
LSP: $/cancelRequest (cpptools/getInlayHints, id: 107)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 110)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 110)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 111)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 112)
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 113)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 111)
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 112)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 20)
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 113)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 114)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 114)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 115)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c (id: 115)
idle loop: reparsing the active document
Checking for syntax errors: /home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/filesys/free-map.c
LSP: $/cancelRequest (cpptools/getInlayHints, id: 112)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 116)
LSP: (received) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 116)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 117)
LSP: (invoked) cpptools/activeDocumentChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 117)
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 118)
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 118)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 107)
idle loop: reparsing the active document
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 119)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 119)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 120)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 120)
LSP: (received) textDocument/didChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (invoked) textDocument/didChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 121)
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 121)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 122)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 122)
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 123)
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 123)
tag parsing file: /home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (received) textDocument/didChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (invoked) textDocument/didChange: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 124)
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 124)
LSP: (received) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 125)
LSP: (invoked) cpptools/getFoldingRanges: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 125)
LSP: (received) textDocument/willSaveWaitUntil: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 126)
LSP: (invoked) textDocument/willSaveWaitUntil: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 126)
willSaveWaitUntil: 0ms
LSP: (received) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 127)
LSP: (invoked) cpptools/getDocumentSymbols: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 127)
tag parsing file: /home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (received) textDocument/didSave: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (invoked) textDocument/didSave: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (received) cpptools/fileChanged: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: (invoked) cpptools/fileChanged: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
LSP: $/cancelRequest (cpptools/getInlayHints, id: 118)
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 128)
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 128)
LSP: Request canceled by server (<unknown/completed>, code: -32802, id: 118)
tag parsing file: /home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c
idle loop: reparsing the active document
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 129)
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 129)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 130)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 130)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 131)
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 131)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 132)
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 132)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
idle loop: reparsing the active document
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 133)
LSP: (invoked) cpptools/getInlayHints: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 133)
LSP: Request canceled by server (cpptools/getInlayHints, code: -32802, id: 128)
LSP: (received) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 134)
LSP: (invoked) cpptools/getCodeActions: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 134)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 135)
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 135)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 136)
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 136)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 137)
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 137)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (received) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 138)
LSP: (invoked) textDocument/documentHighlight: file:///home/sabinoc/cs230/group_repo/pintos-p4/pintos-raw/src/lib/kernel/bitmap.c (id: 138)
LSP: (received) cpptools/textEditorSelectionChange
LSP: (invoked) cpptools/textEditorSelectionChange
LSP: (receiv
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the remote SSH workflow with the reported c_cpp_properties.json, then inspect C/C++: Log Diagnostics and the language server logging output while opening the listed C files. Compare the workspace parsing, include-path discovery, and canceled language-service requests; done means language features work promptly and remain available on the remote project.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, cpp, vscode
- Domain
- developer-experience, tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100