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

How to configure VS Code for .sjs #36

@grtjn

Description

@grtjn
  • Code > Preferences >Settings -> type: file extensions..
  • Text Editor > Files should show up (at the top for me)
  • The top says File Associations, and you can click edit settings.json there..
  • and then you add this at the top of settings.json:
"files.associations": {
      "*.sjs": "javascript"
    },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions