Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Error in launch.json under Windows 10 #10

@Termiiii

Description

@Termiiii

the following code does not work for me under Windows 10 with Visual Studio Code:

"args": ["<${fileDirname}//input.txt", ">${fileDirname}//output.txt"],

This works though:

"args": ["<", "${fileDirname}\\input.txt", ">", "${fileDirname}\\output.txt"],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions