Mathias Lüdtke

Results 330 comments of Mathias Lüdtke

@TrevorGibson-SR: The latest version should copy `.gitconfig` and `.ssh`. Is there anythings else needed for multiple SSH keys?

It should be possible to to do that with the current set of features. * set CLANG_TIDY_ARGS to export the fixes file * expose the result (if not already accessible):...

@EzraBrooks: Do you know if multiple fixes files can be merged (or at least appended). And we might have a problem with the different paths (inside workspace and repository)..

I think the fix is correct, but I cannot test it :/

If you want the latest code, why do you specify a commit?

TL;DR: Without NodeJS installed (in PATH), the language extension cannot get generated (and installed). @ryansobol: Do you have NodeJS installed? The client creates a VSIX file and installs it: https://github.com/textX/textX-LS/blob/0940a66fb264c7c20f046062606ca6a29af19056/client/src/services/generatorService.ts#L40...

@danixeee: Or a an (optional) vsix packager that can be used as a drop-in. The generated VSIX file is just a zip file with two additional manifests..

> vsce is packaged and shipped within the textX extension. Yes, but it needs NodeJS installed to work. (at least on Windows) ```bat @IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\node_modules\vsce\out\vsce" %*...

> Yes Ah, so indeed your problem is not related to NodeJs. Sorry for the noise. It just looked identical. @danixeee: We should move the discussion to https://github.com/danixeee/textx-gen-vscode/pull/7 then. >...

> rosindustrial/noether-nvidia:kinetic-1.8-7.1-8.0 This looks complicated.. How many combinations do you want to support?