From 65ba676f01c6feebf7d343843aa5bff15d6144ac Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 25 May 2015 12:00:53 +0300 Subject: [PATCH] Correct path to import project in VisualStudio --- docs/ide/visualstudio.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ide/visualstudio.rst b/docs/ide/visualstudio.rst index f5275532..09c1929c 100644 --- a/docs/ide/visualstudio.rst +++ b/docs/ide/visualstudio.rst @@ -28,8 +28,8 @@ Since PlatformIO 2.0 you can generate Eclipse compatible project using platformio init --ide visualstudio -Then import this project via ``File > Import ...`` and specify root directory -where is located :ref:`projectconf`. +Then import this project via ``File->Open->Project/Solution`` and specify root +directory where is located :ref:`projectconf`. Manual Integration ^^^^^^^^^^^^^^^^^^