Skip to content

debugging CPP with bluebazel results in "No language support for unknown" #37

@sfc-gh-sbateman

Description

@sfc-gh-sbateman

``Hi folks,

I have added a test target in BlueBazel:

Image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions