Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

concat: cs & php &py #4

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

concat: cs & php &py #4

wants to merge 5 commits into from

Conversation

ttodua
Copy link
Member

@ttodua ttodua commented Mar 21, 2024

in addition to concat,
example files were not being resolved correctly with relative path and I couldnt make them work otherwise
(i.e. if you use this launch.json debugger config:

{
        "name": "c# example",
        "type": "node",
        "request": "launch",
        "runtimeExecutable": "npx",
        "runtimeArgs": [
            "tsx"
        ],
        "args": ["${workspaceFolder}\\examples\\cs\\interop-non-transpilable-code\\transpiler.ts"],
        "skipFiles": ["<node_internals>/**", "node_modules/**"],
      }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant