-
Notifications
You must be signed in to change notification settings - Fork 7
debugging CPP with bluebazel results in "No language support for unknown" #37
Copy link
Copy link
Open
Description
``Hi folks,
I have added a test target in BlueBazel:
Running it works with no issue. As soon as I hit debug I get this error:
notificationsAlerts.ts:42 Error: No language support for starlark
c @ notificationsAlerts.ts:42
(anonymous) @ notificationsAlerts.ts:28
B @ event.ts:1208
C @ event.ts:1219
fire @ event.ts:1243
addNotification @ notifications.ts:228
notify @ notificationService.ts:253
(anonymous) @ mainThreadMessageService.ts:86
f @ mainThreadMessageService.ts:51
$showMessage @ mainThreadMessageService.ts:45
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:299
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1208
fire @ event.ts:1239
fire @ ipc.net.ts:652
A @ ipc.net.ts:1022
(anonymous) @ ipc.net.ts:879
B @ event.ts:1208
fire @ event.ts:1239
acceptChunk @ ipc.net.ts:394
(anonymous) @ ipc.net.ts:350
B @ event.ts:1208
fire @ event.ts:1239
fire @ event.ts:1406
(anonymous) @ managedSocket.ts:108
B @ event.ts:1208
fire @ event.ts:1239
$onDidManagedSocketHaveData @ mainThreadManagedSockets.ts:77
S @ rpcProtocol.ts:458
Q @ rpcProtocol.ts:443
M @ rpcProtocol.ts:373
L @ rpcProtocol.ts:308
(anonymous) @ rpcProtocol.ts:161
B @ event.ts:1208
fire @ event.ts:1239
fire @ ipc.net.ts:652
l.onmessage @ localProcessExtensionHost.ts:378
If I take out the --compilation_mode=dbg argument, the error becomes No language support for unknown
Are there any special configurations or args I'm missing to get this to work?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
