Buckets:
ktongue/docker_container / .vscode-server /extensions /ms-vscode.cpptools-1.30.5-linux-arm64 /dist /html /tr /ui /settings.html
| <html lang="en"><head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="Content-Security-Policy" content="style-src 'unsafe-inline'; script-src 'nonce-{{nonce}}';"> | |
| <style type="text/css"> | |
| @media (max-width: 1140px) { | |
| #sidebar { | |
| display: none; | |
| } | |
| #main { | |
| max-width: 800px; | |
| padding: 0px 20px; | |
| margin: auto; | |
| } | |
| } | |
| .page-margins { | |
| vertical-align: top; | |
| padding-top: 40px; | |
| padding-bottom: 10px | |
| } | |
| .sidebar { | |
| width: 290px; | |
| position: fixed; | |
| z-index: 1; | |
| left: 45px; | |
| overflow-x: hidden; | |
| } | |
| .error { | |
| color: var(--vscode-inputValidation-errorForeground); | |
| background: var(--vscode-inputValidation-errorBackground); | |
| border: solid 1px var(--vscode-inputValidation-errorBorder); | |
| white-space: pre-wrap; | |
| display: none; | |
| padding: 1px 4px 4px 4px; | |
| } | |
| .headerBtn, | |
| .headerBtn:hover, | |
| .headerBtn:active { | |
| cursor: pointer; | |
| color: var(--vscode-foreground); | |
| background: var(--vscode-background); | |
| border: 0px; | |
| padding: 0px; | |
| outline: none; | |
| } | |
| .headerBtn:focus { | |
| outline: 1px solid -webkit-focus-ring-color; | |
| outline-offset: 3px; | |
| } | |
| .expand:after { | |
| font-weight: bold; | |
| float: right; | |
| margin-right: 6px; | |
| margin-top: -4px; | |
| content: '\276E'; | |
| transform: rotate(270deg); | |
| } | |
| .collapse:after { | |
| font-weight: bold; | |
| float: right; | |
| margin-right: 6px; | |
| margin-top: -4px; | |
| content: '\276E'; | |
| transform: rotate(90deg); | |
| } | |
| .main { | |
| max-width: 800px; | |
| margin-left: 320px; | |
| padding: 0px 30px; | |
| } | |
| .main-title { | |
| font-weight: 500; | |
| font-size: 22px; | |
| padding-bottom: 6px; | |
| color: var(--vscode-foreground); | |
| } | |
| .section { | |
| padding-bottom: 35px; | |
| } | |
| .section-title { | |
| font-weight: 500; | |
| font-size: 14px; | |
| padding-bottom: 4px; | |
| color: var(--vscode-foreground); | |
| } | |
| .section-text { | |
| font-size: 14px; | |
| padding-bottom: 8px; | |
| color: var(--vscode-foreground); | |
| } | |
| .section-note { | |
| font-size: 14px; | |
| font-style: italic; | |
| padding-bottom: 2px; | |
| color: var(--vscode-foreground); | |
| } | |
| .codeblock { | |
| vertical-align: middle; | |
| padding: 2px 8px; | |
| margin-top: 8px; | |
| display: inline-block; | |
| font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback"; | |
| border-radius: 5px; | |
| } | |
| body { | |
| line-height: 19px | |
| } | |
| body:not(.tabbing) button:focus { | |
| outline: none; | |
| } | |
| a { | |
| text-decoration: none | |
| } | |
| checkbox { | |
| color: var(--vscode-settings-checkboxForeground); | |
| background: var(--vscode-settings-checkboxForeground); | |
| border: var(--vscode-settings-checkboxBorder); | |
| } | |
| a:focus, | |
| input:focus, | |
| select:focus, | |
| textarea:focus { | |
| outline: 1px solid -webkit-focus-ring-color; | |
| outline-offset: -1px | |
| } | |
| hr { | |
| border: 0; | |
| height: 1px; | |
| border-bottom: 1px solid; | |
| } | |
| h1 { | |
| padding-bottom: .3em; | |
| } | |
| h1, | |
| h2, | |
| h3 { | |
| font-weight: 400 | |
| } | |
| a:hover { | |
| text-decoration: underline | |
| } | |
| ::placeholder { | |
| color: var(--vscode-input-placeholderForeground); | |
| } | |
| input { | |
| height: 17px; | |
| padding: 6px; | |
| border: solid 1px; | |
| font-size: 13px; | |
| font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback"; | |
| color: var(--vscode-settings-textInputForeground); | |
| background: var(--vscode-settings-textInputBackground); | |
| border: 1px solid var(--vscode-settings-textInputBorder); | |
| } | |
| textarea { | |
| white-space: nowrap; | |
| padding: 4px, 4px; | |
| font-size: 13px; | |
| font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback"; | |
| color: var(--vscode-settings-textInputForeground); | |
| background: var(--vscode-settings-textInputBackground); | |
| border: 1px solid var(--vscode-settings-textInputBorder); | |
| } | |
| button { | |
| color: var(--vscode-button-foreground); | |
| background-color: var(--vscode-button-background); | |
| border: solid 1px var(--vscode-contrastBorder); | |
| padding: 6px 14px; | |
| } | |
| button:hover { | |
| background-color: var(--vscode-button-hoverBackground); | |
| } | |
| button:focus { | |
| outline: 1px solid -webkit-focus-ring-color; | |
| outline-offset: 2px | |
| } | |
| button:active { | |
| outline: none; | |
| } | |
| .select-default { | |
| width: 300px; | |
| height: 27px; | |
| font-size: 13px; | |
| font-family:sans-serif; | |
| color: var(--vscode-settings-dropdownForeground); | |
| background: var(--vscode-settings-dropdownBackground); | |
| border: 1px solid var(--vscode-settings-dropdownBorder); | |
| } | |
| .select-editable { | |
| position: relative; | |
| background-color: var(--vscode-settings-textInputBackground); | |
| width: 800px; | |
| height: 31px; | |
| } | |
| .select-editable select { | |
| position: absolute; | |
| font-size: 13px; | |
| font-family: sans-serif; | |
| border: 1px solid var(--vscode-settings-textInputBorder); | |
| height: 31px; | |
| margin: auto; | |
| color: var(--vscode-settings-textInputForeground); | |
| background: var(--vscode-settings-textInputBackground); | |
| } | |
| .select-editable input { | |
| position: absolute; | |
| top: 1px; | |
| left: 1px; | |
| right: 1px; | |
| bottom: 1px; | |
| height: 17px; | |
| font-size: 13px; | |
| border: none; | |
| color: var(--vscode-settings-textInputForeground); | |
| background: var(--vscode-settings-textInputBackground); | |
| } | |
| .select-editable input:focus { | |
| outline-offset: 0px; | |
| } | |
| blockquote { | |
| margin: 0 7px 0 5px; | |
| padding: 0 16px 0 10px; | |
| border-left: 5px solid; | |
| } | |
| code { | |
| font-family: Menlo, Monaco, Consolas, "Droid Sans Mono", "Courier New", monospace, "Droid Sans Fallback"; | |
| line-height: 19px | |
| } | |
| .mac code { | |
| 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-light code { | |
| color: #a31515 | |
| } | |
| .vscode-dark code { | |
| color: #d7ba7d | |
| } | |
| .vscode-light code > div { | |
| background-color: rgba(220, 220, 220, .4) | |
| } | |
| .vscode-dark code > div { | |
| background-color: rgba(10, 10, 10, .4) | |
| } | |
| .vscode-light .input-disabled { | |
| background-color:rgba(255, 255, 255, 0.4); | |
| color: rgb(138, 138, 138); | |
| border: solid 1px rgb(201, 198, 198); | |
| } | |
| .vscode-dark .input-disabled { | |
| background-color: rgba(255, 255, 255, 0.1); | |
| color: rgb(167, 167, 167); | |
| } | |
| .vscode-high-contrast .input-disabled { | |
| background-color: transparent; | |
| color: #fff; | |
| border: solid 1px rgb(255, 255, 255); | |
| } | |
| .vscode-high-contrast code > div { | |
| background-color: #000 | |
| } | |
| .vscode-high-contrast h1 { | |
| border-color: #000 | |
| } | |
| .vscode-light table > thead > tr > th { | |
| border-color: rgba(0, 0, 0, .69) | |
| } | |
| .vscode-dark table > thead > tr > th { | |
| border-color: rgba(255, 255, 255, .69) | |
| } | |
| .vscode-light h1, | |
| .vscode-light hr, | |
| .vscode-light table > tbody > tr + tr > td { | |
| border-color: rgba(0, 0, 0, .18) | |
| } | |
| .vscode-dark h1, | |
| .vscode-dark hr, | |
| .vscode-dark table > tbody > tr + tr > td { | |
| border-color: rgba(255, 255, 255, 0.18) | |
| } | |
| .vscode-light blockquote, | |
| .vscode-dark blockquote { | |
| background: rgba(127, 127, 127, .1); | |
| border-color: rgba(0, 122, 204, .5) | |
| } | |
| .vscode-high-contrast blockquote { | |
| background: transparent; | |
| border-color: #fff | |
| } | |
| .vscode-light div.codeblock { | |
| background-color: rgba(0, 0, 0, 0.048) | |
| } | |
| .vscode-dark div.codeblock { | |
| background-color: rgba(255, 255, 255, 0.1) | |
| } | |
| .vscode-high-contrast div.codeblock { | |
| background-color: rgba(255, 255, 255, 0.15) | |
| } | |
| .footer { | |
| padding: 25px; | |
| text-align: center | |
| } | |
| .vscode-light a { | |
| color: #4080D0 | |
| } | |
| .vscode-dark a { | |
| color: #a2c1e8 | |
| } | |
| </style> | |
| </head> | |
| <body class="page-margins"> | |
| <!-- sidebar --> | |
| <div id="sidebar" class="sidebar"> | |
| <div style="height: 90px; display: block"> | |
| <table> | |
| <tbody><tr><td> | |
| <img src="{{cpp_image_uri}}" height="76" width="76" alt="Microsoft C/C++ Extension" title="Microsoft C/C++ Uzantısı" style="padding-right: 10px" data-loc-id-title="microsoft.c.cpp.extension"> | |
| </td> | |
| <td> | |
| <div style="font-size: 20px; font-weight: 400; line-height: 24px">Microsoft<br><span data-loc-id="c.cpp.extension">C/C++ Uzantısı</span></div> | |
| </td> | |
| </tr></tbody></table> | |
| </div> | |
| <hr> | |
| <div style="height: 30px; display: block"></div> | |
| <div style="padding-right: 10px; color: var(--vscode-foreground);"> | |
| <span data-loc-id="open.this.editor">Şu komutu kullanarak bu düzenleyiciyi aç:</span><br> | |
| <code data-loc-id="edit.configurations.ui">C/C++: Yapılandırmaları düzenle (UI)</code> | |
| <div style="height: 30px; display: block"></div> | |
| <span data-loc-id="switch.to.json">Dosya bağlantısına tıklayarak veya şu komutu kullanarak <a href="command:C_Cpp.ConfigurationEditJSON" title="JSON dosyasındaki yapılandırmaları düzenle" data-loc-id-title="edit.configurations.in.json">c_cpp_properties.json</a> dosyasına geçiş yapın:</span><br> | |
| <code data-loc-id="edit.configurations.json">C/C++: Yapılandırmaları düzenle (JSON)</code> | |
| <div style="height: 30px; display: block"></div> | |
| <span data-loc-id="check.the.schema"><a data-loc-id="cpp.properties.schema.reference" href="https://code.visualstudio.com/docs/cpp/customize-cpp-settings" title="Özellikler Şema Başvurusu" data-loc-id-title="view.schema.reference">C/C++ Özellikleri Şema Başvurusu</a> adresine giderek C/C++ özellikleri hakkında daha fazla bilgi edinin.</span><br> | |
| </div> | |
| </div> <!-- sidebar end --> | |
| <!-- main --> | |
| <div id="main" class="main"> | |
| <!-- title --> | |
| <div style=" height: 90px; display: inline-block;"> | |
| <div class="main-title" data-loc-id="intellisense.configurations">IntelliSense Yapılandırmaları</div> | |
| <div style="color: var(--vscode-foreground);"> | |
| <span data-loc-id="intellisense.configurations.description">Temel alınan <a href="command:C_Cpp.ConfigurationEditJSON" title="JSON dosyasındaki yapılandırmaları düzenle" data-loc-id-title="edit.configurations.in.json">c_cpp_properties.json</a> dosyasında tanımlanan IntelliSense ayarlarını düzenlemek için bu düzenleyiciyi kullanın. Bu düzenleyicide yapılan değişiklikler yalnızca seçili yapılandırma için geçerlidir. Aynı anda birden çok yapılandırmayı düzenlemek için <a href="command:C_Cpp.ConfigurationEditJSON" title="JSON dosyasındaki yapılandırmaları düzenle" data-loc-id-title="edit.configurations.in.json">c_cpp_properties.json</a> seçeneğine gidin.</span> | |
| </div> | |
| </div> | |
| <hr> | |
| <div style="height: 30px; display: block"></div> | |
| <!-- sections --> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="configuration.name">Yapılandırma adı</div> | |
| <div class="section-text" data-loc-id="configuration.name.description">Yapılandırmayı tanımlayan bir kolay ad. <code>Linux</code>, <code>Mac</code> ve <code>Win32</code>, bu platformlarda otomatik olarak seçilecek yapılandırmalar için özel tanımlayıcılardır.</div> | |
| <div> | |
| <div class="section-note" data-loc-id="select.configuration.to.edit">Düzenlemek için bir yapılandırma kümesi seçin.</div> | |
| <table> | |
| <tbody><tr> | |
| <!-- select configuration name --> | |
| <td> | |
| <div class="select-editable" style="width: 300px; margin-left: -3px; margin-right: 7px"> | |
| <select id="configSelection" style="width: 300px"></select> | |
| <input id="configName" style="width: 267px" type="text"> | |
| </div> | |
| </td> | |
| <!-- input configuration name --> | |
| <td style="vertical-align: middle;"> | |
| <div id="addConfigDiv" style="display: block"> | |
| <button id="addConfigBtn" data-loc-id="add.configuration.button">Yapılandırma Ekle</button> | |
| </div> | |
| <div id="addConfigInputDiv" style="display: none; width: 400px;"> | |
| <input id="addConfigName" type="text" style="width: 200px; margin-right: 6px" placeholder="Yapılandırma adı..." data-loc-id-placeholder="configuration.name.input"> | |
| <button id="addConfigOk" style="margin-right: 6px" data-loc-id="ok.button">Tamam</button> | |
| <button id="addConfigCancel" data-loc-id="cancel.button">İPTAL</button> | |
| </div> | |
| </td> | |
| </tr> | |
| </tbody></table> | |
| <div id="configNameInvalid" class="error" style="width: 290px"></div> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="compiler.path">Derleyici yolu</div> | |
| <div class="section-text"> | |
| <span data-loc-id="compiler.path.description">Projenizi derlemek için kullandığınız derleyicinin tam yolu, örneğin, daha doğru IntelliSense'i etkinleştirmek için <code>/usr/bin/gcc</code>. Uzantı, IntelliSense için kullanılacak sistem ekleme yollarını ve varsayılan tanımları belirlemek için derleyiciyi sorgular.</span> | |
| </div> | |
| <!-- input compilerPath --> | |
| <div class="section-note" data-loc-id="specify.a.compiler">Derleyici yolunu belirtin veya açılan listeden, algılanan bir derleyici yolu seçin.</div> | |
| <div class="select-editable"> | |
| <span id="noCompilerPathsDetected" style="display: none" data-loc-id="no.compiler.paths.detected">(Derleyici yolu algılanmadı)</span> | |
| <select id="knownCompilers" style="width: 810px; display: none"></select> | |
| <input name="inputValue" id="compilerPath" style="width: 777px; display: none" type="text"> | |
| </div> | |
| <div id="compilerPathInvalid" class="error" style="width: 800px"></div> | |
| <!-- input compilerPath end --> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="compiler.args">Derleyici bağımsız değişkenleri</div> | |
| <div class="section-text" data-loc-id="compiler.arguments">Kullanılan içermeleri veya tanımları değiştirmek için derleyici bağımsız değişkenleri (örneğin, <code>-nostdinc++</code>, <code>-m32</code> vb.). Boşlukla ayrılmış ek bağımsız değişkenler alan bağımsız değişkenler, diziye ayrı bağımsız değişkenler olarak girilmelidir. Örneğin <code>--sysroot <arg></code> için <code>"--sysroot", "<arg>"</code> bağımsız değişkenlerini kullanın.</div> | |
| <div> | |
| <div class="section-note" data-loc-id="one.argument.per.line">Satır başına bir bağımsız değişken.</div> | |
| <textarea name="inputValue" id="compilerArgs" rows="4" cols="93" style="width: 800px"></textarea> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="intellisense.mode">IntelliSense modu</div> | |
| <div class="section-text"> | |
| <span data-loc-id="intellisense.mode.description">MSVC, gcc veya Clang'in platform ve mimari varyantına eşlemek için kullanılacak IntelliSense modu. Ayarlanmazsa veya <code>${default}</code> olarak belirlenirse uzantı, ilgili platform için varsayılan ayarı seçer. Windows için varsayılan olarak <code>windows-msvc-x64</code>, Linux için varsayılan olarak <code>linux-gcc-x64</code> ve macOS için varsayılan olarak <code>macos-clang-x64</code> kullanılır. <code>${default}</code> modunu geçersiz kılmak için belirli bir IntelliSense modunu seçin. Yalnızca <code><compiler>-<architecture></code> varyantlarını belirten IntelliSense modları (yani <code>gcc-x64</code>), eski modlardır ve konak platformuna göre otomatik olarak <code><platform>-<compiler>-<architecture></code> varyantlarına dönüştürülür.</span> | |
| </div> | |
| <div> | |
| <select name="inputValue" id="intelliSenseMode" class="select-default"> | |
| <option value="${default}">${default}</option> | |
| <option value="macos-clang-x86">macos-clang-x86</option> | |
| <option value="macos-clang-x64">macos-clang-x64</option> | |
| <option value="macos-clang-arm">macos-clang-arm</option> | |
| <option value="macos-clang-arm64">macos-clang-arm64</option> | |
| <option value="macos-gcc-x86">macos-gcc-x86</option> | |
| <option value="macos-gcc-x64">macos-gcc-x64</option> | |
| <option value="macos-gcc-arm">macos-gcc-arm</option> | |
| <option value="macos-gcc-arm64">macos-gcc-arm64</option> | |
| <option value="linux-clang-x86">linux-clang-x86</option> | |
| <option value="linux-clang-x64">linux-clang-x64</option> | |
| <option value="linux-clang-arm">linux-clang-arm</option> | |
| <option value="linux-clang-arm64">linux-clang-arm64</option> | |
| <option value="linux-gcc-x86">linux-gcc-x86</option> | |
| <option value="linux-gcc-x64">linux-gcc-x64</option> | |
| <option value="linux-gcc-arm">linux-gcc-arm</option> | |
| <option value="linux-gcc-arm64">linux-gcc-arm64</option> | |
| <option value="windows-clang-x86">windows-clang-x86</option> | |
| <option value="windows-clang-x64">windows-clang-x64</option> | |
| <option value="windows-clang-arm">windows-clang-arm</option> | |
| <option value="windows-clang-arm64">windows-clang-arm64</option> | |
| <option value="windows-gcc-x86">windows-gcc-x86</option> | |
| <option value="windows-gcc-x64">windows-gcc-x64</option> | |
| <option value="windows-gcc-arm">windows-gcc-arm</option> | |
| <option value="windows-gcc-arm64">windows-gcc-arm64</option> | |
| <option value="windows-msvc-x86">windows-msvc-x86</option> | |
| <option value="windows-msvc-x64">windows-msvc-x64</option> | |
| <option value="windows-msvc-arm">windows-msvc-arm</option> | |
| <option value="windows-msvc-arm64">windows-msvc-arm64</option> | |
| <option value="clang-x86">clang-x86 (legacy)</option> | |
| <option value="clang-x64">clang-x64 (legacy)</option> | |
| <option value="clang-arm">clang-arm (legacy)</option> | |
| <option value="clang-arm64">clang-arm64 (legacy)</option> | |
| <option value="gcc-x86">gcc-x86 (legacy)</option> | |
| <option value="gcc-x64">gcc-x64 (legacy)</option> | |
| <option value="gcc-arm">gcc-arm (legacy)</option> | |
| <option value="gcc-arm64">gcc-arm64 (legacy)</option> | |
| <option value="msvc-x86">msvc-x86 (legacy)</option> | |
| <option value="msvc-x64">msvc-x64 (legacy)</option> | |
| <option value="msvc-arm">msvc-arm (legacy)</option> | |
| <option value="msvc-arm64">msvc-arm64 (legacy)</option> | |
| </select> | |
| </div> | |
| <div id="intelliSenseModeInvalid" class="error" style="width: 290px"></div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="include.path">Yol ekle</div> | |
| <div class="section-text"> | |
| <span data-loc-id="include.path.description">Ekleme yolu, kaynak dosyasına dahil edilen üst bilgi dosyalarını (<code>#include "myHeaderFile.h"</code> gibi) içeren bir klasördür. IntelliSense altyapısının eklenen üst bilgi dosyalarını ararken kullanacağı yolların bir listesini belirtin. Bu yollarda arama özyinelemeli değildir. Özyinelemeli aramayı göstermek için <code>**</code> belirtin. Örneğin, <code>${workspaceFolder}/**</code> tüm alt dizinleri ararken <code>${workspaceFolder}</code> aramaz. Visual Studio yüklü Windows kullanıyorsanız veya <code>compilerPath</code> ayarında bir derleyici belirtilmişse bu listede sistem ekleme yollarının listelenmesi gerekmez.</span> | |
| </div> | |
| <div> | |
| <div class="section-note" data-loc-id="one.include.path.per.line">Satır başına bir ekleme yolu.</div> | |
| <textarea name="inputValue" id="includePath" rows="4" cols="93" style="width: 800px"></textarea> | |
| <div id="includePathInvalid" class="error" style="margin-top: -4px; width: 794px"></div> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="defines">Tanımlar</div> | |
| <div class="section-text" data-loc-id="defines.description">IntelliSense altyapısının dosyaları ayrıştırırken kullanacağı ön işlemci tanımlarının bir listesi. İsteğe bağlı olarak, bir değer ayarlamak için <code>=</code> kullanın, örneğin <code>VERSION=1</code>.</div> | |
| <div> | |
| <div class="section-note" data-loc-id="one.definition.per.line">Satır başına bir tanım.</div> | |
| <textarea name="inputValue" id="defines" rows="4" cols="39"></textarea> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="c.standard">C standardı</div> | |
| <div class="section-text" data-loc-id="c.standard.description">IntelliSense için kullanılacak C dil standardı sürümü. Not: GNU standartları yalnızca GNU tanımlarını almak için ayarlanan derleyiciyi sorgulamak amacıyla kullanılır ve IntelliSense eşdeğer C standart sürümüne öykünür.</div> | |
| <div> | |
| <select name="inputValue" id="cStandard" class="select-default"> | |
| <option value="c23">c23</option> | |
| <option value="c17">c17</option> | |
| <option value="c11">c11</option> | |
| <option value="c99">c99</option> | |
| <option value="c89">c89</option> | |
| <option value="gnu23">gnu23</option> | |
| <option value="gnu17">gnu17</option> | |
| <option value="gnu11">gnu11</option> | |
| <option value="gnu99">gnu99</option> | |
| <option value="gnu89">gnu89</option> | |
| </select> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="cpp.standard">C++ standardı</div> | |
| <div class="section-text" data-loc-id="cpp.standard.description">IntelliSense için kullanılacak C++ dil standardı sürümü. Not: GNU standartları yalnızca GNU tanımlarını almak için ayarlanan derleyiciyi sorgulamak amacıyla kullanılır ve IntelliSense, eşdeğer C++ standart sürümüne öykünür.</div> | |
| <div> | |
| <select name="inputValue" id="cppStandard" class="select-default"> | |
| <option value="c++26">c++26</option> | |
| <option value="c++23">c++23</option> | |
| <option value="c++20">c++20</option> | |
| <option value="c++17">c++17</option> | |
| <option value="c++14">c++14</option> | |
| <option value="c++11">c++11</option> | |
| <option value="c++03">c++03</option> | |
| <option value="c++98">c++98</option> | |
| <option value="gnu++26">gnu++26</option> | |
| <option value="gnu++23">gnu++23</option> | |
| <option value="gnu++20">gnu++20</option> | |
| <option value="gnu++17">gnu++17</option> | |
| <option value="gnu++14">gnu++14</option> | |
| <option value="gnu++11">gnu++11</option> | |
| <option value="gnu++03">gnu++03</option> | |
| <option value="gnu++98">gnu++98</option> | |
| </select> | |
| </div> | |
| </div> | |
| <hr> | |
| <button id="showAdvanced" class="headerBtn" style="margin-top: 5px; font-size: 20px; font-weight: 500; width: 100%; text-align: left" data-loc-id="advanced.settings">Gelişmiş Ayarlar</button> | |
| <div style="height: 30px; display: block"></div> | |
| <div id="advancedSection"> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="configuration.provider">Yapılandırma sağlayıcısı</div> | |
| <div class="section-text" data-loc-id="configuration.provider.description">Kaynak dosyalar için IntelliSense yapılandırma bilgilerini sağlayabilecek VS Code uzantısının kimliği. Örneğin, Cmake Tools uzantısındaki yapılandırma bilgilerini sağlamak için VS Code <code>ms-vscode.cmake-tools</code> uzantı kimliğini kullanın.</div> | |
| <div> | |
| <input name="inputValue" id="configurationProvider" style="width: 290px"> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="windows.sdk.version">Windows SDK sürümü</div> | |
| <div class="section-text" data-loc-id="windows.sdk.version.description">Windows üzerinde kullanılacak Windows SDK ekleme yolu sürümü, örneğin <code>10.0.17134.0</code>.</div> | |
| <div> | |
| <input name="inputValue" id="windowsSdkVersion" style="width: 290px"> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="mac.framework.path">Mac çerçevesi yolu</div> | |
| <div class="section-text" data-loc-id="mac.framework.path.description">Mac çerçevelerinden eklenen üst bilgileri ararken IntelliSense altyapısı tarafından kullanılacak yolların listesi. Yalnızca macOS yapılandırmalarında desteklenir.</div> | |
| <div> | |
| <div class="section-note" data-loc-id="one.path.per.line">Satır başına bir yol.</div> | |
| <textarea name="inputValue" id="macFrameworkPath" rows="4" cols="93" style="width: 800px"></textarea> | |
| <div id="macFrameworkPathInvalid" class="error" style="margin-top: -4px; width: 794px"></div> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="forced.include">Zorlamalı ekleme</div> | |
| <div class="section-text" data-loc-id="forced.include.description">Kaynak dosyadaki başka herhangi bir karakter işlenmeden önce eklenmesi gereken dosyaların listesi. Dosyalar listelendikleri sırada eklenir.</div> | |
| <div> | |
| <div class="section-note" data-loc-id="one.file.per.line">Satır başına bir dosya.</div> | |
| <textarea name="inputValue" id="forcedInclude" rows="4" cols="93" style="width: 800px"></textarea> | |
| <div id="forcedIncludeInvalid" class="error" style="margin-top: -4px; width: 794px"></div> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="dot.config">Nokta Yapılandırması</div> | |
| <div class="section-text" data-loc-id="dot.config.description">Kconfig sistemi tarafından oluşturulan bir .config dosyasının yolu. Kconfig sistemi, bir proje oluşturmak için tüm tanımlamaları içeren bir dosya oluşturur. Kconfig sistemini kullanan projelere örnek olarak Linux Çekirdeği ve NuttX RTOS verilebilir.</div> | |
| <div> | |
| <input name="inputValue" id="dotConfig" style="width: 798px"> | |
| <div id="dotConfigInvalid" class="error" style="width: 800px"></div> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="compile.commands">Derleme komutları</div> | |
| <div class="section-text"> | |
| <span data-loc-id="compile.commands.description">Çalışma alanıyla ilgili <code>compile_commands.json</code> dosyalarına giden yolların listesi. Bu dosyalarda bulunan ekleme yolları ve tanımları <code>includePath</code> ve <code>defines</code> ayarları için belirlenen değerlerin yerine kullanılır. Derleme komutları veritabanı düzenleyicide açtığınız dosyaya karşılık gelen çeviri birimi için bir giriş içermiyorsa, bir uyarı iletisi görünür ve bu durumda uzantı <code>includePath</code> ve <code>defines</code> ayarlarını kullanır.</span> | |
| </div> | |
| <div> | |
| <div class="section-note" data-loc-id="one.compile.commands.path.per.line">Satır başına bir derleme komutları yolu.</div> | |
| <textarea name="inputValue" id="compileCommands" rows="4" cols="93" style="width: 800px"></textarea> | |
| <div id="compileCommandsInvalid" class="error" style="margin-top: -4px; width: 794px"></div> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="merge.configurations">Yapılandırmaları birleştir</div> | |
| <div> | |
| <input type="checkbox" id="mergeConfigurations" style="vertical-align: middle; transform: scale(1.5)"> | |
| <span data-loc-id="merge.configurations.description"><code>true</code> olduğunda (veya işaretlendiğinde), <code>includePath</code>, <code>defines</code>, <code>forcedInclude</code> ve <code>browse.path</code> öğelerini, yapılandırma sağlayıcısından alınanlarla birleştirin.</span> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="browse.path">Gözat: yol</div> | |
| <div class="section-text"> | |
| <span data-loc-id="browse.path.description">Etiket Ayrıştırıcısının kaynak dosyalarınızın içerdiği üst bilgileri arayacağı yolların listesi. Atlanırsa, <code>path</code> olarak <code>includePath</code> kullanılır. Bu yollarda arama varsayılan olarak özyinelemelidir. Özyinelemeli olmayan aramayı belirtmek için <code>*</code> belirtin. Örneğin: <code>/usr/include</code>, tüm alt dizinlerde arar ancak <code>/usr/include/*</code> aramaz.</span> | |
| </div> | |
| <div> | |
| <div class="section-note" data-loc-id="one.browse.path.per.line">Satır başına bir gözatma yolu.</div> | |
| <textarea name="inputValue" id="browsePath" rows="4" cols="93" style="width: 800px"></textarea> | |
| <div id="browsePathInvalid" class="error" style="margin-top: -4px; width: 794px"></div> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="limit.symbols">Gözat: sembolleri eklenen üst bilgilerle sınırla</div> | |
| <div> | |
| <input type="checkbox" id="limitSymbolsToIncludedHeaders" style="vertical-align: middle; transform: scale(1.5)"> | |
| <span data-loc-id="limit.symbols.checkbox"><code>true</code> (veya işaretli) olduğunda, Etiket Ayrıştırıcı yalnızca <code>${workspaceFolder}</code> içindeki bir kaynak dosya tarafından doğrudan veya dolaylı olarak dahil edilen kod dosyalarını ayrıştırır. <code>false</code> olduğunda (veya işaretlenmediğinde), Etiket Ayrıştırıcı <code>Browse: path</code> listesinde belirtilen yollarda bulunan tüm kod dosyalarını ayrıştırır.</span> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="database.filename">Gözat: veritabanı dosya adı</div> | |
| <div class="section-text"> | |
| <span data-loc-id="database.filename.description">Oluşturulan sembol veritabanının yolu. Bu, uzantının Etiket Ayrıştırıcısının sembol veritabanının çalışma alanı varsayılan depolama konumundan başka bir yerde kaydedilmesini sağlar. Göreli yol belirtilirse, çalışma alanı klasörünün kendisi değil, çalışma alanının varsayılan depolama konumuyla göreli olarak yapılır. <code>${workspaceFolder}</code> değişkeni, çalışma alanı klasörüne göreli bir yol belirtmek için kullanılabilir (örneğin, <code>${workspaceFolder}/.vscode/browse.vc.db</code>).</span> | |
| </div> | |
| <div> | |
| <input name="inputValue" id="databaseFilename" style="width: 798px"> | |
| <div id="databaseFilenameInvalid" class="error" style="width: 800px"></div> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="recursiveIncludes.reduce">Özyinelemeli eklemeler: azalt</div> | |
| <div class="section-text"> | |
| <span data-loc-id="recursiveIncludes.reduce.description">IntelliSense'e sağlanan özyinelemeli ekleme yollarının sayısını her zaman yalnızca o anda #include deyimleri tarafından başvurulan yollara indirgemek için <code>always</code> olarak ayarlayın. Bu, hangi dosyaların eklendiğini belirlemek için önce dosyaların ayrıştırılmasını gerektirir. IntelliSense'e tüm özyinelemeli ekleme yollarını sağlamak için <code>never</code> olarak ayarlayın. Özyinelemeli ekleme yollarının sayısının azaltılması, çok sayıda özyinelemeli ekleme yolu söz konusu olduğunda IntelliSense performansını artırabilir. Özyinelemeli ekleme yollarının sayısını azaltmamak, hangi ekleme yollarının sağlanacağını belirlemek için dosyaları ayrıştırma ihtiyacını ortadan kaldırarak IntelliSense performansını artırabilir.</span> | |
| </div> | |
| <div> | |
| <select name="inputValue" id="recursiveIncludes.reduce" class="select-default"> | |
| <option value="${default}">${default}</option> | |
| <option value="always">always</option> | |
| <option value="never">never</option> | |
| <option value="default">default</option> | |
| </select> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="recursiveIncludes.priority">Özyinelemeli içerikler: öncelik</div> | |
| <div class="section-text"> | |
| <span data-loc-id="recursiveIncludes.priority.description">Özyinelemeli ekleme yollarının önceliği. <code>beforeSystemIncludes</code> olarak ayarlanırsa özyinelemeli ekleme yolları, sistem ekleme yollarından önce aranır. <code>afterSystemIncludes</code> olarak ayarlanırsa özyinelemeli ekleme yolları, sistem ekleme yollarından sonra aranır.</span> | |
| </div> | |
| <div> | |
| <select name="inputValue" id="recursiveIncludes.priority" class="select-default"> | |
| <option value="${default}">${default}</option> | |
| <option value="beforeSystemIncludes">beforeSystemIncludes</option> | |
| <option value="afterSystemIncludes">afterSystemIncludes</option> | |
| </select> | |
| </div> | |
| </div> | |
| <div class="section"> | |
| <div class="section-title" data-loc-id="recursiveIncludes.order">Özyinelemeli eklemeler: düzenle</div> | |
| <div class="section-text"> | |
| <span data-loc-id="recursiveIncludes.order.description">Özyinelemeli ekleme yolları altındaki alt dizinlerin aranma sırası.</span> | |
| </div> | |
| <div> | |
| <select name="inputValue" id="recursiveIncludes.order" class="select-default"> | |
| <option value="${default}">${default}</option> | |
| <option value="depthFirst">depthFirst</option> | |
| <option value="breadthFirst">breadthFirst</option> | |
| </select> | |
| </div> | |
| </div> | |
| </div> <!-- advanced settings end --> | |
| <!-- sections end --> | |
| </div> <!-- main end --> | |
| <script nonce="{{nonce}}" src="{{settings_js_uri}}"></script> | |
| </body></html> |
Xet Storage Details
- Size:
- 37.5 kB
- Xet hash:
- 802b690ba000607ba00ba7286d7a075a427d09d671a84a02459ea03e1a5481b2
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.