Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Mar 18, 2024
1 parent 756e34b commit 22b3243
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion en/latest/_sources/integration/ide/vscode.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Setting Up the Project

.. image:: ../../_static/images/ide/vscode/platformio-ide-vscode-new-project.png

3. Open ``main.cpp`` file form ``src`` folder and replace its contents with
3. Open ``main.cpp`` file from ``src`` folder and replace its contents with
the next:

.. warning::
Expand Down
1 change: 1 addition & 0 deletions en/latest/core/history.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ <h1>Release Notes<a class="headerlink" href="#release-notes" title="Link to this
<h3>6.1.14 (2024-??-??)<a class="headerlink" href="#id1" title="Link to this heading"></a></h3>
<ul class="simple">
<li><p>Introduced the <code class="docutils literal notranslate"><span class="pre">--json-output</span></code> option to the <a class="reference external" href="https://docs.platformio.org/en/latest/core/userguide/cmd_test.html">pio test</a> command, enabling users to generate test results in the JSON format</p></li>
<li><p>Upgraded the build engine to the latest version of SCons (4.7.0) to improve build performance, reliability, and compatibility with other tools and systems (<a class="reference external" href="https://github.com/SCons/scons/releases/tag/4.7.0">release notes</a>)</p></li>
<li><p>Broadened version support for the <code class="docutils literal notranslate"><span class="pre">pyelftools</span></code> dependency, enabling compatibility with lower versions and facilitating integration with a wider range of third-party tools (<a class="reference external" href="https://github.com/platformio/platformio-core/issues/4834">issue #4834</a>)</p></li>
<li><p>Addressed an issue where passing a relative path (<code class="docutils literal notranslate"><span class="pre">--project-dir</span></code>) to the <a class="reference external" href="https://docs.platformio.org/en/latest/core/userguide/project/cmd_init.html">pio project init</a> command resulted in an error (<a class="reference external" href="https://github.com/platformio/platformio-core/issues/4847">issue #4847</a>)</p></li>
<li><p>Enhanced <a class="reference external" href="https://docs.platformio.org/en/latest/advanced/static-code-analysis/index.html">Static Code Analysis</a> to accommodate scenarios where custom <code class="docutils literal notranslate"><span class="pre">src_dir</span></code> or <code class="docutils literal notranslate"><span class="pre">include_dir</span></code> are located outside the project folder (<a class="reference external" href="https://github.com/platformio/platformio-core/pull/4874">pull #4874</a>)</p></li>
Expand Down
2 changes: 1 addition & 1 deletion en/latest/integration/ide/vscode.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h3>Setting Up the Project<a class="headerlink" href="#setting-up-the-project" t
</ol>
<img alt="../../_images/platformio-ide-vscode-new-project.png" src="../../_images/platformio-ide-vscode-new-project.png" />
<ol class="arabic simple" start="3">
<li><p>Open <code class="docutils literal notranslate"><span class="pre">main.cpp</span></code> file form <code class="docutils literal notranslate"><span class="pre">src</span></code> folder and replace its contents with
<li><p>Open <code class="docutils literal notranslate"><span class="pre">main.cpp</span></code> file from <code class="docutils literal notranslate"><span class="pre">src</span></code> folder and replace its contents with
the next:</p></li>
</ol>
<div class="admonition warning">
Expand Down
2 changes: 1 addition & 1 deletion en/latest/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 22b3243

Please sign in to comment.