Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Language mode reset to C++ after reopening .ino files #144

Closed
LazarusX opened this issue Mar 14, 2017 · 2 comments
Closed

Language mode reset to C++ after reopening .ino files #144

LazarusX opened this issue Mar 14, 2017 · 2 comments
Labels
Milestone

Comments

@LazarusX
Copy link

Steps to reproduce:

  1. Double click in the explorer view to open an .ino file.
  2. Set the language mode to Arduino.
  3. Close and reopen the .ino file.

Issue:
The language mode is reset to C++ after reopening.

@akaroml akaroml added this to the On Deck milestone Mar 14, 2017
@robotdad
Copy link
Member

Add the following to your settings and it fixes this.
"files.associations":{
"*.ino":"arduino"
},
"[arduino]":{}

@yaohaizh
Copy link
Contributor

The issue is not relevant any more after #167

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants