You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
font-family: Menlo, Monaco, Consolas,"Droid Sans Mono","Courier New", monospace,"Droid Sans Fallback";
font-size:14px;
line-height:19px
}
.maccode {
font-size:12px;
line-height:18px
}
code>div {
padding:16px;
border-radius:3px;
overflow: auto
}
.monaco-tokenized-source {
white-space: pre
}
/** Theming */
.vscode-light {
color:#1e1e1e
}
.vscode-dark {
color:#ddd
}
.vscode-high-contrast {
color:#fff
}
.vscode-lightcode {
color:#a31515
}
.vscode-darkcode {
color:#d7ba7d
}
.vscode-lightcode>div {
background-color:rgba(220,220,220,.4)
}
.vscode-darkcode>div {
background-color:rgba(10,10,10,.4)
}
.vscode-high-contrastcode>div {
background-color:#000
}
.vscode-high-contrasth1 {
border-color:#000
}
.vscode-lighttable>thead>tr>th {
border-color:rgba(0,0,0,.69)
}
.vscode-darktable>thead>tr>th {
border-color:rgba(255,255,255,.69)
}
.vscode-lighth1,
.vscode-lighthr,
.vscode-lighttable>tbody>tr+tr>td {
border-color:rgba(0,0,0,.18)
}
.vscode-darkh1,
.vscode-darkhr,
.vscode-darktable>tbody>tr+tr>td {
border-color:rgba(255,255,255,0.18)
}
.vscode-lightblockquote,
.vscode-darkblockquote {
background:rgba(127,127,127,.1);
border-color:rgba(0,122,204,.5)
}
.vscode-high-contrastblockquote {
background: transparent;
border-color:#fff
}
.main-content {
width:65%;
vertical-align: top
}
.sidebar {
vertical-align: top
}
.footer {
padding:25px;
text-align: center
}
.vscode-lighttable>tbody>tr>td.sidebar {
background-color:rgba(0,0,0,0.1);
border-radius:10px
}
.vscode-darktable>tbody>tr>td.sidebar {
background-color:rgba(255,255,255,0.1);
border-radius:10px
}
.vscode-lighta {
color:#4080D0
}
.vscode-darka {
color:#a2c1e8
}
</STYLE>
</head>
<body>
<div>
<div>
<h1>Microsoft C/C++ Extension for VS Code</h1>
</div>
<table>
<tr>
<tdclass="main-content">
<table>
<tr>
<td>
<div>
<h2class="caption">June 2018 Update</h2>
<div>Thank you for installing the C/C++ extension. In the June update, we focused on workspace configuration improvements.<br/>
<br/>
We dramatically improved the performance of recursive includes (e.g. using <code>${workspaceFolder}/**</code> in your <code>includePath</code>), we will prompt you to
use compile_commands.json if it is found in your workspace, and we made the <code>browse.path</code> setting optional in the case that it is identical to your <code>includePath</code>.<br/>
<br/>
Additional features and bug fixes are detailed in the <ahref="https://github.com/Microsoft/vscode-cpptools/releases">full release notes</a>.</div>
<div><ahref="https://github.com/Microsoft/vscode-cpptools/blob/master/Documentation/LanguageServer/MinGW.md">IntelliSense for MinGW projects</a></div>
<div><ahref="https://github.com/Microsoft/vscode-cpptools/blob/master/Documentation/LanguageServer/Windows%20Subsystem%20for%20Linux.md">IntelliSense for Windows Subsystem for Linux projects</a></div>