visual-studio-code

    1熱度

    1回答

    我試圖將vscode中的默認終端設置爲PowerShell 6.0。但是,重新啓動vscode後,會顯示以下消息,並且終端未啓動。 ERROR e.executable.toLowerCase is not a function 這裏是我嘗試過使用的用戶設置覆蓋代碼。注:反斜槓路徑分隔符必須轉義。 vscode 1.18.1 PSVersion 6.0.0-rc "C:\Program F

    2熱度

    1回答

    在我的分機我有一個資源管理器視圖的欄上的一些按鈕: 我怎麼可以指定按鈕顯示的順序? 我試圖在package.json的命令在commands屬性的順序發生變化: "commands": [ { "command": "codeFragments.exportFragments", "title": "Export all fragments to Json",

    0熱度

    2回答

    我有一個片段可以阻止「額外」時間。這讓我很煩惱,所以我希望有人能幫助我在這裏清除它。 "pylint": { "prefix": "pylint", "body": "# pylint: ${1|disable,enable|}=${2|R0102\\, simplifiable-if-statement,R0101\\,too-many-nested-blocks|}",

    0熱度

    1回答

    使用vscodevim,如何使用自動調整使用=就像Vim一樣?因此,例如: .wrapper-box { // line is out of tab. .box { border: 1px solid red; } } 在vim中,我可以選擇.wrapper-box然後打=和行自動對準/自動縮進。如何在VscodeVim中使用這個鍵綁定?

    1熱度

    1回答

    我爲UI5 JavaScript編寫VSCode擴展。最缺少的功能是爲UI5提供IntelliSense。使用UI5類型,它將工作,但不是。 這工作: var testvar1 = new sap.m.Button(); 現在我可以在testvar1在VSCode使用IntelliSense。 存在的問題例如爲: sap.ui.define([ "sap/ui/core/mvc/Co

    -1熱度

    1回答

    由於幾天前,Visual Studio Code嚴重顯示字體。我目前正在Debian Buster的桌面環境下使用Mate。因爲我不知道如何正確地描述顯示,這裏是一些截屏(這是特別明顯的第四個): File example A zoom When I open the View menu A zoom (again) 下面是我記得在發現問題之前所做的動作: 創建帶回到過去(我懷疑問題來源於此一個)

    0熱度

    1回答

    我目前正在嘗試通過visual studio代碼來調試我的NodeJS應用程序。當我通過PowerShell運行程序時,我使用「npm start」運行它。當試圖在Visual Studio Code中調試應用程序時,我會在NodeJS內部文件中收到錯誤。這是我的配置文件是什麼樣子(這是默認提供的): { "version": "0.2.0", "configurations"

    1熱度

    1回答

    VSCode版本:1.19.0 OS版本:視窗10 1709(16299.125) 轉載沒有擴展:是 沒有辦法安裝1.19.0更新後打開VSCode。它總是啓動空白屏幕並在調試控制檯中打印2條錯誤消息。 index.js:5 TypeError: Cannot read property 'comments' of null at file:///C:/Program Files/Mic

    0熱度

    1回答

    是否可以通過外部終端啓動bat文件,而不是通過vscode終端啓動? 任務示例: { "label": "Build", "type": "shell", "command": "./build.bat", "presentation": { "reveal": "always", "panel": "new" },

    0熱度

    1回答

    今天早上當我啓動vscode時,我的Debian 9變得非常慢。 然後當我在終端代碼 - 禁用擴展運行正常 任何有關於如何用BUG檢測包工作的想法?