-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Milestone
Description
1.8.2/1.8.3 outputs the following warnings on Mac M1:
Warning: Expected file /Users/colen/.vscode/extensions/ms-vscode.cpptools-1.8.3/debugAdapters/lldb/bin/debugserver is missing.
Warning: Expected file /Users/colen/.vscode/extensions/ms-vscode.cpptools-1.8.3/debugAdapters/lldb/bin/lldb-mi is missing.
Warning: Expected file /Users/colen/.vscode/extensions/ms-vscode.cpptools-1.8.3/debugAdapters/lldb/bin/lldb-argdumper is missing.
Warning: Expected file /Users/colen/.vscode/extensions/ms-vscode.cpptools-1.8.3/debugAdapters/lldb/bin/lldb-launcher is missing.
This can be ignored. It's attempting to set the executable bit on all expected binaries, however these particular binaries are intended for pre-BigSur macOS, so are not applicable on Mac M1.
Opening this issue to track preventing these incorrect warnings from being logged.
Metadata
Metadata
Assignees
Labels
Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.