chiluap
chiluap
Hello everyone, It is still unclear where the official repo is located. This here is the most active, may I assume this is the successor of the Google code repo?...
Hi Lawrence, May I suggest a full options Object in the user config to instantiate a cassandra-driver singleton. something like: ```json "cql": { "contactPoints": ["10.0.0.1", "10.0.0.2"] "auth": { // will...
You can run your extension in debug mode in vscode. https://code.visualstudio.com/docs/extensions/developing-extensions If you post the error we might be able to help you =)
same here on: System: `DISTRIB_ID=LinuxMint DISTRIB_RELEASE=18.3 DISTRIB_CODENAME=sylvia DISTRIB_DESCRIPTION="Linux Mint 18.3 Sylvia"` VS-Code: `Version 1.22.2 Commit 3aeede733d9a3098f7b4bdc1f66b63b0f48c1ef9 Date 2018-04-12T16:34:44.222Z Shell 1.7.12 Renderer 58.0.3029.110 Node 7.9.0 Architecture x64` Any progress on the...
Maybe this StackTrace will help: console.ts:136 [Extension Host] Here is the error stack: Error: Cannot find module './keySpace' at Function.Module._resolveFilename (module.js:470:15) at Function.Module._load (module.js:418:25) at Function.o._load (/usr/share/code/resources/app/out/vs/workbench/node/extensionHostProcess.js:653:398) at Module.require (module.js:498:17)...
OK, Ich changed the file-names in the types folder to CamelCase and it worked. This seeems to be already fixed in the repo but not in the VSC plugin store....