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

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"],

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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