diff --git a/.bash_history b/.bash_history new file mode 100644 index 0000000000000000000000000000000000000000..3ea7ae9eda291df3c6b48ce76d254c1227aa50e9 --- /dev/null +++ b/.bash_history @@ -0,0 +1,24 @@ +exit +which brew +brew --prefix +brew install transmission-daemon transmission-commons +service +systemctrl +tmux +brew install tmux +tmux +brew install nvim +nvim +git clone https://github.com/NvChad/NvChad ~/.config/nvim --depth 1 && nvim +nvim +nvim test.py +nvim . +nvim test.py +brew instal polipo +brew install polipo +brew install tinyproxy +tinyproxy --help +tinyproxy -v +tinyproxy -d -c app/tproxy.conf +history | grep install +exit diff --git a/Dockerfile b/Dockerfile index 85c3a69907ec5a792e76fd25de880ab7eb00dddd..d9cf3997c363296225517f1dd69f9816edd878f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,14 +22,17 @@ RUN useradd -m -s /bin/bash linuxbrew && \ USER linuxbrew RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" -USER linuxbrew - ENV HOME=/home/linuxbrew \ PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH +RUN brew install tinyproxy + WORKDIR $HOME/app COPY --chown=linuxbrew . $HOME/app + RUN huggingface-cli login --token=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 +RUN echo 'export HISTFIlE=/home/linuxbrew/app/.bash_history' >> $HOME/.bashrc RUN echo 'export PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH' >> $HOME/.bashrc + CMD ["code-server", "--auth", "none", "--bind-addr", "0.0.0.0:7860", "--user-data-dir", "code-server"] diff --git a/code-server/CachedProfilesData/__default__profile__/extensions.user.cache b/code-server/CachedProfilesData/__default__profile__/extensions.user.cache index 6b535620392870cb3878583a05945a5ceaa8ba76..a96210af4a5613df0fcdea0666646a70ebb993f9 100644 --- a/code-server/CachedProfilesData/__default__profile__/extensions.user.cache +++ b/code-server/CachedProfilesData/__default__profile__/extensions.user.cache @@ -1 +1 @@ -{"input":{"location":{"$mid":1,"fsPath":"/home/linuxbrew/app/code-server/extensions/extensions.json","external":"file:///home/linuxbrew/app/code-server/extensions/extensions.json","path":"/home/linuxbrew/app/code-server/extensions/extensions.json","scheme":"file"},"mtime":1695928797000,"profile":true,"profileScanOptions":{"bailOutWhenFileNotFound":true},"type":1,"excludeObsolete":true,"validate":true,"productVersion":"1.82.2","productDate":"2023-09-22T09:29:25.764Z","productCommit":"abd2f3db4bdb28f9e95536dfa84d8479f1eb312d","devMode":false,"language":"en","translations":{}},"result":[{"type":1,"identifier":{"id":"ms-python.python","uuid":"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5"},"manifest":{"name":"python","displayName":"Python","description":"IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), code formatting, refactoring, unit tests, and more.","version":"2023.16.0","featureFlags":{"usingNewInterpreterStorage":true},"capabilities":{"untrustedWorkspaces":{"supported":"limited","description":"Only Partial IntelliSense with Pylance is supported. Cannot execute Python with untrusted files."},"virtualWorkspaces":{"supported":"limited","description":"Only Partial IntelliSense supported."}},"publisher":"ms-python","enabledApiProposals":["contribEditorContentMenu","quickPickSortByLabel","envShellEvent","testObserver","quickPickItemTooltip","saveEditor"],"author":{"name":"Microsoft Corporation"},"license":"MIT","homepage":"https://github.com/Microsoft/vscode-python","repository":{"type":"git","url":"https://github.com/Microsoft/vscode-python"},"bugs":{"url":"https://github.com/Microsoft/vscode-python/issues"},"qna":"https://github.com/microsoft/vscode-python/discussions/categories/q-a","icon":"icon.png","galleryBanner":{"color":"#1e415e","theme":"dark"},"engines":{"vscode":"^1.82.0-20230830"},"enableTelemetry":false,"keywords":["python","django","unittest","multi-root ready"],"categories":["Programming Languages","Debuggers","Linters","Formatters","Other","Data Science","Machine Learning"],"activationEvents":["onDebugInitialConfigurations","onLanguage:python","onDebugDynamicConfigurations:python","onDebugResolve:python","onWalkthrough:pythonWelcome","onWalkthrough:pythonWelcome2","onWalkthrough:pythonDataScienceWelcome","workspaceContains:mspythonconfig.json","workspaceContains:pyproject.toml","workspaceContains:Pipfile","workspaceContains:setup.py","workspaceContains:requirements.txt","workspaceContains:manage.py","workspaceContains:app.py"],"main":"./out/client/extension","browser":"./dist/extension.browser.js","l10n":"./l10n","contributes":{"walkthroughs":[{"id":"pythonWelcome","title":"Get Started with Python Development","description":"Your first steps to set up a Python project with all the powerful tools and features that the Python extension has to offer!","when":"workspacePlatform != webworker","steps":[{"id":"python.createPythonFile","title":"Create a Python file","description":"[Open](command:toSide:workbench.action.files.openFile) or [create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D) a Python file - make sure to save it as \".py\".\n[Create Python File](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D)","media":{"svg":"resources/walkthrough/open-folder.svg","altText":"Open a Python file or a folder with a Python project."},"when":""},{"id":"python.installPythonWin8","title":"Install Python","description":"The Python Extension requires Python to be installed. Install Python [from python.org](https://www.python.org/downloads).\n\n[Install Python](https://www.python.org/downloads)\n","media":{"markdown":"resources/walkthrough/install-python-windows-8.md"},"when":"workspacePlatform == windows && showInstallPythonTile"},{"id":"python.installPythonMac","title":"Install Python","description":"The Python Extension requires Python to be installed. Install Python 3 through the terminal.\n[Install Python via Brew](command:python.installPythonOnMac)\n","media":{"markdown":"resources/walkthrough/install-python-macos.md"},"when":"workspacePlatform == mac && showInstallPythonTile","command":"workbench.action.terminal.new"},{"id":"python.installPythonLinux","title":"Install Python","description":"The Python Extension requires Python to be installed. Install Python 3 through the terminal.\n[Install Python via terminal](command:python.installPythonOnLinux)\n","media":{"markdown":"resources/walkthrough/install-python-linux.md"},"when":"workspacePlatform == linux && showInstallPythonTile","command":"workbench.action.terminal.new"},{"id":"python.selectInterpreter","title":"Select a Python Interpreter","description":"Choose which Python interpreter/environment you want to use for your Python project.\n[Select Python Interpreter](command:python.setInterpreter)\n**Tip**: Run the ``Python: Select Interpreter`` command in the [Command Palette](command:workbench.action.showCommands).","media":{"svg":"resources/walkthrough/python-interpreter.svg","altText":"Selecting a Python interpreter from the status bar"},"when":"workspaceFolderCount == 0"},{"id":"python.createEnvironment","title":"Create a Python Environment ","description":"Create an environment for your Python project.\n[Create Environment](command:python.createEnvironment)\n**Tip**: Run the ``Python: Create Environment`` command in the [Command Palette](command:workbench.action.showCommands).\n 🔍 Check out our [docs](https://aka.ms/pythonenvs) to learn more.","media":{"svg":"resources/walkthrough/create-environment.svg","altText":"Creating a Python environment from the Command Palette"},"when":"workspaceFolderCount > 0"},{"id":"python.runAndDebug","title":"Run and debug your Python file","description":"Open your Python file and click on the play button on the top right of the editor, or press F5 when on the file and select \"Python File\" to run with the debugger. \n \n[Learn more](https://code.visualstudio.com/docs/python/python-tutorial#_run-hello-world)","media":{"svg":"resources/walkthrough/rundebug2.svg","altText":"How to run and debug in VS Code with F5 or the play button on the top right."},"when":""},{"id":"python.learnMoreWithDS","title":"Explore more resources","description":"🎨 Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands). \n 📈 Learn more about getting started with [data science](command:workbench.action.openWalkthrough?%7B%22category%22%3A%22ms-python.python%23pythonDataScienceWelcome%22%2C%22step%22%3A%22ms-python.python%23python.createNewNotebook%22%7D) in Python. \n ✨ Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features. \n \n[Learn More](https://aka.ms/AA8dqti)","media":{"altText":"Image representing our documentation page and mailing list resources.","svg":"resources/walkthrough/learnmore.svg"},"when":""}]},{"id":"pythonWelcome2","title":"Get Started with Python Development","description":"Your first steps to set up a Python project with all the powerful tools and features that the Python extension has to offer!","when":"false","steps":[{"id":"python.createPythonFolder","title":"Open a Python project folder","description":"[Open](command:workbench.action.files.openFolder) or create a project folder.\n[Open Project Folder](command:workbench.action.files.openFolder)","media":{"svg":"resources/walkthrough/open-folder.svg","altText":"Open a Python file or a folder with a Python project."},"when":"workspaceFolderCount = 0"},{"id":"python.createPythonFile","title":"Create a Python file","description":"[Open](command:toSide:workbench.action.files.openFile) or [create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D) a Python file - make sure to save it as \".py\".\n[Create Python File](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D)","media":{"svg":"resources/walkthrough/open-folder.svg","altText":"Open a Python file or a folder with a Python project."},"when":""},{"id":"python.installPythonWin8","title":"Install Python","description":"The Python Extension requires Python to be installed. Install Python [from python.org](https://www.python.org/downloads).\n\n[Install Python](https://www.python.org/downloads)\n","media":{"markdown":"resources/walkthrough/install-python-windows-8.md"},"when":"workspacePlatform == windows && showInstallPythonTile"},{"id":"python.installPythonMac","title":"Install Python","description":"The Python Extension requires Python to be installed. Install Python 3 through the terminal.\n[Install Python via Brew](command:python.installPythonOnMac)\n","media":{"markdown":"resources/walkthrough/install-python-macos.md"},"when":"workspacePlatform == mac && showInstallPythonTile","command":"workbench.action.terminal.new"},{"id":"python.installPythonLinux","title":"Install Python","description":"The Python Extension requires Python to be installed. Install Python 3 through the terminal.\n[Install Python via terminal](command:python.installPythonOnLinux)\n","media":{"markdown":"resources/walkthrough/install-python-linux.md"},"when":"workspacePlatform == linux && showInstallPythonTile","command":"workbench.action.terminal.new"},{"id":"python.createEnvironment2","title":"Create or select a Python Environment ","description":"Create an environment for your Python project or use [Select Python Interpreter](command:python.setInterpreter) to select an existing one.\n[Create Environment](command:python.createEnvironment)\n**Tip**: Run the ``Python: Create Environment`` command in the [Command Palette](command:workbench.action.showCommands).","media":{"markdown":"resources/walkthrough/environments-info.md"},"when":""},{"id":"python.runAndDebug","title":"Run and debug your Python file","description":"Open your Python file and click on the play button on the top right of the editor, or press F5 when on the file and select \"Python File\" to run with the debugger. \n \n[Learn more](https://code.visualstudio.com/docs/python/python-tutorial#_run-hello-world)","media":{"svg":"resources/walkthrough/rundebug2.svg","altText":"How to run and debug in VS Code with F5 or the play button on the top right."},"when":""},{"id":"python.learnMoreWithDS2","title":"Explore more resources","description":"🎨 Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands). \n 📈 Learn more about getting started with [data science](command:workbench.action.openWalkthrough?%7B%22category%22%3A%22ms-python.python%23pythonDataScienceWelcome%22%2C%22step%22%3A%22ms-python.python%23python.createNewNotebook%22%7D) in Python. \n ✨ Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features. \n \n[Follow along with the Python Tutorial](https://aka.ms/AA8dqti)","media":{"altText":"Image representing our documentation page and mailing list resources.","svg":"resources/walkthrough/learnmore.svg"},"when":""}]},{"id":"pythonDataScienceWelcome","title":"Get Started with Python for Data Science","description":"Your first steps to getting started with a Data Science project with Python!","when":"false","steps":[{"id":"python.installJupyterExt","title":"Install Jupyter extension","description":"If you haven't already, install the [Jupyter extension](command:workbench.extensions.search?\"ms-toolsai.jupyter\") to take full advantage of notebooks experiences in VS Code!\n \n[Search Jupyter extension](command:workbench.extensions.search?\"ms-toolsai.jupyter\")","media":{"svg":"resources/walkthrough/data-science.svg","altText":"Creating a new Jupyter notebook"}},{"id":"python.createNewNotebook","title":"Create or open a Jupyter Notebook","description":"Right click in the file explorer and create a new file with an .ipynb extension. Or, open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create New Blank Notebook``.\n[Create new Jupyter Notebook](command:toSide:jupyter.createnewnotebook)\n If you have an existing project, you can also [open a folder](command:workbench.action.files.openFolder) and/or clone a project from GitHub: [clone a Git repository](command:git.clone).","media":{"svg":"resources/walkthrough/create-notebook.svg","altText":"Creating a new Jupyter notebook"},"completionEvents":["onCommand:jupyter.createnewnotebook","onCommand:workbench.action.files.openFolder","onCommand:workbench.action.files.openFileFolder"]},{"id":"python.openInteractiveWindow","title":"Open the Python Interactive Window","description":"The Python Interactive Window is a Python shell where you can execute and view the results of your Python code. You can create cells on a Python file by typing ``#%%``.\n \nTo open the interactive window anytime, open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create Interactive Window``.\n[Open Interactive Window](command:jupyter.createnewinteractive)","media":{"svg":"resources/walkthrough/interactive-window.svg","altText":"Opening Python interactive window"},"completionEvents":["onCommand:jupyter.createnewinteractive"]},{"id":"python.dataScienceLearnMore","title":"Find out more!","description":"📒 Take a look into the [Jupyter extension](command:workbench.extensions.search?\"ms-toolsai.jupyter\") features, by looking for \"Jupyter\" in the [Command Palette](command:workbench.action.showCommands). \n 🏃🏻 Find out more features in our [Tutorials](https://aka.ms/AAdjzpd). \n[Learn more](https://aka.ms/AAdar6q)","media":{"svg":"resources/walkthrough/learnmore.svg","altText":"Image representing our documentation page and mailing list resources."}}]}],"breakpoints":[{"language":"html"},{"language":"jinja"},{"language":"python"},{"language":"django-html"},{"language":"django-txt"}],"commands":[{"title":"New Python File","shortTitle":"Python File","category":"Python","command":"python.createNewFile"},{"category":"Python","command":"python.analysis.restartLanguageServer","title":"Restart Language Server"},{"category":"Python","command":"python.clearCacheAndReload","title":"Clear Cache and Reload Window"},{"category":"Python","command":"python.clearWorkspaceInterpreter","title":"Clear Workspace Interpreter Setting"},{"category":"Python","command":"python.configureTests","title":"Configure Tests"},{"category":"Python","command":"python.createTerminal","title":"Create Terminal"},{"category":"Python","command":"python.createEnvironment","title":"Create Environment..."},{"category":"Python","command":"python.createEnvironment-button","title":"Create Environment..."},{"category":"Python","command":"python.enableLinting","title":"Enable/Disable Linting"},{"category":"Python","command":"python.enableSourceMapSupport","title":"Enable Source Map Support For Extension Debugging"},{"category":"Python","command":"python.execInTerminal","title":"Run Python File in Terminal"},{"category":"Python","command":"python.execInTerminal-icon","icon":"$(play)","title":"Run Python File"},{"category":"Python","command":"python.execInDedicatedTerminal","icon":"$(play)","title":"Run Python File in Dedicated Terminal"},{"category":"Python","command":"python.debugInTerminal","icon":"$(debug-alt)","title":"Debug Python File"},{"category":"Python","command":"python.execSelectionInDjangoShell","title":"Run Selection/Line in Django Shell"},{"category":"Python","command":"python.execSelectionInTerminal","title":"Run Selection/Line in Python Terminal"},{"category":"Python","command":"python.launchTensorBoard","title":"Launch TensorBoard"},{"category":"Python","command":"python.refreshTensorBoard","enablement":"python.hasActiveTensorBoardSession","icon":"$(refresh)","title":"Refresh TensorBoard"},{"category":"Python","command":"python.reportIssue","title":"Report Issue..."},{"category":"Test","command":"testing.reRunFailTests","icon":"$(run-errors)","title":"Rerun Failed Tests"},{"category":"Python","command":"python.runLinting","title":"Run Linting"},{"category":"Python","command":"python.setInterpreter","title":"Select Interpreter"},{"category":"Python","command":"python.setLinter","title":"Select Linter"},{"category":"Python Refactor","command":"python.sortImports","title":"Sort Imports"},{"category":"Python","command":"python.startREPL","title":"Start REPL"},{"category":"Python","command":"python.viewLanguageServerOutput","enablement":"python.hasLanguageServerOutputChannel","title":"Show Language Server Output"},{"category":"Python","command":"python.viewOutput","icon":{"dark":"resources/dark/repl.svg","light":"resources/light/repl.svg"},"title":"Show Output"},{"category":"Python","command":"python.installJupyter","title":"Install the Jupyter extension"}],"configuration":{"properties":{"python.activeStateToolPath":{"default":"state","description":"Path to the State Tool executable for ActiveState runtimes (version 0.36+).","scope":"machine-overridable","type":"string"},"python.autoComplete.extraPaths":{"default":[],"description":"List of paths to libraries and the like that need to be imported by auto complete engine. E.g. when using Google App SDK, the paths are not in system path, hence need to be added into this list.","scope":"resource","type":"array","uniqueItems":true},"python.createEnvironment.contentButton":{"default":"show","markdownDescription":"Show or hide Create Environment button in the editor for `requirements.txt` or other dependency files.","scope":"machine-overridable","type":"string","enum":["show","hide"],"tags":["experimental"]},"python.condaPath":{"default":"","description":"Path to the conda executable to use for activation (version 4.4+).","scope":"machine","type":"string"},"python.defaultInterpreterPath":{"default":"python","markdownDescription":"Path to default Python to use when extension loads up for the first time, no longer used once an interpreter is selected for the workspace. See [here](https://aka.ms/AAfekmf) to understand when this is used","scope":"machine-overridable","type":"string"},"python.diagnostics.sourceMapsEnabled":{"default":false,"description":"Enable source map support for meaningful stack traces in error logs.","scope":"application","type":"boolean"},"python.envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","scope":"resource","type":"string"},"python.experiments.enabled":{"default":true,"description":"Enables A/B tests experiments in the Python extension. If enabled, you may get included in proposed enhancements and/or features.","scope":"machine","type":"boolean"},"python.experiments.optInto":{"default":[],"markdownDescription":"List of experiment to opt into. If empty, user is assigned the default experiment groups. See [here](https://github.com/microsoft/vscode-python/wiki/AB-Experiments) for more details.","items":{"enum":["All","pythonSurveyNotification","pythonPromptNewToolsExt","pythonTerminalEnvVarActivation","pythonTestAdapter"],"enumDescriptions":["Combined list of all experiments.","Denotes the Python Survey Notification experiment.","Denotes the Python Prompt New Tools Extension experiment.","Enables use of environment variables to activate terminals instead of sending activation commands.","Denotes the Python Test Adapter experiment."]},"scope":"machine","type":"array","uniqueItems":true},"python.experiments.optOutFrom":{"default":[],"markdownDescription":"List of experiment to opt out of. If empty, user is assigned the default experiment groups. See [here](https://github.com/microsoft/vscode-python/wiki/AB-Experiments) for more details.","items":{"enum":["All","pythonSurveyNotification","pythonPromptNewToolsExt","pythonTerminalEnvVarActivation","pythonTestAdapter"],"enumDescriptions":["Combined list of all experiments.","Denotes the Python Survey Notification experiment.","Denotes the Python Prompt New Tools Extension experiment.","Enables use of environment variables to activate terminals instead of sending activation commands.","Denotes the Python Test Adapter experiment."]},"scope":"machine","type":"array","uniqueItems":true},"python.formatting.autopep8Args":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Autopep8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Autopep8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.formatting.autopep8Path":{"default":"autopep8","description":"Path to autopep8, you can use a custom version of autopep8 by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Autopep8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Autopep8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.formatting.blackArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Black Formatter extension](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Black Formatter extension. Learn more here: https://aka.ms/AAlgvkb."},"python.formatting.blackPath":{"default":"black","description":"Path to Black, you can use a custom version of Black by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Black Formatter extension](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Black Formatter extension. Learn more here: https://aka.ms/AAlgvkb."},"python.formatting.provider":{"default":"autopep8","description":"Provider for formatting. Possible options include 'autopep8', 'black', and 'yapf'.","enum":["autopep8","black","none","yapf"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Autopep8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8) or the [Black Formatter extension](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Autopep8 extension or the Black Formatter extension. Learn more here: https://aka.ms/AAlgvkb."},"python.formatting.yapfArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"Yapf support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Yapf support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.formatting.yapfPath":{"default":"yapf","description":"Path to yapf, you can use a custom version of yapf by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"Yapf support will soon be deprecated.
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Yapf support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.globalModuleInstallation":{"default":false,"description":"Whether to install Python modules globally when not using an environment.","scope":"resource","type":"boolean"},"python.languageServer":{"default":"Default","description":"Defines type of the language server.","enum":["Default","Jedi","Pylance","None"],"enumDescriptions":["Automatically select a language server: Pylance if installed and available, otherwise fallback to Jedi.","Use Jedi behind the Language Server Protocol (LSP) as a language server.","Use Pylance as a language server.","Disable language server capabilities."],"scope":"window","type":"string"},"python.linting.banditArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"Bandit support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Bandit support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.banditEnabled":{"default":false,"description":"Whether to lint Python files using bandit.","scope":"resource","type":"boolean","markdownDeprecationMessage":"Bandit support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Bandit support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.banditPath":{"default":"bandit","description":"Path to bandit, you can use a custom version of bandit by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"Bandit support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Bandit support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.cwd":{"default":null,"description":"Optional working directory for linters.","scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.enabled":{"default":true,"description":"Whether to lint Python files.","scope":"resource","type":"boolean","markdownDeprecationMessage":"This setting will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.flake8Args":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Flake8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Flake8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.flake8CategorySeverity.E":{"default":"Error","description":"Severity of Flake8 message type 'E'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Flake8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Flake8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.flake8CategorySeverity.F":{"default":"Error","description":"Severity of Flake8 message type 'F'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Flake8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Flake8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.interpreter.infoVisibility":{"default":"onPythonRelated","description":"Controls when to display information of selected interpreter in the status bar.","enum":["never","onPythonRelated","always"],"enumDescriptions":["Never display information.","Only display information if Python-related files are opened.","Always display information."],"scope":"machine","type":"string"},"python.linting.flake8CategorySeverity.W":{"default":"Warning","description":"Severity of Flake8 message type 'W'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Flake8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Flake8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.flake8Enabled":{"default":false,"description":"Whether to lint Python files using flake8.","scope":"resource","type":"boolean","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Flake8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Flake8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.flake8Path":{"default":"flake8","description":"Path to flake8, you can use a custom version of flake8 by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Flake8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Flake8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.ignorePatterns":{"default":["**/site-packages/**/*.py",".vscode/*.py"],"description":"Patterns used to exclude files or folders from being linted.","items":{"type":"string"},"scope":"resource","type":"array","uniqueItems":true,"markdownDeprecationMessage":"This setting will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.lintOnSave":{"default":true,"description":"Whether to lint Python files when saved.","scope":"resource","type":"boolean","markdownDeprecationMessage":"This setting will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.maxNumberOfProblems":{"default":100,"description":"Controls the maximum number of problems produced by the server.","scope":"resource","type":"number","markdownDeprecationMessage":"This setting will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.mypyArgs":{"default":["--follow-imports=silent","--ignore-missing-imports","--show-column-numbers","--no-pretty"],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Mypy Type Checker extension](https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Mypy Type Checker extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.mypyCategorySeverity.error":{"default":"Error","description":"Severity of Mypy message type 'Error'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Mypy Type Checker extension](https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Mypy Type Checker extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.mypyCategorySeverity.note":{"default":"Information","description":"Severity of Mypy message type 'Note'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Mypy Type Checker extension](https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Mypy Type Checker extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.mypyEnabled":{"default":false,"description":"Whether to lint Python files using mypy.","scope":"resource","type":"boolean","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Mypy Type Checker extension](https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Mypy Type Checker extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.mypyPath":{"default":"mypy","description":"Path to mypy, you can use a custom version of mypy by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Mypy Type Checker extension](https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Mypy Type Checker extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.prospectorArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"Prospector support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Prospector support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.prospectorEnabled":{"default":false,"description":"Whether to lint Python files using prospector.","scope":"resource","type":"boolean","markdownDeprecationMessage":"Prospector support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Prospector support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.prospectorPath":{"default":"prospector","description":"Path to Prospector, you can use a custom version of prospector by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"Prospector support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Prospector support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pycodestyleArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"Pycodestyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pycodestyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pycodestyleCategorySeverity.E":{"default":"Error","description":"Severity of pycodestyle message type 'E'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"Pycodestyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pycodestyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pycodestyleCategorySeverity.W":{"default":"Warning","description":"Severity of pycodestyle message type 'W'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"Pycodestyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pycodestyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pycodestyleEnabled":{"default":false,"description":"Whether to lint Python files using pycodestyle.","scope":"resource","type":"boolean","markdownDeprecationMessage":"Pycodestyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pycodestyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pycodestylePath":{"default":"pycodestyle","description":"Path to pycodestyle, you can use a custom version of pycodestyle by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"Pycodestyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pycodestyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pydocstyleArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"Pydocstyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pydocstyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pydocstyleEnabled":{"default":false,"description":"Whether to lint Python files using pydocstyle.","scope":"resource","type":"boolean","markdownDeprecationMessage":"Pydocstyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pydocstyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pydocstylePath":{"default":"pydocstyle","description":"Path to pydocstyle, you can use a custom version of pydocstyle by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"Pydocstyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pydocstyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylamaArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"Pylama support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pylama support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylamaEnabled":{"default":false,"description":"Whether to lint Python files using pylama.","scope":"resource","type":"boolean","markdownDeprecationMessage":"Pylama support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pylama support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylamaPath":{"default":"pylama","description":"Path to pylama, you can use a custom version of pylama by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"Pylama support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pylama support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintCategorySeverity.convention":{"default":"Information","description":"Severity of Pylint message type 'Convention/C'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintCategorySeverity.error":{"default":"Error","description":"Severity of Pylint message type 'Error/E'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintCategorySeverity.fatal":{"default":"Error","description":"Severity of Pylint message type 'Error/F'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintCategorySeverity.refactor":{"default":"Hint","description":"Severity of Pylint message type 'Refactor/R'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintCategorySeverity.warning":{"default":"Warning","description":"Severity of Pylint message type 'Warning/W'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintEnabled":{"default":false,"description":"Whether to lint Python files using pylint.","scope":"resource","type":"boolean","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintPath":{"default":"pylint","description":"Path to Pylint, you can use a custom version of pylint by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.logging.level":{"default":"error","deprecationMessage":"This setting is deprecated. Please use command `Developer: Set Log Level...` to set logging level.","description":"The logging level the extension logs at, defaults to 'error'","enum":["debug","error","info","off","warn"],"scope":"machine","type":"string"},"python.missingPackage.severity":{"default":"Hint","description":"Set severity of missing packages in requirements.txt or pyproject.toml","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","tags":["experimental"]},"python.pipenvPath":{"default":"pipenv","description":"Path to the pipenv executable to use for activation.","scope":"machine-overridable","type":"string"},"python.poetryPath":{"default":"poetry","description":"Path to the poetry executable.","scope":"machine-overridable","type":"string"},"python.sortImports.args":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","deprecationMessage":"This setting will be removed soon. Use 'isort.args' instead."},"python.sortImports.path":{"default":"","description":"Path to isort script, default using inner version","scope":"machine-overridable","type":"string","deprecationMessage":"This setting will be removed soon. Use 'isort.path' instead."},"python.tensorBoard.logDirectory":{"default":"","description":"Set this setting to your preferred TensorBoard log directory to skip log directory prompt when starting TensorBoard.","scope":"resource","type":"string"},"python.terminal.activateEnvInCurrentTerminal":{"default":false,"description":"Activate Python Environment in the current Terminal on load of the Extension.","scope":"resource","type":"boolean"},"python.terminal.activateEnvironment":{"default":true,"description":"Activate Python Environment in all Terminals created.","scope":"resource","type":"boolean"},"python.terminal.executeInFileDir":{"default":false,"description":"When executing a file in the terminal, whether to use execute in the file's directory, instead of the current open folder.","scope":"resource","type":"boolean"},"python.terminal.focusAfterLaunch":{"default":false,"description":"When launching a python terminal, whether to focus the cursor on the terminal.","scope":"resource","type":"boolean"},"python.terminal.launchArgs":{"default":[],"description":"Python launch arguments to use when executing a file in the terminal.","scope":"resource","type":"array"},"python.testing.autoTestDiscoverOnSaveEnabled":{"default":true,"description":"Enable auto run test discovery when saving a test file.","scope":"resource","type":"boolean"},"python.testing.cwd":{"default":null,"description":"Optional working directory for tests.","scope":"resource","type":"string"},"python.testing.debugPort":{"default":3000,"description":"Port number used for debugging of tests.","scope":"resource","type":"number"},"python.testing.promptToConfigure":{"default":true,"description":"Prompt to configure a test framework if potential tests directories are discovered.","scope":"resource","type":"boolean"},"python.testing.pytestArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array"},"python.testing.pytestEnabled":{"default":false,"description":"Enable testing using pytest.","scope":"resource","type":"boolean"},"python.testing.pytestPath":{"default":"pytest","description":"Path to pytest (pytest), you can use a custom version of pytest by modifying this setting to include the full path.","scope":"machine-overridable","type":"string"},"python.testing.unittestArgs":{"default":["-v","-s",".","-p","*test*.py"],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array"},"python.testing.unittestEnabled":{"default":false,"description":"Enable testing using unittest.","scope":"resource","type":"boolean"},"python.venvFolders":{"default":[],"description":"Folders in your home directory to look into for virtual environments (supports pyenv, direnv and virtualenvwrapper by default).","items":{"type":"string"},"scope":"machine","type":"array","uniqueItems":true},"python.venvPath":{"default":"","description":"Path to folder with a list of Virtual Environments (e.g. ~/.pyenv, ~/Envs, ~/.virtualenvs).","scope":"machine","type":"string"}},"title":"Python","type":"object"},"debuggers":[{"configurationAttributes":{"attach":{"properties":{"connect":{"label":"Attach by connecting to debugpy over a socket.","properties":{"host":{"default":"127.0.0.1","description":"Hostname or IP address to connect to.","type":"string"},"port":{"description":"Port to connect to.","type":"number"}},"required":["port"],"type":"object"},"debugAdapterPath":{"description":"Path (fully qualified) to the python debug adapter executable.","type":"string"},"django":{"default":false,"description":"Django debugging.","type":"boolean"},"host":{"default":"127.0.0.1","description":"Hostname or IP address to connect to.","type":"string"},"jinja":{"default":null,"description":"Jinja template debugging (e.g. Flask).","enum":[false,null,true]},"justMyCode":{"default":true,"description":"If true, show and debug only user-written code. If false, show and debug all code, including library calls.","type":"boolean"},"listen":{"label":"Attach by listening for incoming socket connection from debugpy","properties":{"host":{"default":"127.0.0.1","description":"Hostname or IP address of the interface to listen on.","type":"string"},"port":{"description":"Port to listen on.","type":"number"}},"required":["port"],"type":"object"},"logToFile":{"default":false,"description":"Enable logging of debugger events to a log file.","type":"boolean"},"pathMappings":{"default":[],"items":{"label":"Path mapping","properties":{"localRoot":{"default":"${workspaceFolder}","label":"Local source root.","type":"string"},"remoteRoot":{"default":"","label":"Remote source root.","type":"string"}},"required":["localRoot","remoteRoot"],"type":"object"},"label":"Path mappings.","type":"array"},"port":{"description":"Port to connect to.","type":"number"},"processId":{"anyOf":[{"default":"${command:pickProcess}","description":"Use process picker to select a process to attach, or Process ID as integer.","enum":["${command:pickProcess}"]},{"description":"ID of the local process to attach to.","type":"integer"}]},"redirectOutput":{"default":true,"description":"Redirect output.","type":"boolean"},"showReturnValue":{"default":true,"description":"Show return value of functions when stepping.","type":"boolean"},"subProcess":{"default":false,"description":"Whether to enable Sub Process debugging","type":"boolean"}}},"launch":{"properties":{"args":{"default":[],"description":"Command line arguments passed to the program.","items":{"type":"string"},"type":["array","string"]},"autoReload":{"default":{},"description":"Configures automatic reload of code on edit.","properties":{"enable":{"default":false,"description":"Automatically reload code on edit.","type":"boolean"},"exclude":{"default":["**/.git/**","**/.metadata/**","**/__pycache__/**","**/node_modules/**","**/site-packages/**"],"description":"Glob patterns of paths to exclude from auto reload.","items":{"type":"string"},"type":"array"},"include":{"default":["**/*.py","**/*.pyw"],"description":"Glob patterns of paths to include in auto reload.","items":{"type":"string"},"type":"array"}},"type":"object"},"console":{"default":"integratedTerminal","description":"Where to launch the debug target: internal console, integrated terminal, or external terminal.","enum":["externalTerminal","integratedTerminal","internalConsole"]},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. Default is the root directory of the file (leave empty).","type":"string"},"debugAdapterPath":{"description":"Path (fully qualified) to the python debug adapter executable.","type":"string"},"django":{"default":false,"description":"Django debugging.","type":"boolean"},"env":{"additionalProperties":{"type":"string"},"default":{},"description":"Environment variables defined as a key value pair. Property ends up being the Environment Variable and the value of the property ends up being the value of the Env Variable.","type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"gevent":{"default":false,"description":"Enable debugging of gevent monkey-patched code.","type":"boolean"},"host":{"default":"localhost","description":"IP address of the of the local debug server (default is localhost).","type":"string"},"jinja":{"default":null,"description":"Jinja template debugging (e.g. Flask).","enum":[false,null,true]},"justMyCode":{"default":true,"description":"Debug only user-written code.","type":"boolean"},"logToFile":{"default":false,"description":"Enable logging of debugger events to a log file.","type":"boolean"},"module":{"default":"","description":"Name of the module to be debugged.","type":"string"},"pathMappings":{"default":[],"items":{"label":"Path mapping","properties":{"localRoot":{"default":"${workspaceFolder}","label":"Local source root.","type":"string"},"remoteRoot":{"default":"","label":"Remote source root.","type":"string"}},"required":["localRoot","remoteRoot"],"type":"object"},"label":"Path mappings.","type":"array"},"port":{"default":0,"description":"Debug port (default is 0, resulting in the use of a dynamic port).","type":"number"},"program":{"default":"${file}","description":"Absolute path to the program.","type":"string"},"purpose":{"default":[],"description":"Tells extension to use this configuration for test debugging, or when using debug-in-terminal command.","items":{"enum":["debug-test","debug-in-terminal"],"enumDescriptions":["Use this configuration while debugging tests using test view or test debug commands.","Use this configuration while debugging a file using debug in terminal button in the editor."]},"type":"array"},"pyramid":{"default":false,"description":"Whether debugging Pyramid applications","type":"boolean"},"python":{"default":"${command:python.interpreterPath}","description":"Absolute path to the Python interpreter executable; overrides workspace configuration if set.","type":"string"},"pythonArgs":{"default":[],"description":"Command-line arguments passed to the Python interpreter. To pass arguments to the debug target, use \"args\".","items":{"type":"string"},"type":"array"},"redirectOutput":{"default":true,"description":"Redirect output.","type":"boolean"},"showReturnValue":{"default":true,"description":"Show return value of functions when stepping.","type":"boolean"},"stopOnEntry":{"default":false,"description":"Automatically stop after launch.","type":"boolean"},"subProcess":{"default":false,"description":"Whether to enable Sub Process debugging","type":"boolean"},"sudo":{"default":false,"description":"Running debug program under elevated permissions (on Unix).","type":"boolean"}}}},"configurationSnippets":[],"label":"Python","languages":["python"],"type":"python","variables":{"pickProcess":"python.pickLocalProcess"},"when":"!virtualWorkspace && shellExecutionSupported"}],"grammars":[{"language":"pip-requirements","path":"./syntaxes/pip-requirements.tmLanguage.json","scopeName":"source.pip-requirements"}],"jsonValidation":[{"fileMatch":".condarc","url":"./schemas/condarc.json"},{"fileMatch":"environment.yml","url":"./schemas/conda-environment.json"},{"fileMatch":"meta.yaml","url":"./schemas/conda-meta.json"}],"keybindings":[{"command":"python.execSelectionInTerminal","key":"shift+enter","when":"editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && !jupyter.ownsSelection && !notebookEditorFocused"},{"command":"python.refreshTensorBoard","key":"ctrl+r","mac":"cmd+r","when":"python.hasActiveTensorBoardSession"}],"languages":[{"aliases":["Jinja"],"extensions":[".j2",".jinja2"],"id":"jinja"},{"aliases":["pip requirements","requirements.txt"],"configuration":"./languages/pip-requirements.json","filenamePatterns":["**/*requirements*.{txt, in}","**/*constraints*.txt","**/requirements/*.{txt,in}","**/constraints/*.txt"],"filenames":["constraints.txt","requirements.in","requirements.txt"],"id":"pip-requirements"},{"filenames":[".condarc"],"id":"yaml"},{"filenames":[".flake8",".pep8",".pylintrc",".pypirc"],"id":"ini"},{"filenames":["Pipfile","poetry.lock"],"id":"toml"},{"filenames":["Pipfile.lock"],"id":"json"}],"menus":{"commandPalette":[{"category":"Python","command":"python.analysis.restartLanguageServer","title":"Restart Language Server","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.clearCacheAndReload","title":"Clear Cache and Reload Window","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.clearWorkspaceInterpreter","title":"Clear Workspace Interpreter Setting","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.configureTests","title":"Configure Tests","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.createEnvironment","title":"Create Environment...","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.createEnvironment-button","title":"Create Environment...","when":"false"},{"category":"Python","command":"python.createTerminal","title":"Create Terminal","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.enableLinting","title":"Enable/Disable Linting","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.enableSourceMapSupport","title":"Enable Source Map Support For Extension Debugging","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.execInTerminal","title":"Run Python File in Terminal","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.execInTerminal-icon","icon":"$(play)","title":"Run Python File","when":"false"},{"category":"Python","command":"python.execInDedicatedTerminal","icon":"$(play)","title":"Run Python File in Dedicated Terminal","when":"false"},{"category":"Python","command":"python.debugInTerminal","icon":"$(debug-alt)","title":"Debug Python File","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.execSelectionInDjangoShell","title":"Run Selection/Line in Django Shell","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.execSelectionInTerminal","title":"Run Selection/Line in Python Terminal","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.launchTensorBoard","title":"Launch TensorBoard","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.refreshTensorBoard","enablement":"python.hasActiveTensorBoardSession","icon":"$(refresh)","title":"Refresh TensorBoard","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.reportIssue","title":"Report Issue...","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Test","command":"testing.reRunFailTests","icon":"$(run-errors)","title":"Rerun Failed Tests","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.runLinting","title":"Run Linting","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.setInterpreter","title":"Select Interpreter","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.setLinter","title":"Select Linter","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python Refactor","command":"python.sortImports","title":"Sort Imports","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.startREPL","title":"Start REPL","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.viewLanguageServerOutput","enablement":"python.hasLanguageServerOutputChannel","title":"Show Language Server Output","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.viewOutput","title":"Show Output","when":"!virtualWorkspace && shellExecutionSupported"}],"editor/content":[{"group":"Python","command":"python.createEnvironment-button","when":"showCreateEnvButton && resourceLangId == pip-requirements && !virtualWorkspace && shellExecutionSupported && !inDiffEditor && !isMergeResultEditor && pythonDepsNotInstalled"},{"group":"Python","command":"python.createEnvironment-button","when":"showCreateEnvButton && resourceFilename == pyproject.toml && pipInstallableToml && !virtualWorkspace && shellExecutionSupported && !inDiffEditor && !isMergeResultEditor && pythonDepsNotInstalled"}],"editor/context":[{"submenu":"python.run","group":"Python","when":"editorLangId == python && !virtualWorkspace && shellExecutionSupported && isWorkspaceTrusted"},{"command":"python.sortImports","group":"Refactor","title":"Sort Imports","when":"editorLangId == python && !notebookEditorFocused && !virtualWorkspace && shellExecutionSupported"},{"submenu":"python.runFileInteractive","group":"Jupyter2","when":"editorLangId == python && !virtualWorkspace && shellExecutionSupported && !isJupyterInstalled && isWorkspaceTrusted"}],"python.runFileInteractive":[{"command":"python.installJupyter","group":"Jupyter2","when":"resourceLangId == python && !virtualWorkspace && shellExecutionSupported"}],"python.run":[{"command":"python.execInTerminal","group":"Python","when":"resourceLangId == python && !virtualWorkspace && shellExecutionSupported"},{"command":"python.execSelectionInDjangoShell","group":"Python","when":"editorHasSelection && editorLangId == python && python.isDjangoProject && !virtualWorkspace && shellExecutionSupported"},{"command":"python.execSelectionInTerminal","group":"Python","when":"editorFocus && editorLangId == python && !virtualWorkspace && shellExecutionSupported"}],"editor/title":[{"command":"python.refreshTensorBoard","group":"navigation@0","when":"python.hasActiveTensorBoardSession && !virtualWorkspace && shellExecutionSupported"}],"editor/title/run":[{"command":"python.execInTerminal-icon","group":"navigation@0","title":"Run Python File","when":"resourceLangId == python && !isInDiffEditor && !virtualWorkspace && shellExecutionSupported"},{"command":"python.execInDedicatedTerminal","group":"navigation@0","title":"Run Python File in Dedicated Terminal","when":"resourceLangId == python && !isInDiffEditor && !virtualWorkspace && shellExecutionSupported"},{"command":"python.debugInTerminal","group":"navigation@1","title":"Debug Python File","when":"resourceLangId == python && !isInDiffEditor && !virtualWorkspace && shellExecutionSupported"}],"explorer/context":[{"command":"python.execInTerminal","group":"Python","when":"resourceLangId == python && !virtualWorkspace && shellExecutionSupported"}],"file/newFile":[{"command":"python.createNewFile","group":"file","when":"!virtualWorkspace"}],"view/title":[{"command":"testing.reRunFailTests","when":"view == workbench.view.testing && hasFailedTests && !virtualWorkspace && shellExecutionSupported","group":"navigation@1"}]},"submenus":[{"id":"python.run","label":"Run Python","icon":"$(play)"},{"id":"python.runFileInteractive","label":"Run in Interactive window"}],"viewsWelcome":[{"view":"testing","contents":"Configure a test framework to see your tests here.\n[Configure Python Tests](command:python.configureTests)","when":"!virtualWorkspace && shellExecutionSupported"}],"yamlValidation":[{"fileMatch":".condarc","url":"./schemas/condarc.json"},{"fileMatch":"environment.yml","url":"./schemas/conda-environment.json"},{"fileMatch":"meta.yaml","url":"./schemas/conda-meta.json"}]},"scripts":{"package":"gulp clean && gulp prePublishBundle && vsce package -o ms-python-insiders.vsix","prePublish":"gulp clean && gulp prePublishNonBundle","compile":"tsc -watch -p ./","compiled":"deemon npm run compile","kill-compiled":"deemon --kill npm run compile","checkDependencies":"gulp checkDependencies","test":"node ./out/test/standardTest.js && node ./out/test/multiRootTest.js","test:unittests":"mocha --config ./build/.mocha.unittests.json","test:unittests:cover":"nyc --no-clean --nycrc-path ./build/.nycrc mocha --config ./build/.mocha.unittests.json","test:functional":"mocha --require source-map-support/register --config ./build/.mocha.functional.json","test:functional:perf":"node --inspect-brk ./node_modules/mocha/bin/_mocha --require source-map-support/register --config ./build/.mocha.functional.perf.json","test:functional:memleak":"node --inspect-brk ./node_modules/mocha/bin/_mocha --require source-map-support/register --config ./build/.mocha.functional.json","test:functional:cover":"nyc --no-clean --nycrc-path ./build/.nycrc mocha --require source-map-support/register --config ./build/.mocha.functional.json","test:cover:report":"nyc --nycrc-path ./build/.nycrc report --reporter=text --reporter=html --reporter=text-summary --reporter=cobertura","testDebugger":"node ./out/test/testBootstrap.js ./out/test/debuggerTest.js","testDebugger:cover":"nyc --no-clean --use-spawn-wrap --nycrc-path ./build/.nycrc --require source-map-support/register node ./out/test/debuggerTest.js","testSingleWorkspace":"node ./out/test/testBootstrap.js ./out/test/standardTest.js","testSingleWorkspace:cover":"nyc --no-clean --use-spawn-wrap --nycrc-path ./build/.nycrc --require source-map-support/register node ./out/test/standardTest.js","preTestJediLSP":"node ./out/test/languageServers/jedi/lspSetup.js","testJediLSP":"node ./out/test/languageServers/jedi/lspSetup.js && cross-env CODE_TESTS_WORKSPACE=src/test VSC_PYTHON_CI_TEST_GREP='Language Server:' node ./out/test/testBootstrap.js ./out/test/standardTest.js && node ./out/test/languageServers/jedi/lspTeardown.js","testMultiWorkspace":"node ./out/test/testBootstrap.js ./out/test/multiRootTest.js","testPerformance":"node ./out/test/testBootstrap.js ./out/test/performanceTest.js","testSmoke":"cross-env INSTALL_JUPYTER_EXTENSION=true \"node ./out/test/smokeTest.js\"","testInsiders":"cross-env VSC_PYTHON_CI_TEST_VSC_CHANNEL=insiders INSTALL_PYLANCE_EXTENSION=true TEST_FILES_SUFFIX=insiders.test CODE_TESTS_WORKSPACE=src/testMultiRootWkspc/smokeTests \"node ./out/test/standardTest.js\"","lint-staged":"node gulpfile.js","lint":"eslint --ext .ts,.js src build pythonExtensionApi","lint-fix":"eslint --fix --ext .ts,.js src build pythonExtensionApi gulpfile.js","format-check":"prettier --check 'src/**/*.ts' 'build/**/*.js' '.github/**/*.yml' gulpfile.js","format-fix":"prettier --write 'src/**/*.ts' 'build/**/*.js' '.github/**/*.yml' gulpfile.js","clean":"gulp clean","addExtensionPackDependencies":"gulp addExtensionPackDependencies","updateBuildNumber":"gulp updateBuildNumber","verifyBundle":"gulp verifyBundle","webpack":"webpack"},"dependencies":{"@iarna/toml":"^2.2.5","@vscode/extension-telemetry":"^0.7.7","@vscode/jupyter-lsp-middleware":"^0.2.50","arch":"^2.1.0","diff-match-patch":"^1.0.0","fs-extra":"^10.0.1","glob":"^7.2.0","hash.js":"^1.1.7","iconv-lite":"^0.6.3","inversify":"^5.0.4","jsonc-parser":"^3.0.0","lodash":"^4.17.21","md5":"^2.2.1","minimatch":"^5.0.1","named-js-regexp":"^1.3.3","node-stream-zip":"^1.6.0","reflect-metadata":"^0.1.12","rxjs":"^6.5.4","rxjs-compat":"^6.5.4","semver":"^7.5.2","stack-trace":"0.0.10","sudo-prompt":"^9.2.1","tmp":"^0.0.33","uint64be":"^3.0.0","unicode":"^14.0.0","untildify":"^4.0.0","vscode-debugadapter":"^1.28.0","vscode-debugprotocol":"^1.28.0","vscode-jsonrpc":"8.0.2-next.1","vscode-languageclient":"^8.1.0","vscode-languageserver":"^8.1.0","vscode-languageserver-protocol":"^3.17.3","vscode-tas-client":"^0.1.63","which":"^2.0.2","winreg":"^1.2.4","xml2js":"^0.5.0"},"devDependencies":{"@istanbuljs/nyc-config-typescript":"^1.0.2","@types/bent":"^7.3.0","@types/chai":"^4.1.2","@types/chai-arrays":"^2.0.0","@types/chai-as-promised":"^7.1.0","@types/diff-match-patch":"^1.0.32","@types/download":"^8.0.1","@types/fs-extra":"^9.0.13","@types/glob":"^7.2.0","@types/lodash":"^4.14.104","@types/md5":"^2.1.32","@types/mocha":"^9.1.0","@types/nock":"^10.0.3","@types/node":"^16.17.0","@types/semver":"^5.5.0","@types/shortid":"^0.0.29","@types/sinon":"^10.0.11","@types/stack-trace":"0.0.29","@types/tmp":"^0.0.33","@types/uuid":"^8.3.4","@types/vscode":"^1.81.0","@types/which":"^2.0.1","@types/winreg":"^1.2.30","@types/xml2js":"^0.4.2","@typescript-eslint/eslint-plugin":"^3.7.0","@typescript-eslint/parser":"^3.7.0","@vscode/test-electron":"^2.1.3","@vscode/vsce":"^2.18.0","bent":"^7.3.12","chai":"^4.1.2","chai-arrays":"^2.0.0","chai-as-promised":"^7.1.1","copy-webpack-plugin":"^9.1.0","cross-spawn":"^6.0.5","del":"^6.0.0","download":"^8.0.0","es5-ext":"0.10.53","eslint":"^7.2.0","eslint-config-airbnb":"^18.2.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.25.4","eslint-plugin-jsx-a11y":"^6.3.1","eslint-plugin-react":"^7.20.3","eslint-plugin-react-hooks":"^4.0.0","expose-loader":"^3.1.0","flat":"^5.0.2","get-port":"^5.1.1","gulp":"^4.0.0","gulp-typescript":"^5.0.0","mocha":"^9.2.2","mocha-junit-reporter":"^2.0.2","mocha-multi-reporters":"^1.1.7","nock":"^10.0.6","node-has-native-dependencies":"^1.0.2","node-loader":"^1.0.2","node-polyfill-webpack-plugin":"^1.1.4","nyc":"^15.0.0","prettier":"^2.0.2","rewiremock":"^3.13.0","rimraf":"^3.0.2","shortid":"^2.2.8","sinon":"^13.0.1","source-map-support":"^0.5.12","ts-loader":"^9.2.8","ts-mockito":"^2.5.0","ts-node":"^10.7.0","tsconfig-paths-webpack-plugin":"^3.2.0","typemoq":"^2.1.0","typescript":"4.5.5","uuid":"^8.3.2","vscode-debugadapter-testsupport":"^1.27.0","webpack":"^5.76.0","webpack-bundle-analyzer":"^4.5.0","webpack-cli":"^4.9.2","webpack-fix-default-import-plugin":"^1.0.3","webpack-merge":"^5.8.0","webpack-node-externals":"^3.0.0","webpack-require-from":"^1.8.6","yargs":"^15.3.1"},"extensionPack":["ms-python.vscode-pylance"]},"location":{"$mid":1,"path":"/home/linuxbrew/app/code-server/extensions/ms-python.python-2023.16.0-universal","scheme":"file"},"isBuiltin":false,"targetPlatform":"universal","metadata":{"id":"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5","publisherId":"998b010b-e2af-44a5-a6cd-0b5fd3b9b6f8","publisherDisplayName":"ms-python","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869191474,"preRelease":false},"isValid":true,"validations":[]},{"type":1,"identifier":{"id":"ms-toolsai.jupyter-keymap","uuid":"9f6dc8db-620c-4844-b8c5-e74914f1be27"},"manifest":{"name":"jupyter-keymap","publisher":"ms-toolsai","author":{"name":"Microsoft Corporation"},"license":"MIT","icon":"icon.png","galleryBanner":{"color":"#ffffff","theme":"light"},"displayName":"Jupyter Keymap","description":"Jupyter keymaps for notebooks","version":"1.1.2","engines":{"vscode":"^1.79.0-insider"},"repository":{"type":"git","url":"https://github.com/Microsoft/vscode-jupyter-keymap"},"bugs":{"url":"https://github.com/Microsoft/vscode-jupyter-keymap/issues"},"categories":["Notebooks"],"keywords":["notebook-keymap"],"contributes":{"keybindings":[{"key":"F","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.find"},{"key":"K","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"list.focusUp"},{"key":"J","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"list.focusDown"},{"key":"A","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.insertCodeCellAboveAndFocusContainer"},{"key":"B","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.insertCodeCellBelowAndFocusContainer"},{"key":"D D","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.delete"},{"key":"Z","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"undo"},{"key":"S","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"workbench.action.files.save"},{"key":"C","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.copy"},{"key":"X","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.cut"},{"key":"V","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.paste"},{"key":"shift+L","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.toggleLineNumbers"},{"key":"O","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.toggleOutputs"},{"key":"L","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.toggleLineNumbers"},{"key":"ctrl+shift+-","when":"editorTextFocus && inputFocus && notebookEditorFocused && !notebookOutputInputFocused","command":"notebook.cell.split"},{"key":"ctrl+enter","when":"editorTextFocus && inputFocus && notebookEditorFocused || notebookCellListFocused","command":"notebook.cell.executeAndFocusContainer"},{"key":"shift+enter","when":"editorTextFocus && inputFocus && notebookEditorFocused && !interactiveEditorFocused || notebookCellListFocused && notebookCellType == 'code' && !interactiveEditorFocused","command":"notebook.cell.executeAndSelectBelow"},{"win":"ctrl+alt+enter","linux":"ctrl+alt+enter","when":"interactiveEditorHasProvider && interactiveEditorVisible && !interactiveEditorDocumentChanged || interactiveEditorHasProvider && interactiveEditorVisible && config.interactiveEditor.editMode != 'preview'","command":"interactive.acceptChanges"}]}},"location":{"$mid":1,"path":"/home/linuxbrew/app/code-server/extensions/ms-toolsai.jupyter-keymap-1.1.2-universal","scheme":"file"},"isBuiltin":false,"targetPlatform":"universal","metadata":{"id":"9f6dc8db-620c-4844-b8c5-e74914f1be27","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869201385,"preRelease":false},"isValid":true,"validations":[]},{"type":1,"identifier":{"id":"ms-toolsai.vscode-jupyter-cell-tags","uuid":"ab4fb32a-befb-4102-adf9-1652d0cd6a5e"},"manifest":{"name":"vscode-jupyter-cell-tags","displayName":"Jupyter Cell Tags","description":"Jupyter Cell Tags support for VS Code","version":"0.1.8","publisher":"ms-toolsai","preview":true,"icon":"icon.png","galleryBanner":{"color":"#ffffff","theme":"light"},"author":{"name":"Microsoft Corporation"},"engines":{"vscode":"^1.72.0"},"categories":["Notebooks"],"activationEvents":["onNotebook:jupyter-notebook","onCommand:jupyter-cell-tags.removeTag","onCommand:jupyter-cell-tags.addTag","onCommand:jupyter-cell-tags.editTagsInJSON","onCommand:jupyter-cell-tags.paramaterize"],"repository":{"type":"git","url":"https://github.com/Microsoft/vscode-jupyter-cell-tags"},"main":"./out/extension-node.js","browser":"./out/extension-web.js","contributes":{"commands":[{"command":"jupyter-cell-tags.removeTag","title":"Remove Cell Tag","icon":"$(close)"},{"command":"jupyter-cell-tags.addTag","title":"Add Cell Tag","icon":"$(add)"},{"command":"jupyter-cell-tags.editTagsInJSON","title":"Edit Cell Tags (JSON)","icon":"$(go-to-file)"},{"command":"jupyter-cell-tags.paramaterize","title":"Mark Cell as Parameters"}],"menus":{"notebook/cell/title":[{"command":"jupyter-cell-tags.addTag","group":"jupytercelltags@1"},{"command":"jupyter-cell-tags.editTagsInJSON","group":"jupytercelltags@2"},{"command":"jupyter-cell-tags.paramaterize","group":"jupytercelltags@2"}],"view/title":[{"command":"jupyter-cell-tags.addTag","when":"view == cell-tag","group":"navigation"},{"command":"jupyter-cell-tags.editTagsInJSON","when":"view == cell-tag","group":"navigation"}],"view/item/context":[{"command":"jupyter-cell-tags.removeTag","when":"view == cell-tag","group":"inline"}]},"views":{"jupyter-variables":[{"id":"cell-tag","name":"Cell Tags","type":"tree","icon":"$(tag)","when":"jupyter:showTagsExplorer && jupyter.hasNativeNotebookOrInteractiveWindowOpen","visibility":"collapsed"}]},"viewsWelcome":[{"view":"cell-tag","contents":"No tags found for the selected cell. Use the [Add Cell Tag](command:jupyter-cell-tags.addTag) command to add tags."}]},"scripts":{"vscode:prepublish":"npm run compile","compile":"webpack --mode none","watch":"webpack --mode none --watch","pretest":"npm run compile && npm run lint","lint":"eslint src --ext ts","test":"node ./out/test/runTest.js"},"devDependencies":{"@types/vscode":"^1.72.0","@types/glob":"^7.1.3","@types/mocha":"^8.2.2","@types/node":"14.x","eslint":"^7.27.0","@typescript-eslint/eslint-plugin":"^4.26.0","@typescript-eslint/parser":"^4.26.0","glob":"^7.1.7","mocha":"^10.0.0","typescript":"^4.3.2","vscode-test":"^1.5.2","ts-loader":"^9.1.1","webpack":"^5.36.2","webpack-cli":"^4.6.0"}},"location":{"$mid":1,"path":"/home/linuxbrew/app/code-server/extensions/ms-toolsai.vscode-jupyter-cell-tags-0.1.8-universal","scheme":"file"},"isBuiltin":false,"targetPlatform":"universal","metadata":{"id":"ab4fb32a-befb-4102-adf9-1652d0cd6a5e","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869201395,"preRelease":false},"isValid":true,"validations":[]},{"type":1,"identifier":{"id":"ms-toolsai.vscode-jupyter-slideshow","uuid":"e153ca70-b543-4865-b4c5-b31d34185948"},"manifest":{"name":"vscode-jupyter-slideshow","displayName":"Jupyter Slide Show","description":"Jupyter Slide Show support for VS Code","version":"0.1.5","publisher":"ms-toolsai","preview":true,"icon":"icon.png","galleryBanner":{"color":"#ffffff","theme":"light"},"author":{"name":"Microsoft Corporation"},"engines":{"vscode":"^1.71.0"},"categories":["Notebooks"],"activationEvents":["onNotebook:jupyter-notebook","onCommand:jupyter-slideshow.switchSlideType","onCommand:jupyter-slideshow.editSlideShowInJSON"],"repository":{"type":"git","url":"https://github.com/Microsoft/vscode-jupyter-slideshow"},"main":"./out/extension-node.js","browser":"./out/extension-web.js","contributes":{"commands":[{"command":"jupyter-slideshow.switchSlideType","title":"Switch Slide Type"},{"command":"jupyter-slideshow.editSlideShowInJSON","title":"Edit Slide Type (JSON)","icon":"$(go-to-file)"}],"menus":{"notebook/cell/title":[{"command":"jupyter-slideshow.switchSlideType","group":"jupyter-slideshow@1"},{"command":"jupyter-slideshow.editSlideShowInJSON","group":"jupyter-slideshow@2"}]}},"scripts":{"vscode:prepublish":"npm run compile","compile":"webpack --mode none","watch":"webpack --mode none --watch","pretest":"npm run compile && npm run lint","lint":"eslint src --ext ts","test":"node ./out/test/runTest.js"},"devDependencies":{"@types/vscode":"^1.71.0","@types/glob":"^7.1.3","@types/mocha":"^8.2.2","@types/node":"14.x","eslint":"^7.27.0","@typescript-eslint/eslint-plugin":"^4.26.0","@typescript-eslint/parser":"^4.26.0","glob":"^7.1.7","mocha":"^10.0.0","typescript":"^4.3.2","vscode-test":"^1.5.2","ts-loader":"^9.1.1","webpack":"^5.36.2","webpack-cli":"^4.6.0"}},"location":{"$mid":1,"path":"/home/linuxbrew/app/code-server/extensions/ms-toolsai.vscode-jupyter-slideshow-0.1.5-universal","scheme":"file"},"isBuiltin":false,"targetPlatform":"universal","metadata":{"id":"e153ca70-b543-4865-b4c5-b31d34185948","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869201403,"preRelease":false},"isValid":true,"validations":[]},{"type":1,"identifier":{"id":"ms-toolsai.jupyter-renderers","uuid":"b15c72f8-d5fe-421a-a4f7-27ed9f6addbf"},"manifest":{"name":"jupyter-renderers","displayName":"Jupyter Notebook Renderers","description":"Renderers for Jupyter Notebooks (with plotly, vega, gif, png, svg, jpeg and other such outputs)","version":"1.0.17","engines":{"vscode":"^1.80.0"},"publisher":"ms-toolsai","author":{"name":"Microsoft Corporation"},"license":"MIT","homepage":"https://github.com/Microsoft/vscode-notebook-renderers","repository":{"type":"git","url":"https://github.com/Microsoft/vscode-notebook-renderers"},"bugs":{"url":"https://github.com/Microsoft/vscode-notebook-renderers/issues"},"qna":"https://stackoverflow.com/questions/tagged/visual-studio-code+jupyter","icon":"icon.png","galleryBanner":{"color":"#ffffff","theme":"light"},"keywords":["jupyter","notebook","notebookRenderer","multi-root ready"],"categories":["Other","Data Science","Machine Learning","Notebooks","Visualization"],"activationEvents":["onNotebook:*"],"enabledApiProposals":["contribNotebookStaticPreloads"],"main":"./out/extension_renderer/index.js","browser":"./out/extension_renderer/index.js","contributes":{"notebookPreload":[{"type":"jupyter-notebook","entrypoint":"./out/node_modules/@vscode/jupyter-ipywidgets7/dist/ipywidgets.js"},{"type":"interactive","entrypoint":"./out/node_modules/@vscode/jupyter-ipywidgets7/dist/ipywidgets.js"},{"type":"jupyter-notebook","entrypoint":"./out/node_modules/@vscode/jupyter-ipywidgets8/dist/ipywidgets.js"},{"type":"interactive","entrypoint":"./out/node_modules/@vscode/jupyter-ipywidgets8/dist/ipywidgets.js"},{"type":"jupyter-notebook","entrypoint":"./out/client_renderer/preload.js"},{"type":"interactive","entrypoint":"./out/client_renderer/preload.js"}],"notebookRenderer":[{"id":"jupyter-notebook-renderer","entrypoint":"./out/client_renderer/renderers.js","displayName":"Jupyter Notebook Renderer","requiresMessaging":"optional","mimeTypes":["image/gif","image/png","image/jpeg","image/svg+xml","application/geo+json","application/vdom.v1+json","application/vnd.dataresource+json","application/vnd.plotly.v1+json","application/vnd.vega.v2+json","application/vnd.vega.v3+json","application/vnd.vega.v4+json","application/vnd.vegalite.v1+json","application/vnd.vegalite.v2+json","application/x-nteract-model-debug+json","text/vnd.plotly.v1+html"]},{"id":"jupyter-notebook-built-in-renderer-hooks","displayName":"Jupyter Notebook Html/JavaScript Renderer","requiresMessaging":"optional","entrypoint":{"extends":"vscode.builtin-renderer","path":"./out/client_renderer/builtinRendererHooks.js"}},{"id":"jupyter-vega-renderer","displayName":"Jupyter Vega Renderer","requiresMessaging":"optional","entrypoint":"./out/client_renderer/vegaRenderer.js","mimeTypes":["application/vnd.vega.v5+json","application/vnd.vegalite.v3+json","application/vnd.vegalite.v4+json","application/vnd.vegalite.v5+json"]},{"id":"jupyter-markdown","displayName":"Jupyter Markdown styles","entrypoint":{"extends":"vscode.markdown-it-renderer","path":"./out/client_renderer/markdown.js"}}]},"scripts":{"vscode:prepublish":"npm run compile:webpack","dev":"concurrently -r npm:compile:extension:watch npm:compile:client:watch npm:compile:test:watch","compile":"npm run compile:extension && npm run compile:test && npm run compile:client","compile:extension":"tsc -p src/extension","compile:extension:watch":"tsc -p src/extension --watch","compile:test":"tsc -p src/test","compile:test:watch":"tsc -p src/test --watch","compile:webpack":"npm run build:client && npm run build:extension","compile:client":"webpack --config=build/webpack/webpack.client.config.js","build:client":"webpack --config=build/webpack/webpack.client.config.js --mode=production","build:extension":"webpack --config=build/webpack/webpack.extension.config.js --mode=production","compile:client:watch":"webpack --config=build/webpack/webpack.client.config.js --watch","lint":"eslint src --ext ts && eslint src --ext tsx && eslint build --ext js","lint-format":"npx prettier 'src/**/*.ts*' --check && npx prettier 'build/**/*.js' --check","watch":"tsc -watch -p ./","f":"vsce package -o ms-notebook-renderers.vsix","test":"node ./out/test/runTest.js","prettier-fix":"prettier 'src/**/*.ts*' --write && prettier 'build/**/*.js' --write","postinstall":"node ./build/postInstall.js"},"dependencies":{"@babel/helper-validator-identifier":"^7.10.1","@blueprintjs/core":"^3.7.0","@blueprintjs/select":"^3.2.0","@jupyter-widgets/base":"^4.1.0","@jupyter-widgets/controls":"^3.1.0","@jupyter-widgets/jupyterlab-manager":"^3.1.0","@jupyter-widgets/output":"^4.1.0","@jupyterlab/coreutils":"^5.4.2","@jupyterlab/nbformat":"^3.4.2","@loadable/component":"^5.12.0","@nteract/transform-dataresource":"^3.0.2","@nteract/transform-geojson":"^3.2.3","@nteract/transform-model-debug":"^3.2.3","@nteract/transform-plotly":"^7.0.0","@nteract/transform-vega":"7.0.10","@nteract/transforms":"^3.2.0","@phosphor/widgets":"^1.9.3","@vscode/jupyter-ipywidgets7":"^2.0.1","@vscode/jupyter-ipywidgets8":"^1.0.2","chownr":"^2.0.0","fs-minipass":"^2.1.0","jquery":"^3.6.1","lodash":"^4.17.21","minipass":"^3.1.6","minizlib":"^2.1.2","path-browserify":"^0.0.1","plotly.js-dist":"^2.20.0","re-resizable":"~6.5.5","react":"^16.8.4","react-dom":"^16.8.4","react-toggle":"^4.1.2","requirejs":"^2.3.6","styled-components":"5.2.1","tslib":"^1.14.1","underscore":"^1.13.1","util":"^0.12.3","uuid":"^3.3.2","vega":"^5.24.0","vega-embed":"^6.21.3","vega-lite":"^5.6.1","yallist":"^4.0.0"},"devDependencies":{"@types/copy-webpack-plugin":"^10.1.0","@types/glob":"^7.1.1","@types/loadable__component":"^5.10.0","@types/lodash":"^4.14.158","@types/markdown-it":"^12.2.3","@types/mocha":"^7.0.2","@types/node":"^12.11.7","@types/react":"^16.9.35","@types/react-dom":"^16.9.8","@types/uuid":"^8.0.0","@types/vscode":"^1.60.0","@types/vscode-notebook-renderer":"^1.60.0","@typescript-eslint/eslint-plugin":"^3.1.0","@typescript-eslint/parser":"^3.1.0","concurrently":"^5.2.0","copy-webpack-plugin":"^6.4.1","css-loader":"^3.5.3","eslint":"^7.1.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.3","fork-ts-checker-webpack-plugin":"^4.1.6","glob":"^7.1.6","install":"^0.13.0","less":"^3.11.3","mocha":"^10.1.0","node-loader":"^2.0.0","prettier":"^2.0.5","style-loader":"^1.2.1","svg-inline-loader":"^0.8.2","thread-loader":"^3.0.4","ts-loader":"^9.3.1","typescript":"^4.7.4","url-loader":"^4.1.0","vscode-test":"^1.4.0","webpack":"^5.76.3","webpack-bundle-analyzer":"^4.8.0","webpack-cli":"^5.0.1","webpack-fix-default-import-plugin":"^1.0.3"},"optionalDependencies":{"canvas":"^2.7.0"},"overrides":{"ini":"1.3.6","simple-get":"3.1.1","node-fetch":"2.6.7","prismjs":"1.27.0","jquery-ui@<1.13.2":"1.13.2","url-parse@<1.5.9":"1.5.9","terser@<5.14.2":"5.14.2","ua-parser-js":"0.7.24","moment@<2.29.4":"2.29.4","sanitize-html":"2.7.3"}},"location":{"$mid":1,"path":"/home/linuxbrew/app/code-server/extensions/ms-toolsai.jupyter-renderers-1.0.17-universal","scheme":"file"},"isBuiltin":false,"targetPlatform":"universal","metadata":{"id":"b15c72f8-d5fe-421a-a4f7-27ed9f6addbf","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869201372,"preRelease":false},"isValid":true,"validations":[]},{"type":1,"identifier":{"id":"ms-toolsai.jupyter","uuid":"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8"},"manifest":{"name":"jupyter","displayName":"Jupyter","version":"2023.7.100","description":"Jupyter notebook support, interactive programming and computing that supports Intellisense, debugging and more.","publisher":"ms-toolsai","author":{"name":"Microsoft Corporation"},"extensionPack":["ms-toolsai.jupyter-keymap","ms-toolsai.jupyter-renderers","ms-toolsai.vscode-jupyter-slideshow","ms-toolsai.vscode-jupyter-cell-tags"],"license":"MIT","homepage":"https://github.com/Microsoft/vscode-jupyter","repository":{"type":"git","url":"https://github.com/Microsoft/vscode-jupyter"},"bugs":{"url":"https://github.com/Microsoft/vscode-jupyter/issues"},"qna":"https://github.com/microsoft/vscode-jupyter/discussions","icon":"icon.png","galleryBanner":{"color":"#ffffff","theme":"light"},"engines":{"vscode":"^1.81.0"},"l10n":"./l10n","keywords":["jupyter","notebook","notebookKernelJupyterNotebook","multi-root ready","python","interactive"],"categories":["Extension Packs","Data Science","Machine Learning","Notebooks","Visualization"],"activationEvents":["onLanguage:python","onLanguage:jupyter","onNotebook:jupyter-notebook","onNotebook:interactive","onWebviewPanel:jupyter-variables","onWebviewPanel:jupyter"],"main":"./out/extension.node.js","browser":"./out/extension.web.bundle.js","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":"limited","description":"Execution of cells in Interactive Window and Notebooks is not supported in untrusted workspaces."}},"contributes":{"walkthroughs":[{"id":"jupyterWelcome","title":"Get Started with Jupyter Notebooks","description":"Your first steps to set up a Jupyter project with all the powerful tools and features that the Jupyter Extension has to offer!","when":"workspacePlatform != webworker","steps":[{"id":"ipynb.newUntitledIpynb","title":"Create or open a Jupyter Notebook","description":"Right click in the file explorer and create a new file with an .ipynb extension. Or, open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Create: New Jupyter Notebook``.\n[Create New Jupyter Notebook](command:toSide:ipynb.newUntitledIpynb)\n If you have an existing project, you can also [open a folder](command:toSide:workbench.action.files.openFolder) and/or clone a project from GitHub: [clone a Git repository](command:toSide:git.clone).","media":{"svg":"resources/walkthroughs/opennotebook.svg","altText":"Creating a new Jupyter notebook"},"completionEvents":["onCommand:ipynb.newUntitledIpynb","onCommand:jupyter.createnewinteractive","onCommand:workbench.action.files.openFolder","onCommand:workbench.action.files.openFileFolder"]},{"id":"jupyter.selectKernel","title":"Select a Jupyter kernel","description":"Click Select Kernel at the top right of the notebook and choose the environment in which to run your kernel. Or, with a notebook opened and in focus, open the [Command Palette](command:workbench.action.showCommands) and run the command: \n``Notebook: Select Notebook Kernel``. \n[Open Command Palette to Select a Jupyter Kernel](command:workbench.action.showCommands)","media":{"svg":"resources/walkthroughs/kernel.svg","altText":"Selecting or changing a notebook kernel"},"completionEvents":["onCommand:notebook.selectKernel"]},{"id":"jupyter.exploreAndDebug","title":"Explore data and debug","description":"📅 You can use the [Data Viewer](https://code.visualstudio.com/docs/datascience/data-science-tutorial#_prepare-the-data) to view, sort, and filter the rows of data. After loading your data, click \"Variables\" at the top right of notebook and click the Data Viewer icon to the left of the data table. \n \n[Learn about Data Viewer](https://code.visualstudio.com/docs/datascience/data-science-tutorial#_prepare-the-data)\n \n📒 Debug your notebook using the [Run by Line](https://code.visualstudio.com/docs/datascience/jupyter-notebooks#_run-by-line) mode to execute a cell one line at a time. Click the Run by Line icon from your cell (play button with lines) or hit F10. \n \n[Learn about Run by Line](https://code.visualstudio.com/docs/datascience/jupyter-notebooks#_run-by-line)","media":{"svg":"resources/walkthroughs/data.svg","altText":"Opening data viewer"}},{"id":"jupyter.dataScienceLearnMore","title":"Find out more!","description":"🎨 Explore all the features the Jupyter Extension has to offer by looking for \"Jupyter\" in the [Command Palette](command:workbench.action.showCommands). \n 📈 Learn more about getting started with data science in [Python](command:workbench.action.openWalkthrough?%7B%22category%22%3A%22ms-python.python%23pythonDataScienceWelcome%22%2C%22step%22%3A%22ms-python.python%23python.createNewNotebook%22%7D) by installing the Python Extension ([search Python extension](command:workbench.extensions.search?\"ms-python.python\")). \n 📃 Find out more features in our [Tutorials](https://code.visualstudio.com/docs/datascience/jupyter-notebooks). \n[Learn more](https://aka.ms/AAdar6q)","media":{"svg":"resources/walkthroughs/learnmore.svg","altText":"Image representing our documentation page and mailing list resources."}}]}],"keybindings":[{"command":"jupyter.execSelectionInteractive","key":"shift+enter","when":"editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && jupyter.ownsSelection && !notebookEditorFocused"},{"command":"jupyter.runcurrentcelladvance","key":"shift+enter","when":"editorTextFocus && !editorHasSelection && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.runcurrentcell","key":"ctrl+enter","when":"editorTextFocus && !editorHasSelection && jupyter.hascodecells && !notebookEditorFocused && !jupyter.havenativecells"},{"command":"jupyter.runcurrentcellandaddbelow","key":"alt+enter","when":"editorTextFocus && !editorHasSelection && jupyter.hascodecells && !notebookEditorFocused"},{"key":"shift+enter","when":"activeEditor == 'workbench.editor.interactive' && notebookKernel =~ /^ms-toolsai.jupyter\\// || activeEditor == 'workbench.editor.interactive' && !notebookKernel","command":"interactive.execute"},{"key":"escape","when":"activeEditor == 'workbench.editor.interactive' && !editorHoverVisible && !suggestWidgetVisible && !isComposing && !inSnippetMode && !exceptionWidgetVisible && !selectionAnchorSet && !LinkedEditingInputVisible && !renameInputVisible && !editorHasSelection && !accessibilityHelpWidgetVisible && !breakpointWidgetVisible && !findWidgetVisible && !markersNavigationVisible && !parameterHintsVisible && !editorHasMultipleSelections && !notificationToastsVisible","command":"interactive.input.clear"},{"command":"jupyter.insertCellBelowPosition","key":"ctrl+; s","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.insertCellBelow","key":"ctrl+; b","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.insertCellAbove","key":"ctrl+; a","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.deleteCells","key":"ctrl+; x","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.extendSelectionByCellAbove","key":"ctrl+alt+shift+[","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.extendSelectionByCellBelow","key":"ctrl+alt+shift+]","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.moveCellsUp","key":"ctrl+; u","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.moveCellsDown","key":"ctrl+; d","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.changeCellToMarkdown","key":"ctrl+; m","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.changeCellToCode","key":"ctrl+; c","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.gotoNextCellInFile","key":"ctrl+alt+]","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.gotoPrevCellInFile","key":"ctrl+alt+[","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.selectCellContents","key":"ctrl+alt+\\","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.selectCell","key":"ctrl+alt+shift+\\","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.refreshDataViewer","key":"ctrl+r","mac":"cmd+r","when":"jupyter.dataViewerActive"},{"command":"jupyter.runAndDebugCell","key":"ctrl+alt+shift+enter","mac":"ctrl+shift+enter"},{"command":"jupyter.runByLine","key":"f10"},{"command":"jupyter.runByLineNext","key":"f10"},{"command":"jupyter.runByLineStop","key":"ctrl+enter"}],"commands":[{"command":"dataScience.ClearCache","title":"Clear Cache","category":"Jupyter (Dev)","enablement":"jupyter.development"},{"command":"dataScience.ClearUserProviderJupyterServerCache","title":"Clear User Jupyter Server Cache","category":"Jupyter (Dev)","enablement":"jupyter.development"},{"command":"jupyter.replayPylanceLog","title":"Replay Pylance Log","category":"Jupyter (Dev)","enablement":"jupyter.development && notebookType == jupyter-notebook && isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.replayPylanceLogStep","title":"Step Pylance Log","category":"Jupyter (Dev)","icon":"$(debug-start)","enablement":"jupyter.development && notebookType == jupyter-notebook && isWorkspaceTrusted && jupyter.replayLogLoaded && !jupyter.webExtension"},{"command":"jupyter.filterKernels","title":"Filter Kernels","category":"Jupyter","enablement":"!jupyter.webExtension && config.notebook.kernelPicker.type != mru"},{"command":"jupyter.runByLine","title":"Run by Line","icon":"$(debug-line-by-line)","category":"Jupyter","enablement":"notebookKernel =~ /^ms-toolsai.jupyter\\// && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted && resource not in jupyter.notebookeditor.debugDocuments || !notebookKernel && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted"},{"command":"jupyter.runAndDebugCell","title":"Debug Cell","icon":"$(debug-alt-small)","category":"Jupyter","enablement":"notebookKernel =~ /^ms-toolsai.jupyter\\// && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted && resource not in jupyter.notebookeditor.debugDocuments || !notebookKernel && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted"},{"command":"jupyter.runByLineNext","title":"Run Next Line","icon":"$(debug-line-by-line)","category":"Jupyter","enablement":"notebookCellResource in jupyter.notebookeditor.runByLineCells"},{"command":"jupyter.runByLineStop","title":"Continue Execution","icon":"$(debug-continue-small)","category":"Jupyter","enablement":"notebookCellResource in jupyter.notebookeditor.runByLineCells"},{"command":"jupyter.viewOutput","title":"Show Output","category":"Jupyter"},{"command":"jupyter.notebookeditor.export","title":"Export As","shortTitle":"Export","category":"Notebook","icon":{"light":"resources/light/export_to_python.svg","dark":"resources/dark/export_to_python.svg"},"enablement":"notebookType == jupyter-notebook && isWorkspaceTrusted && !jupyter.webExtension || notebookType == jupyter-notebook && isWorkspaceTrusted && jupyter.webExtension && notebookKernel =~ /^ms-toolsai.jupyter\\//"},{"command":"jupyter.export","title":"Export As","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension || isWorkspaceTrusted && jupyter.webExtension && notebookKernel =~ /^ms-toolsai.jupyter\\//"},{"command":"jupyter.exportAsPythonScript","title":"Export to Python Script","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension || isWorkspaceTrusted && jupyter.webExtension && notebookKernel =~ /^ms-toolsai.jupyter\\//"},{"command":"jupyter.exportToHTML","title":"Export to HTML","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension || isWorkspaceTrusted && jupyter.webExtension && notebookKernel =~ /^ms-toolsai.jupyter\\//"},{"command":"jupyter.exportToPDF","title":"Export to PDF","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension || isWorkspaceTrusted && jupyter.webExtension && notebookKernel =~ /^ms-toolsai.jupyter\\//"},{"command":"jupyter.selectJupyterInterpreter","title":"Select Interpreter to Start Jupyter Server","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.runcurrentcell","title":"Run Current Cell","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.debugcell","title":"Debug Cell","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.debugstepover","title":"Step Over","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.debugstop","title":"Stop","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.debugcontinue","title":"Continue","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.insertCellBelowPosition","title":"Insert Cell Below Position","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.insertCellBelow","title":"Insert Cell Below","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.insertCellAbove","title":"Insert Cell Above","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.deleteCells","title":"Delete Selected Cells","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.selectCell","title":"Select Cell","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.selectCellContents","title":"Select Cell Contents","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.extendSelectionByCellAbove","title":"Extend Selection By Cell Above","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.extendSelectionByCellBelow","title":"Extend Selection By Cell Below","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.moveCellsUp","title":"Move Selected Cells Up","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.moveCellsDown","title":"Move Selected Cells Down","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.changeCellToMarkdown","title":"Change Cell to Markdown","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.changeCellToCode","title":"Change Cell to Code","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.gotoNextCellInFile","title":"Go to Next Cell","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.gotoPrevCellInFile","title":"Go to Previous Cell","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.runcurrentcelladvance","title":"Run Current Cell And Advance","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.runcurrentcellandallbelow.palette","title":"Run Current Cell and Below","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.runallcellsabove.palette","title":"Run Cells Above Current Cell","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.debugcurrentcell.palette","title":"Debug Current Cell","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.execSelectionInteractive","title":"Run Selection/Line in Interactive Window","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.createnewinteractive","title":"Create Interactive Window","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.runFileInteractive","title":"Run Current File in Interactive Window","icon":"$(play)","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.debugFileInteractive","title":"Debug Current File in Interactive Window","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.runallcells","title":"Run All Cells","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.runallcellsabove","title":"Run Above","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.runcellandallbelow","title":"Run Below","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.runcell","title":"Run Cell","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.runtoline","title":"Run To Line in Interactive Window","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.runfromline","title":"Run From Line in Interactive Window","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.importnotebook","title":"Import Jupyter Notebook","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.importnotebookfile","title":"Import Notebook to Script","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.exportoutputasnotebook","title":"Export Interactive Window as Jupyter Notebook","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.exportfileasnotebook","title":"Export Current Python File as Jupyter Notebook","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.exportfileandoutputasnotebook","title":"Export Current Python File and Output as Jupyter Notebook","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.notebookeditor.undocells","title":"Undo Last Interactive Action","category":"Notebook","enablement":"!jupyter.webExtension"},{"command":"jupyter.notebookeditor.redocells","title":"Redo Last Interactive Action","category":"Notebook","enablement":"!jupyter.webExtension"},{"command":"jupyter.interruptkernel","title":"Interrupt Kernel","shortTitle":"Interrupt","category":"Jupyter","icon":{"light":"resources/light/interrupt.svg","dark":"resources/dark/interrupt.svg"},"enablement":"isWorkspaceTrusted && jupyter.interactive.canInterruptNotebookKernel"},{"command":"jupyter.restartkernel","title":"Restart Kernel","shortTitle":"Restart","category":"Jupyter","icon":{"light":"resources/light/restart-kernel.svg","dark":"resources/dark/restart-kernel.svg"},"enablement":"isWorkspaceTrusted && (jupyter.interactive.canRestartNotebookKernel || (notebookKernel =~ /^ms-toolsai.jupyter\\// && jupyter.notebookeditor.canrestartNotebookkernel))"},{"command":"jupyter.restartkernelandrunallcells","title":"Restart Kernel and Run All Cells","shortTitle":"Restart and Run All","category":"Jupyter","enablement":"isWorkspaceTrusted && (jupyter.interactive.canRestartNotebookKernel || (notebookKernel =~ /^ms-toolsai.jupyter\\// && jupyter.notebookeditor.canrestartNotebookkernel))"},{"command":"jupyter.restartkernelandrunuptoselectedcell","title":"Restart Kernel and Run Up To Selected Cell","shortTitle":"Restart Kernel and Run Up To Selected Cell","category":"Jupyter","enablement":"isWorkspaceTrusted && (notebookKernel =~ /^ms-toolsai.jupyter\\// && jupyter.notebookeditor.canrestartNotebookkernel)"},{"command":"jupyter.notebookeditor.addcellbelow","title":"Add Empty Cell to Notebook File","category":"Notebook","enablement":"!jupyter.webExtension"},{"command":"jupyter.notebookeditor.removeallcells","title":"Delete All Notebook Editor Cells","category":"Notebook","enablement":"!jupyter.webExtension"},{"command":"jupyter.notebookeditor.expandallcells","title":"Expand All Notebook Cells","category":"Notebook","enablement":"!jupyter.webExtension"},{"command":"jupyter.notebookeditor.collapseallcells","title":"Collapse All Notebook Cells","category":"Notebook","enablement":"!jupyter.webExtension"},{"command":"jupyter.expandallcells","title":"Expand All Interactive Cells","shortTitle":"Expand","category":"Jupyter","icon":"$(expand-all)"},{"command":"jupyter.collapseallcells","title":"Collapse All Interactive Cells","shortTitle":"Collapse","category":"Jupyter","icon":"$(collapse-all)"},{"command":"jupyter.addcellbelow","title":"Add Empty Cell to File","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.createnewnotebook","title":"Create New Jupyter Notebook","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.scrolltocell","title":"Scroll Cell Into View","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.latestExtension","title":"DataScience.latestExtension","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.enableDebugLogging","title":"Enable Debug Logging","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.resetLoggingLevel","title":"Reset Logging Level","enablement":"!jupyter.webExtension","category":"Jupyter"},{"command":"jupyter.showDataViewer","title":"View Value in Data Viewer","enablement":"!jupyter.webExtension","category":"Jupyter"},{"command":"jupyter.clearSavedJupyterUris","title":"Clear Jupyter Remote Server List","category":"Jupyter"},{"command":"jupyter.openVariableView","title":"Open Variables View","shortTitle":"Variables","icon":"$(variable-group)","category":"Jupyter","enablement":"notebookType == jupyter-notebook && isWorkspaceTrusted || notebookType == interactive && isWorkspaceTrusted"},{"command":"jupyter.openOutlineView","title":"Show Table Of Contents (Outline View)","shortTitle":"Outline","icon":"$(list-unordered)","category":"Jupyter","enablement":"notebookType == jupyter-notebook"},{"command":"jupyter.refreshDataViewer","title":"Refresh Data Viewer","category":"Jupyter","enablement":"jupyter.dataViewerActive && isWorkspaceTrusted"},{"command":"jupyter.interactive.clearAllCells","title":"Clear All","icon":"$(close)","category":"Jupyter"},{"command":"jupyter.interactive.goToCode","title":"Go to code","icon":"$(go-to-file)","category":"Jupyter"},{"command":"jupyter.interactive.exportasnotebook","title":"Export to Jupyter Notebook","shortTitle":"Save","icon":"$(save-as)","enablement":"notebookType == interactive","category":"Jupyter"},{"command":"jupyter.interactive.exportas","title":"Export","icon":{"light":"resources/light/export_to_python.svg","dark":"resources/dark/export_to_python.svg"},"enablement":"notebookType == interactive","category":"Jupyter"},{"command":"jupyter.interactive.copyCell","title":"Copy Cell","icon":"$(copy)","category":"Jupyter"},{"command":"jupyter.runInDedicatedExtensionHost","title":"Run in Dedicated Extension Host","enablement":"!jupyter.webExtension","category":"Jupyter"},{"command":"jupyter.continueEditSessionInCodespace","title":"Continue On Codespace","shortTitle":"Continue On","icon":"$(vm)","enablement":"true","category":"Jupyter"}],"submenus":[{"id":"editor.interactiveWindow.context","label":"Run in Interactive Window"}],"menus":{"editor/context":[{"submenu":"editor.interactiveWindow.context","group":"Jupyter2"},{"when":"editorFocus && editorLangId == python && resourceExtname == .ipynb && !notebookEditorFocused && isWorkspaceTrusted","command":"jupyter.importnotebook","group":"Jupyter3@1"},{"when":"editorFocus && editorLangId == python && jupyter.hascodecells && !notebookEditorFocused && isWorkspaceTrusted","command":"jupyter.exportfileasnotebook","group":"Jupyter3@2"},{"when":"editorFocus && editorLangId == python && jupyter.hascodecells && !notebookEditorFocused && isWorkspaceTrusted","command":"jupyter.exportfileandoutputasnotebook","group":"Jupyter3@3"}],"editor.interactiveWindow.context":[{"when":"editorFocus && editorLangId == python && jupyter.hascodecells && !notebookEditorFocused && isWorkspaceTrusted","command":"jupyter.runallcells","group":"Jupyter2"},{"when":"editorFocus && editorLangId == python && jupyter.hascodecells && !notebookEditorFocused && isWorkspaceTrusted","command":"jupyter.runcurrentcell","group":"Jupyter2"},{"when":"editorFocus && editorLangId == python && jupyter.hascodecells && !notebookEditorFocused && isWorkspaceTrusted","command":"jupyter.runcurrentcelladvance","group":"Jupyter2"},{"command":"jupyter.runFileInteractive","group":"Jupyter2","when":"editorFocus && editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.runfromline","group":"Jupyter2","when":"editorFocus && editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.runtoline","group":"Jupyter2","when":"editorFocus && editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.execSelectionInteractive","group":"Jupyter2","when":"editorFocus && editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"}],"editor/title":[{"command":"jupyter.restartkernel","title":"Restart Kernel","group":"navigation@1","when":"notebookKernel =~ /^ms-toolsai.jupyter\\// && notebookType == 'jupyter-notebook' && isWorkspaceTrusted && jupyter.notebookeditor.canrestartNotebookkernel && config.notebook.globalToolbar != true"},{"command":"jupyter.openVariableView","title":"Open Variables View","group":"navigation@2","when":"notebookKernel =~ /^ms-toolsai.jupyter\\// && notebookType == 'jupyter-notebook' && isWorkspaceTrusted && config.notebook.globalToolbar != true && jupyter.ispythonnotebook"},{"command":"jupyter.openOutlineView","title":"Show Table Of Contents (Outline View)","group":"navigation@3","when":"notebookKernel =~ /^ms-toolsai.jupyter\\// && notebookType == 'jupyter-notebook' && config.jupyter.showOutlineButtonInNotebookToolbar && config.notebook.globalToolbar != true"},{"command":"jupyter.notebookeditor.export","title":"Export As","group":"navigation@4","when":"notebookType == 'jupyter-notebook' && isWorkspaceTrusted && config.notebook.globalToolbar != true"},{"command":"jupyter.continueEditSessionInCodespace","group":"navigation@5","when":"notebookType == 'jupyter-notebook' && jupyter.kernelSource == 'github-codespaces' && config.notebook.globalToolbar != true"}],"notebook/toolbar":[{"command":"jupyter.restartkernel","group":"navigation/execute@5","when":"notebookKernel =~ /^ms-toolsai.jupyter\\// && notebookType == 'jupyter-notebook' && isWorkspaceTrusted && jupyter.kernel.isjupyter"},{"command":"jupyter.openVariableView","group":"navigation@1","when":"notebookKernel =~ /^ms-toolsai.jupyter\\// && notebookType == 'jupyter-notebook' && isWorkspaceTrusted && jupyter.ispythonnotebook && jupyter.kernel.isjupyter"},{"command":"jupyter.openOutlineView","group":"navigation@2","when":"notebookType == 'jupyter-notebook' && config.jupyter.showOutlineButtonInNotebookToolbar"},{"command":"jupyter.continueEditSessionInCodespace","group":"navigation@3","when":"notebookType == 'jupyter-notebook' && jupyter.kernelSource == 'github-codespaces'"},{"command":"jupyter.notebookeditor.export","group":"Jupyter","when":"notebookType == 'jupyter-notebook' && isWorkspaceTrusted"},{"command":"jupyter.replayPylanceLogStep","group":"navigation@1","when":"notebookType == 'jupyter-notebook' && isWorkspaceTrusted && jupyter.replayLogLoaded"}],"notebook/cell/title":[{"command":"jupyter.runByLine","when":"notebookKernel =~ /^ms-toolsai.jupyter\\// && notebookType == jupyter-notebook && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted && resource not in jupyter.notebookeditor.runByLineDocuments || !notebookKernel && notebookType == jupyter-notebook && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted","group":"inline/cell@0"},{"command":"jupyter.runByLineNext","when":"notebookCellResource in jupyter.notebookeditor.runByLineCells","group":"inline/cell@0"},{"command":"jupyter.runByLineStop","when":"notebookCellResource in jupyter.notebookeditor.runByLineCells && notebookCellToolbarLocation == left","group":"inline/cell@1"},{"command":"jupyter.runByLineStop","when":"notebookCellResource in jupyter.notebookeditor.runByLineCells && notebookCellToolbarLocation == right","group":"inline/cell@0"}],"notebook/cell/execute":[{"command":"jupyter.runAndDebugCell","when":"notebookKernel =~ /^ms-toolsai.jupyter\\// && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted && resource not in jupyter.notebookeditor.debugDocuments || !notebookKernel && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted"}],"interactive/toolbar":[{"command":"jupyter.interactive.clearAllCells","group":"navigation@0","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"},{"command":"jupyter.restartkernel","group":"navigation@1","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"},{"command":"jupyter.openVariableView","group":"navigation@3","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"},{"command":"jupyter.interactive.exportasnotebook","group":"navigation@4","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"},{"command":"jupyter.interactive.exportas","group":"navigation@5","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"},{"command":"jupyter.expandallcells","group":"navigation@6","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"},{"command":"jupyter.collapseallcells","group":"navigation@7","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"}],"interactive/cell/title":[{"command":"jupyter.interactive.copyCell","group":"inline@0","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"},{"command":"jupyter.interactive.goToCode","group":"inline@1","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"}],"explorer/context":[{"when":"resourceLangId == python && !notebookEditorFocused && isWorkspaceTrusted","command":"jupyter.runFileInteractive","group":"Jupyter2"},{"when":"resourceExtname == .ipynb && isWorkspaceTrusted","command":"jupyter.importnotebookfile","group":"Jupyter"}],"commandPalette":[{"command":"jupyter.replayPylanceLog","title":"Replay Pylance Log","when":"jupyter.development && isWorkspaceTrusted"},{"command":"jupyter.interactive.copyCell","when":"false"},{"command":"jupyter.exportAsPythonScript","title":"Export to Python Script","category":"Jupyter","when":"jupyter.isnativeactive && isWorkspaceTrusted && jupyter.ispythonnotebook && isWorkspaceTrusted"},{"command":"jupyter.refreshDataViewer","category":"Jupyter","when":"isWorkspaceTrusted"},{"command":"jupyter.exportToHTML","title":"Export to HTML","category":"Jupyter","when":"jupyter.isnativeactive && isWorkspaceTrusted"},{"command":"jupyter.exportToPDF","title":"Export to PDF","category":"Jupyter","when":"jupyter.isnativeactive && isWorkspaceTrusted"},{"command":"jupyter.insertCellBelowPosition","title":"Insert Cell Below Position","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.insertCellBelow","title":"Insert Cell Below","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.insertCellAbove","title":"Insert Cell Above","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.deleteCells","title":"Delete Selected Cells","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.selectCell","title":"Select Cell","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.selectCellContents","title":"Select Cell Contents","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.extendSelectionByCellAbove","title":"Extend Selection By Cell Above","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.extendSelectionByCellBelow","title":"Extend Selection By Cell Below","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.moveCellsUp","title":"Move Selected Cells Up","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.moveCellsDown","title":"Move Selected Cells Down","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.changeCellToMarkdown","title":"Change Cell to Markdown","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.changeCellToCode","title":"Change Cell to Code","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.gotoNextCellInFile","title":"Go to Next Cell","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.gotoPrevCellInFile","title":"Go to Previous Cell","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.runcurrentcell","title":"Run Current Cell","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonornativeactive && !jupyter.havenativecells && isWorkspaceTrusted"},{"command":"jupyter.runcurrentcelladvance","title":"Run Current Cell And Advance","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonornativeactive && !jupyter.havenativecells && isWorkspaceTrusted"},{"command":"jupyter.runcurrentcellandallbelow.palette","title":"Run Current Cell and Below","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonornativeactive && !jupyter.havenativecells && isWorkspaceTrusted"},{"command":"jupyter.runallcellsabove.palette","title":"Run Cells Above Current Cell","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonornativeactive && !jupyter.havenativecells && isWorkspaceTrusted"},{"command":"jupyter.debugcurrentcell.palette","title":"Debug Current Cell","category":"Jupyter","when":"editorLangId == python && jupyter.hascodecells && isWorkspaceTrusted"},{"command":"jupyter.createnewinteractive","title":"Create Interactive Window","category":"Jupyter","when":"isWorkspaceTrusted"},{"command":"jupyter.runallcells","title":"Run All Cells","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonornativeactive && isWorkspaceTrusted"},{"command":"jupyter.scrolltocell","title":"Scroll Cell Into View","category":"Jupyter","when":"false"},{"command":"jupyter.debugcell","title":"Debug Cell","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.runcell","title":"Run Cell","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.runFileInteractive","title":"Run Current File in Interactive Window","category":"Jupyter","when":"editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.debugFileInteractive","title":"Debug Current File in Interactive Window","category":"Jupyter","when":"editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.importnotebook","title":"Import Jupyter Notebook","category":"Jupyter","when":"isWorkspaceTrusted"},{"command":"jupyter.exportfileasnotebook","title":"Export Current Python File as Jupyter Notebook","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonorinteractiveeactive && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.exportfileandoutputasnotebook","title":"Export Current Python File and Output as Jupyter Notebook","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonorinteractiveeactive && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.restartkernel","title":"Restart Kernel","category":"Jupyter","when":"(jupyter.ispythonorinteractiveeactive || jupyter.isnativeactive) && isWorkspaceTrusted"},{"command":"jupyter.notebookeditor.removeallcells","title":"Delete All Notebook Editor Cells","category":"Notebook","when":"jupyter.havenativecells && jupyter.isnativeactive && isWorkspaceTrusted"},{"command":"jupyter.notebookeditor.addcellbelow","title":"Add Empty Cell to Notebook File","category":"Notebook","when":"jupyter.isnativeactive && isWorkspaceTrusted"},{"command":"jupyter.notebookeditor.expandallcells","title":"Expand All Interactive Cells","category":"Notebook","when":"notebookEditorFocused && notebookType == 'jupyter-notebook'"},{"command":"jupyter.notebookeditor.collapseallcells","title":"Collapse All Interactive Cells","category":"Notebook","when":"notebookEditorFocused && notebookType == 'jupyter-notebook'"},{"command":"jupyter.expandallcells","title":"Expand All Interactive Cells","shortTitle":"Expand","category":"Jupyter","when":"jupyter.isinteractiveactive"},{"command":"jupyter.collapseallcells","title":"Collapse All Interactive Cells","shortTitle":"Collapse","category":"Jupyter","when":"jupyter.isinteractiveactive"},{"command":"jupyter.exportoutputasnotebook","title":"Export Interactive Window as Jupyter Notebook","category":"Jupyter","when":"jupyter.isinteractiveactive"},{"command":"jupyter.runcellandallbelow","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.runallcellsabove","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.debugcontinue","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.debugstop","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.debugstepover","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.debugcell","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.addcellbelow","title":"Add Empty Cell to File","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonornativeactive"},{"command":"jupyter.createnewnotebook","category":"Jupyter","when":"false"},{"command":"jupyter.runtoline","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.runfromline","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.execSelectionInteractive","category":"Jupyter","when":"editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.latestExtension","title":"Download the latest version of the Jupyter Extension","category":"Jupyter","when":"false"},{"command":"jupyter.export","title":"Export As","category":"Jupyter","when":"false"},{"command":"jupyter.notebookeditor.export","title":"Export As","category":"Notebook","when":"false"},{"command":"jupyter.resetLoggingLevel","title":"Reset Logging Level","category":"Jupyter","when":"config.jupyter.logging.level != error"},{"command":"jupyter.enableDebugLogging","title":"Enable Debug Logging","category":"Jupyter","when":"config.jupyter.logging.level != debug"},{"command":"jupyter.showDataViewer","category":"Jupyter","when":"false"},{"command":"jupyter.openVariableView","title":"Open Variables View","category":"Jupyter","when":"notebookType == jupyter-notebook && isWorkspaceTrusted"},{"command":"jupyter.openOutlineView","title":"Show Table Of Contents (Outline View)","category":"Jupyter","when":"notebookType == jupyter-notebook && isWorkspaceTrusted"},{"command":"jupyter.interactive.goToCode","when":"false"},{"command":"jupyter.interactive.clearAllCells","when":"editorFocus && editorLangId == python || activeEditor == 'workbench.editor.interactive'"},{"command":"jupyter.clearSavedJupyterUris","title":"Clear Jupyter Remote Server List"}],"debug/variables/context":[{"command":"jupyter.showDataViewer","group":"1_view","when":"debugProtocolVariableMenuContext == 'viewableInDataViewer'"}],"editor/title/run":[{"command":"jupyter.runFileInteractive","group":"jupyter","when":"resourceLangId == python && !isInDiffEditor && !notebookEditorFocused && isWorkspaceTrusted"}]},"configuration":{"type":"object","title":"Jupyter","properties":{"jupyter.experiments.enabled":{"type":"boolean","default":true,"description":"Enables/disables A/B tests.","scope":"machine"},"jupyter.showVariableViewWhenDebugging":{"type":"boolean","default":false,"description":"Bring up the Variable View when starting a Run by Line session.","scope":"resource"},"jupyter.logging.level":{"type":"string","default":"debug","enum":["off","error","warn","info","debug","verbose"],"description":"The logging level the extension logs at."},"jupyter.experiments.optInto":{"type":"array","default":[],"items":{"enum":["FastKernelPicker","PasswordManager","NewRemoteUriStorage","NewJupyterSession"]},"markdownDescription":"List of experiment to opt into. If empty, user is assigned the default experiment groups. [Learn more](https://github.com/microsoft/vscode-jupyter/wiki/Experiments).","scope":"application"},"jupyter.experiments.optOutFrom":{"type":"array","default":[],"items":{"enum":["FastKernelPicker","PasswordManager","NewRemoteUriStorage","NewJupyterSession"]},"markdownDescription":"List of experiment to opt out of. If empty, user is assigned the default experiment groups. [Learn more](https://github.com/microsoft/vscode-jupyter/wiki/Experiments).","scope":"application"},"jupyter.widgetScriptSources":{"type":"array","default":[],"items":{"type":"string","enum":["jsdelivr.com","unpkg.com"],"enumDescriptions":["Loads widget (javascript) scripts from https://www.jsdelivr.com/","Loads widget (javascript) scripts from https://unpkg.com/"]},"uniqueItems":true,"markdownDescription":"Defines the location and order of the sources where scripts files for Widgets are downloaded from (e.g. ipywidgest, bqplot, beakerx, ipyleaflet, etc). Not selecting any of these could result in widgets not rendering or function correctly. See [here](https://aka.ms/PVSCIPyWidgets) for more information. Once updated you will need to restart the Kernel.","scope":"resource"},"jupyter.askForLargeDataFrames":{"type":"boolean","default":true,"description":"Warn the user before trying to open really large data frames.","scope":"application"},"jupyter.askForKernelRestart":{"type":"boolean","default":true,"description":"Warn the user before restarting a kernel."},"jupyter.exportWithOutputEnabled":{"type":"boolean","default":false,"description":"Enable exporting a python file into a jupyter notebook and run all cells when doing so.","scope":"resource"},"jupyter.jupyterLaunchTimeout":{"type":"number","default":60000,"description":"Amount of time (in ms) to wait for the Jupyter Notebook server to start."},"jupyter.jupyterLaunchRetries":{"type":"number","default":3,"description":"Number of times to attempt to connect to the Jupyter Notebook"},"jupyter.jupyterCommandLineArguments":{"type":"array","default":[],"description":"If and when a Jupyter server is started, these arguments will be passed to into the Jupyter Notebook CLI. By default this list is generated by the Jupyter Extension.","scope":"resource"},"jupyter.notebookFileRoot":{"type":"string","default":"${fileDirname}","description":"Set the root directory for running notebooks and the Interactive window.","scope":"resource"},"jupyter.searchForJupyter":{"type":"boolean","default":true,"deprecationMessage":"This setting is deprecated and will be removed in a future release.","description":"Search all installed Python interpreters for a Jupyter installation when starting the Interactive window","scope":"resource"},"jupyter.useDefaultConfigForJupyter":{"type":"boolean","default":true,"description":"When running Jupyter locally, create a default empty Jupyter config"},"jupyter.jupyterInterruptTimeout":{"type":"number","default":10000,"description":"Amount of time (in ms) to wait for an interrupt before asking to restart the Jupyter kernel."},"jupyter.sendSelectionToInteractiveWindow":{"type":"boolean","default":false,"description":"When pressing shift+enter, send selected code in a Python file to the Jupyter interactive window as opposed to the Python terminal.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.textEditor.executeSelection.","scope":"resource"},"jupyter.interactiveWindow.textEditor.executeSelection":{"type":"boolean","default":false,"description":"When pressing shift+enter, send selected code in a Python file to the Jupyter interactive window as opposed to the Python terminal.","scope":"resource"},"jupyter.variableExplorerExclude":{"type":"string","default":"module;function;builtin_function_or_method;ABCMeta;type;ModelMetaclass","description":"Types to exclude from showing in the Interactive variable explorer","scope":"resource"},"jupyter.codeRegularExpression":{"type":"string","default":"^(#\\s*%%|#\\s*\\|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])","description":"Regular expression used to identify code cells. All code until the next match is considered part of this cell.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.cellMarker.codeRegex.","scope":"resource"},"jupyter.interactiveWindow.cellMarker.codeRegex":{"type":"string","default":"^(#\\s*%%|#\\s*\\|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])","description":"Regular expression used to identify code cells. All code until the next match is considered part of this cell.","scope":"resource"},"jupyter.defaultCellMarker":{"type":"string","default":"# %%","description":"Cell marker used for delineating a cell in a python file.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.cellMarker.default","scope":"resource"},"jupyter.interactiveWindow.cellMarker.default":{"type":"string","default":"# %%","description":"Cell marker used for delineating a cell in a python file.","scope":"resource"},"jupyter.markdownRegularExpression":{"type":"string","default":"^(#\\s*%%\\s*\\[markdown\\]|#\\s*\\)","description":"Regular expression used to identify markdown cells. All comments after this expression are considered part of the markdown.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.cellMarker.markdownRegex.","scope":"resource"},"jupyter.interactiveWindow.cellMarker.markdownRegex":{"type":"string","default":"^(#\\s*%%\\s*\\[markdown\\]|#\\s*\\)","description":"Regular expression used to identify markdown cells. All comments after this expression are considered part of the markdown.","scope":"resource"},"jupyter.ignoreVscodeTheme":{"type":"boolean","default":false,"deprecationMessage":"This setting is deprecated and will be removed in the next release.","description":"Don't use the VS Code theme in the Interactive window (requires reload of VS Code). This forces the Interactive window to use 'Light +(default light)' and disables matplotlib defaults."},"jupyter.themeMatplotlibPlots":{"type":"boolean","default":false,"description":"In the Interactive window and Notebook Editor theme matplotlib outputs to match the VS Code editor theme."},"jupyter.decorateCells":{"type":"boolean","default":true,"description":"Draw a highlight behind the currently active cell, or all cells, in a python file.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.cellMarker.decorateCells.","scope":"resource"},"jupyter.interactiveWindow.cellMarker.decorateCells":{"type":"string","enum":["currentCell","allCells","None"],"default":"currentCell","description":"Draw a highlight behind the currently active cell, or all cells, in a python file.","scope":"resource"},"jupyter.enableCellCodeLens":{"type":"boolean","default":true,"description":"Enables code lens for 'cells' in a python file.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.codeLens.enable.","scope":"resource"},"jupyter.interactiveWindow.codeLens.enable":{"type":"boolean","default":true,"description":"Enables code lens for 'cells' in a python file.","scope":"resource"},"jupyter.enableAutoMoveToNextCell":{"type":"boolean","default":true,"description":"Enables moving to the next cell when clicking on a 'Run Cell' code lens.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.textEditor.autoMoveToNextCell.","scope":"resource"},"jupyter.interactiveWindow.textEditor.autoMoveToNextCell":{"type":"boolean","default":true,"description":"Enables moving to the next cell when clicking on a 'Run Cell' code lens.","scope":"resource"},"jupyter.allowUnauthorizedRemoteConnection":{"type":"boolean","default":false,"description":"Allow for connecting the Interactive window to a https Jupyter server that does not have valid certificates. This can be a security risk, so only use for known and trusted servers."},"jupyter.generateSVGPlots":{"type":"boolean","default":false,"description":"Generate SVG output for notebook plots. This allows for better display in the plot viewer at the cost of generation speed and file size.","deprecationMessage":"This setting is deprecated and will be removed in the next release.","scope":"resource"},"jupyter.codeLenses":{"type":"string","default":"jupyter.runcell, jupyter.runallcellsabove, jupyter.debugcell","description":"Set of commands to put as code lens above a cell.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.codeLens.commands.","scope":"resource"},"jupyter.interactiveWindow.codeLens.commands":{"type":"string","default":"jupyter.runcell, jupyter.runallcellsabove, jupyter.debugcell","description":"Set of commands to put as code lens above a cell.","scope":"resource"},"jupyter.debugCodeLenses":{"type":"string","default":"jupyter.debugcontinue, jupyter.debugstop, jupyter.debugstepover","description":"Set of debug commands to put as code lens above a cell while debugging.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.codeLes.debugCommands.","scope":"resource"},"jupyter.interactiveWindow.codeLes.debugCommands":{"type":"string","default":"jupyter.debugcontinue, jupyter.debugstop, jupyter.debugstepover","description":"Set of debug commands to put as code lens above a cell while debugging.","scope":"resource"},"jupyter.debugpyDistPath":{"type":"string","default":"","description":"Path to debugpy bits for debugging cells.","scope":"resource"},"jupyter.stopOnFirstLineWhileDebugging":{"type":"boolean","default":true,"description":"When debugging a cell, stop on the first line.","scope":"resource"},"jupyter.remoteDebuggerPort":{"type":"number","default":-1,"description":"When debugging a cell, open this port on the remote box. If -1 is specified, a random port between 8889 and 9000 will be attempted.","deprecationMessage":"This setting is deprecated and will be removed in the next release.","scope":"resource"},"jupyter.disableJupyterAutoStart":{"type":"boolean","default":false,"description":"When true, disables Jupyter from being automatically started for you. You must instead run a cell to start Jupyter."},"jupyter.addGotoCodeLenses":{"type":"boolean","default":true,"description":"After running a cell, add a 'Goto' code lens on the cell. Note, disabling all code lenses disables this code lens as well.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.codeLens.enableGotoCell.","scope":"resource"},"jupyter.interactiveWindow.codeLens.enableGotoCell":{"type":"boolean","default":true,"description":"After running a cell, add a 'Goto' code lens on the cell. Note, disabling all code lenses disables this code lens as well.","scope":"resource"},"jupyter.variableQueries":{"type":"array","markdownDescription":"Language to query mapping for returning the list of active variables in a Jupyter kernel. Used by the Variable Explorer in both the Interactive Window and Notebooks. Example:\n```\n[\n {\n \"language\": \"python\",\n \"query\": \"%who_ls\",\n \"parseExpr\": \"'(\\\\w+)'\"\n }\n]\n```","deprecationMessage":"This setting is deprecated and will be removed in the next release.","scope":"machine","examples":[[{"language":"python","query":"_rwho_ls = %who_ls\\nprint(_rwho_ls)","parseExpr":"'(\\w+)'"},{"language":"julia","query":"whos","parseExpr":"'(\\w+)'"}]]},"jupyter.kernels.excludePythonEnvironments":{"type":"array","items":{"type":"string"},"default":[],"markdownDescription":"List of Python environments to be excluded from the Kernel picker.","scope":"machine-overridable","examples":[["~/miniconda3/envs/tf/scripts/python.exe","~/miniconda3/envs/ds"]]},"jupyter.kernels.trusted":{"type":"array","items":{"type":"string"},"default":[],"markdownDescription":"Enter fully qualified paths to Kernel specification files that are to be trusted. E.g. 'C:\\Program Data\\Jupyter\\kernels\\python3\\kernel.json'. \n**Note**: Kernels can execute code with user privileges. Click [here](https://aka.ms/JupyterTrustedKernelPaths) for further details.","scope":"machine"},"jupyter.interactiveWindowMode":{"type":"string","enum":["perFile","single","multiple"],"scope":"resource","description":"Behavior of the Interactive Window. 'perFile' will create a new interactive window for every file that runs a cell. 'single' allows a single window. 'multiple' allows the creation of multiple.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.creationMode.","default":"multiple"},"jupyter.interactiveWindow.creationMode":{"type":"string","enum":["perFile","single","multiple"],"scope":"resource","description":"Behavior of the Interactive Window. 'perFile' will create a new interactive window for every file that runs a cell. 'single' allows a single window. 'multiple' allows the creation of multiple.","default":"multiple"},"jupyter.pythonCellFolding":{"type":"boolean","default":true,"description":"Enable folding regions for code cells in Python files. This setting requires a reload of VS Code.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.textEditor.cellFolding.","scope":"resource"},"jupyter.interactiveWindow.textEditor.cellFolding":{"type":"boolean","default":true,"description":"Enable folding regions for code cells in Python files. This setting requires a reload of VS Code.","scope":"resource"},"jupyter.interactiveWindowViewColumn":{"type":"string","enum":["beside","active","secondGroup"],"scope":"resource","description":"Where to open an Interactive Window that is not associated with a python file. 'beside' will open the interactive window to the right of the active editor. 'active' will open the interactive window in place of the active editor. 'secondGroup' will open the interactive window in the second editor group.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.viewColumn.","default":"secondGroup"},"jupyter.interactiveWindow.viewColumn":{"type":"string","enum":["beside","active","secondGroup"],"scope":"resource","description":"Where to open an Interactive Window that is not associated with a python file. 'beside' will open the interactive window to the right of the active editor. 'active' will open the interactive window in place of the active editor. 'secondGroup' will open the interactive window in the second editor group.","default":"secondGroup"},"jupyter.magicCommandsAsComments":{"type":"boolean","default":false,"description":"Uncomment shell assignments (#!), line magic (#!%) and cell magic (#!%%) when parsing code cells.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.textEditor.magicCommandsAsComments."},"jupyter.interactiveWindow.textEditor.magicCommandsAsComments":{"type":"boolean","default":false,"description":"Uncomment shell assignments (#!), line magic (#!%) and cell magic (#!%%) when parsing code cells."},"jupyter.pythonExportMethod":{"type":"string","enum":["direct","commentMagics","nbconvert"],"default":"direct","description":"The method to use when exporting a notebook to a Python file. 'direct' will copy over the code directly as is. 'commentMagics' will comment out lines starting with line magics (%), cell magics (%%), and shell commands(!). 'nbconvert' will install nbconvert and use that for the conversion which can translate iPython syntax into Python syntax.","scope":"application"},"jupyter.runStartupCommands":{"type":"array","default":"","description":"A series of Python instructions or iPython magic commands. Can be either an array of strings or a single string with commands separated by '\\n'. Commands will be silently executed whenever the interactive window loads. For instance, set this to '%load_ext autoreload\\n%autoreload 2' to automatically reload changes made to imported files without having to restart the interactive session.","scope":"application"},"jupyter.debugJustMyCode":{"type":"boolean","default":true,"description":"When debugging, only step through user-written code. Disable this to allow stepping into library code.","scope":"resource"},"jupyter.showOutlineButtonInNotebookToolbar":{"type":"boolean","default":true,"description":"Show the Outline button in the Jupyter notebook toolbar."},"jupyter.newCellOnRunLast":{"type":"boolean","default":true,"description":"Append a new empty cell to an interactive window file on running the currently last cell.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.textEditor.autoAddNewCell.","scope":"resource"},"jupyter.interactiveWindow.textEditor.autoAddNewCell":{"type":"boolean","default":true,"description":"Append a new empty cell to an interactive window file on running the currently last cell.","scope":"resource"},"jupyter.pythonCompletionTriggerCharacters":{"type":"string","default":".%'\"","description":"Characters which trigger auto completion on a python jupyter kernel.","scope":"application"},"jupyter.logKernelOutputSeparately":{"type":"boolean","default":false,"description":"Creates separate output panels for kernels/jupyter server console output"},"jupyter.excludeUserSitePackages":{"type":"boolean","default":false,"description":"Add PYTHONNOUSERSITE to kernels before starting. This prevents global/user site-packages from being used in the PYTHONPATH of the kernel.","scope":"application"},"jupyter.enableExtendedKernelCompletions":{"type":"boolean","default":false,"markdownDescription":"Enables Jedi support for extended IntelliSense completions in running Jupyter kernels (see this [setting](https://ipython.readthedocs.io/en/stable/config/options/terminal.html?highlight=use_jedi#configtrait-Completer.use_jedi)). This can greatly impact notebook cell execution performance. Use with caution.","scope":"application"}}},"languages":[{"id":"raw"},{"id":"julia","aliases":["Julia","julia"],"extensions":[".jl"]}],"notebookPreload":[{"type":"jupyter-notebook","localResourceRoots":["./temp"],"entrypoint":"./out/webviews/webview-side/ipywidgetsKernel/ipywidgetsKernel.js"},{"type":"interactive","localResourceRoots":["./temp"],"entrypoint":"./out/webviews/webview-side/ipywidgetsKernel/ipywidgetsKernel.js"}],"notebookRenderer":[{"id":"jupyter-ipywidget-renderer","entrypoint":"./out/webviews/webview-side/ipywidgetsRenderer/ipywidgetsRenderer.js","displayName":"Jupyter IPyWidget Renderer","mimeTypes":["application/vnd.jupyter.widget-view+json"],"requiresMessaging":"always"}],"viewsContainers":{"activitybar":[{"id":"jupyter","title":"Jupyter","icon":"$(notebook)"}],"panel":[{"id":"jupyter-variables","title":"Jupyter","icon":"$(notebook)"}]},"views":{"jupyter-variables":[{"type":"webview","id":"jupyterViewVariables","name":"Variables","when":"jupyter.hasNativeNotebookOrInteractiveWindowOpen"}]},"debuggers":[{"type":"Python Kernel Debug Adapter","label":"Python Kernel Debug Adapter"},{"type":"Python Interactive Window Debug Adapter","label":"Python Interactive Window"}]},"enabledApiProposals":["notebookDeprecated","notebookMessaging","notebookMime","notebookCellExecutionState","portsAttributes","quickPickSortByLabel","notebookKernelSource","interactiveWindow","notebookControllerAffinityHidden","quickPickItemTooltip","notebookExecution"],"scripts":{"package":"gulp clean && gulp prePublishBundle && vsce package -o ms-toolsai-jupyter-insiders.vsix","packagePreRelease":"gulp clean && gulp prePublishBundle && vsce package --pre-release -o ms-toolsai-jupyter-insiders.vsix","prePublishBundleStable":"cross-env IS_PRE_RELEASE_VERSION_OF_JUPYTER_EXTENSION=false gulp prePublishBundle","prePublishBundlePreRelease":"cross-env IS_PRE_RELEASE_VERSION_OF_JUPYTER_EXTENSION=true gulp prePublishBundle","prePublishNonBundle":"gulp clean && gulp prePublishNonBundle","createNycFolder":"gulp createNycFolder","validateTranslationFiles":"gulp validateTranslationFiles","compile":"tsc -watch -p ./","compile-no-watch":"tsc -p ./","compiled":"deemon npm run compile","kill-compiled":"deemon --kill npm run compile","compile-webviews-watch":"webpack --config ./build/webpack/webpack.datascience-ui.config.js --watch","compile-web-watch":"webpack --mode development --config ./build/webpack/webpack.extension.web.config.js --stats-error-details --watch --progress","compile-web":"webpack --mode development --config ./build/webpack/webpack.extension.web.config.js","compile-web-test":"cross-env VSC_TEST_BUNDLE=true npm run compile-web","compile-web-test-watch":"cross-env VSC_TEST_BUNDLE=true npm run compile-web-watch","compile-webviews-watchd":"deemon npm run compile-webviews-watch","compile-widgetTester":"cross-env NODE_OPTIONS=--max_old_space_size=9096 webpack --config ./build/webpack/webpack.datascience-ui-widgetTester.config.js --watch","kill-compile-webviews-watchd":"deemon --kill npm run compile-webviews-watch","checkDependencies":"gulp checkDependencies","postinstall":"npm run download-api && node ./build/ci/postInstall.js","installPythonLibs":"gulp installPythonLibs","test:unittests":"mocha --config ./build/.mocha.unittests.js.json ./out/**/*.unit.test.js","test:cover:report":"nyc report --reporter=text --reporter=html --reporter=text-summary --reporter=cobertura","preTestJediLSP":"node ./out/test/languageServers/jedi/lspSetup.js","testJediLSP":"node ./out/test/languageServers/jedi/lspSetup.js && cross-env CODE_TESTS_WORKSPACE=src/test VSC_JUPYTER_CI_TEST_GREP='Language Server:' node ./out/test/testBootstrap.node.js ./out/test/standardTest.node.js && node ./out/test/languageServers/jedi/lspTeardown.node.js","pretestNativeNotebooksInVSCode":"cross-env VSC_JUPYTER_CI_TEST_VSC_CHANNEL=insiders node ./out/test/datascience/dsTestSetup.js","testNativeNotebooksInVSCode":"cross-env CODE_TESTS_WORKSPACE=src/test/datascience VSC_JUPYTER_CI_TEST_VSC_CHANNEL=insiders TEST_FILES_SUFFIX=*.vscode.test,*.vscode.common.test VSC_JUPYTER_FORCE_LOGGING=1 VSC_JUPYTER_LOAD_EXPERIMENTS_FROM_FILE=true node ./out/test/testBootstrap.node.js ./out/test/standardTest.node.js","testNativeNotebooksInVSCodeWithoutTestSuffix":"cross-env CODE_TESTS_WORKSPACE=src/test/datascience VSC_JUPYTER_CI_TEST_VSC_CHANNEL=insiders VSC_JUPYTER_FORCE_LOGGING=1 VSC_JUPYTER_LOAD_EXPERIMENTS_FROM_FILE=true node ./out/test/testBootstrap.node.js ./out/test/standardTest.node.js","pretestNativeNotebooksWithoutPythonInVSCode":"cross-env VSC_JUPYTER_CI_TEST_VSC_CHANNEL=insiders node ./out/test/datascience/dsTestSetup.js","testNativeNotebooksWithoutPythonInVSCode":"cross-env CODE_TESTS_WORKSPACE=src/test/datascience VSC_JUPYTER_CI_TEST_VSC_CHANNEL=insiders TEST_FILES_SUFFIX=*.vscode.test,*.vscode.common.test VSC_JUPYTER_FORCE_LOGGING=1 VSC_JUPYTER_LOAD_EXPERIMENTS_FROM_FILE=true VSC_JUPYTER_CI_TEST_GREP=@nonPython VSC_JUPYTER_CI_TEST_DO_NOT_INSTALL_PYTHON_EXT=true node ./out/test/testBootstrap.node.js ./out/test/standardTest.node.js","testNativeNotebooksAndWebviews":"cross-env CODE_TESTS_WORKSPACE=src/test/datascience VSC_JUPYTER_CI_TEST_VSC_CHANNEL=insiders TEST_FILES_SUFFIX=*.vscode.test,*.vscode.common.test VSC_JUPYTER_FORCE_LOGGING=1 VSC_JUPYTER_CI_TEST_GREP=webview-test VSC_JUPYTER_LOAD_EXPERIMENTS_FROM_FILE=true node ./out/test/testBootstrap.node.js ./out/test/standardTest.node.js","testWebExtension":"node ./build/launchWebTest.js","launchWebExtension":"node ./build/launchWeb.js","testSmoke":"node ./out/test/testBootstrap.node.js ./out/test/smokeTest.node.js","testSmokeLogged":"cross-env VSC_JUPYTER_FORCE_LOGGING=true node --no-force-async-hooks-checks ./out/test/testBootstrap.node.js ./out/test/smokeTest.node.js","lint":"eslint -c .eslintrc.js --ext .ts --ext .tsx src","prettier-fix":"prettier 'src/**/*.ts*' --write && prettier 'build/**/*.js' --write","clean":"gulp clean","updateBuildNumber":"gulp updateBuildNumber","webpack":"webpack","download-api":"vscode-dts dev","postdownload-api":"vscode-dts main","generateTelemetry":"gulp generateTelemetry","openInBrowser":"vscode-test-web --extensionDevelopmentPath=. ./src/test/datascience","startJupyterServer":"node build/preDebugWebTest.js","stopJupyterServer":"node build/postDebugWebTest.js","validateTelemetry":"gulp validateTelemetry","verifyUnhandledErrors":"gulp verifyUnhandledErrors","printTestResults":"gulp printTestResults","setup-precommit-hook":"husky install","webpack-analyze:node":"npx webpack --json --config build/webpack/webpack.extension.node.config.js > out/stats-node.json && yarn webpack-bundle-analyzer out/stats-node.json","webpack-analyze:web":"npx webpack --json --config build/webpack/webpack.extension.web.config.js > out/stats-web.json && yarn webpack-bundle-analyzer out/stats-web.json"},"dependencies":{"@enonic/fnv-plus":"^1.3.0","@fluentui/react":"^7.160.1","@jupyter-widgets/base":"4.0.0","@jupyter-widgets/controls":"3.0.0","@jupyter-widgets/schema":"0.4.0","@jupyterlab/coreutils":"5.1.17","@jupyterlab/nbformat":"3.1.17","@jupyterlab/services":"6.1.17","@lumino/widgets":"^1.28.0","@nteract/messaging":"^7.0.0","@vscode/extension-telemetry":"^0.7.7","@vscode/jupyter-lsp-middleware":"^0.2.50","ajv-keywords":"^3.5.2","ansi-to-html":"^0.6.7","bootstrap":"^4.3.1","bootstrap-less":"^3.3.8","cross-fetch":"^3.1.5","decompress-response":"^4.2.0","encoding":"^0.1.13","fast-deep-equal":"^2.0.1","format-util":"^1.0.5","fs-extra":"^4.0.3","glob":"^7.1.2","iconv-lite":"^0.6.3","inversify":"^6.0.1","isomorphic-ws":"^4.0.1","jquery":"^3.6.0","jsonc-parser":"^2.0.3","lodash":"^4.17.21","marked":"^4.0.10","node-fetch":"^2.6.7","node-gyp-build":"^4.6.0","node-stream-zip":"^1.6.0","pdfkit":"^0.13.0","pidtree":"^0.6.0","portfinder":"^1.0.25","re-resizable":"~6.5.5","react":"^16.5.2","react-data-grid":"^6.0.2-0","react-dom":"^16.5.2","react-redux":"^7.1.1","react-svg-pan-zoom":"3.9.0","react-svgmt":"1.1.11","react-virtualized":"^9.21.1","redux":"^4.0.4","redux-logger":"^3.0.6","reflect-metadata":"^0.1.12","rxjs":"^6.5.4","rxjs-compat":"^6.5.4","safe-buffer":"^5.2.1","sanitize-filename":"^1.6.3","semver":"^5.7.2","slickgrid":"^2.4.17","source-map":"^0.7.3","stack-trace":"0.0.10","string-argv":"^0.3.1","strip-comments":"^2.0.1","styled-components":"^5.2.1","sudo-prompt":"^9.2.1","svg-inline-react":"^3.1.0","svg-to-pdfkit":"^0.1.8","tcp-port-used":"^1.0.1","tmp":"^0.0.29","uint64be":"^1.0.1","underscore":"^1.12.1","url-parse":"^1.5.10","uuid":"^3.3.2","vscode-debugprotocol":"^1.41.0","vscode-jsonrpc":"8.0.2-next.1","vscode-languageclient":"8.0.2-next.5","vscode-languageserver":"8.0.2-next.5","vscode-languageserver-protocol":"3.17.2-next.6","vscode-tas-client":"^0.1.63","ws":"^6.2.2","zeromq":"^6.0.0-beta.16","zeromqold":"npm:zeromq@^6.0.0-beta.6"},"devDependencies":{"@actions/core":"^1.9.1","@actions/github":"^4.0.0","@actions/glob":"^0.3.0","@babel/polyfill":"^7.4.4","@istanbuljs/nyc-config-typescript":"^1.0.2","@sinonjs/fake-timers":"^6.0.1","@types/ansi-regex":"^4.0.0","@types/chai":"^4.1.2","@types/chai-arrays":"^1.0.2","@types/chai-as-promised":"^7.1.0","@types/copy-webpack-plugin":"^6.0.0","@types/cors":"^2.8.6","@types/debug":"^4.1.5","@types/dedent":"^0.7.0","@types/del":"^4.0.0","@types/enzyme":"^3.1.14","@types/enzyme-adapter-react-16":"^1.0.3","@types/event-stream":"^3.3.33","@types/format-util":"^1.0.2","@types/fs-extra":"^5.0.1","@types/get-port":"^3.2.0","@types/glob":"^5.0.35","@types/html-webpack-plugin":"^3.2.0","@types/jsdom":"^21.1.1","@types/json2csv":"^5.0.3","@types/loadable__component":"^5.10.0","@types/loader-utils":"^1.1.3","@types/lodash":"^4.14.104","@types/memoize-one":"^4.1.1","@types/mocha":"^9.1.0","@types/nock":"^10.0.3","@types/node":"^16.18.6","@types/node-fetch":"^2.5.7","@types/pdfkit":"^0.11.0","@types/promisify-node":"^0.4.0","@types/react":"^16.4.14","@types/react-dom":"^16.0.8","@types/react-json-tree":"^0.6.8","@types/react-redux":"^7.1.5","@types/react-virtualized":"^9.21.2","@types/redux-logger":"^3.0.7","@types/semver":"^5.5.0","@types/shortid":"^0.0.29","@types/sinon":"^10.0.15","@types/sinonjs__fake-timers":"^6.0.1","@types/stack-trace":"0.0.29","@types/strip-comments":"^2.0.1","@types/svg-to-pdfkit":"^0.1.0","@types/tcp-port-used":"^1.0.0","@types/temp":"^0.8.32","@types/tmp":"^0.2.3","@types/url-parse":"^1.4.8","@types/uuid":"^3.4.3","@types/uuid-to-hex":"^1.1.0","@types/vscode-notebook-renderer":"^1.60.0","@types/webpack-bundle-analyzer":"^2.13.0","@types/webpack-env":"^1.18.1","@types/ws":"^6.0.1","@typescript-eslint/eslint-plugin":"^5.47.0","@typescript-eslint/eslint-plugin-tslint":"^5.47.0","@typescript-eslint/parser":"^5.47.0","@vscode/test-electron":"^2.2.0","@vscode/test-web":"^0.0.29","@vscode/zeromq":"^0.1.6","acorn":"^8.9.0","babel-polyfill":"^6.26.0","bufferutil":"^4.0.6","chai":"^4.3.7","chai-arrays":"^2.2.0","chai-as-promised":"^7.1.1","chai-exclude":"^2.1.0","clean-terminal-webpack-plugin":"^3.0.0","codecov":"^3.7.1","colors":"^1.4.0","copy-webpack-plugin":"^11.0.0","cross-env":"^7.0.3","cross-spawn":"^7.0.3","css-loader":"^6.8.1","dedent":"^0.7.0","deemon":"^1.4.0","del":"^3.0.0","enzyme":"^3.7.0","enzyme-adapter-react-16":"^1.6.0","es-abstract":"^1.19.1","es5-ext":"^0.10.53","eslint":"^8.43.0","eslint-config-airbnb":"^19.0.4","eslint-config-prettier":"^8.8.0","eslint-plugin-header":"^3.1.1","eslint-plugin-import":"^2.27.5","eslint-plugin-jsdoc":"^46.4.2","eslint-plugin-jsx-a11y":"^6.7.1","eslint-plugin-local-rules":"file:build/eslint-rules","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^3.1.0","eslint-plugin-prefer-arrow":"^1.2.3","eslint-plugin-prettier":"^4.2.1","eslint-plugin-react":"^7.32.2","eslint-plugin-react-hooks":"^4.6.0","expose-loader":"^4.1.0","flat":"^5.0.1","fork-ts-checker-webpack-plugin":"^8.0.0","get-port":"^3.2.0","glob-parent":"^6.0.2","gulp":"^4.0.2","gulp-filter":"^7.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","html-webpack-plugin":"^5.5.3","husky":"^8.0.3","jsdom":"^22.1.0","json2csv":"^5.0.7","jsonschema":"^1.4.1","keyv":"^4.1.0","less":"^4.1.3","less-loader":"^11.1.3","less-plugin-inline-urls":"^1.2.0","lolex":"^6.0.0","lru-cache":"^10.0.0","mocha":"^10.2.0","mocha-junit-reporter":"^2.2.0","mocha-multi-reporters":"^1.5.1","nock":"^13.3.1","node-has-native-dependencies":"^1.0.2","nyc":"^15.1.0","path-browserify":"^1.0.1","popper.js":"^1.16.1","postcss":"^8.4.24","postcss-import":"^15.1.0","postcss-loader":"^7.3.3","postcss-preset-env":"^8.5.1","prettier":"^2.8.8","relative":"^3.0.2","remove-files-webpack-plugin":"^1.5.0","rewiremock":"^3.14.5","rimraf":"^5.0.1","screenshot-desktop":"^1.14.0","sinon":"^15.2.0","source-map-support":"^0.5.21","style-loader":"^3.3.3","svg-inline-loader":"^0.8.2","thread-loader":"^4.0.2","transform-loader":"^0.2.4","ts-loader":"^9.2.8","ts-mock-imports":"^1.3.0","ts-mockito":"^2.6.1","tsconfig-paths-webpack-plugin":"^3.2.0","typemoq":"^2.1.0","typescript":"^5.0.2","unicode-properties":"^1.3.1","utf-8-validate":"^5.0.8","util":"^0.12.4","uuid-to-hex":"^1.1.1","vscode-dts":"^0.3.2","webpack":"^5.88.1","webpack-bundle-analyzer":"^4.9.0","webpack-cli":"^5.1.4","yargs":"^17.7.2","yargs-parser":"^21.1.1"},"optionalDependencies":{"canvas":"^2.7.0","fsevents":"^2.3.2"},"overrides":{"json5":"2.2.2","string_decoder":"1.3.0","simple-get@<3.1.1":"3.1.1","validator@<13.7.0":"13.7.0","jpeg-js@<0.4.4":"0.4.4","playwright-core":{"jpeg-js":"0.4.4"},"terser@<5.14.2":"5.14.2","glob-parent@<5.1.2":"5.1.2","jquery-ui@<1.13.2":"1.13.2","@jupyterlab/coreutils":{"url-parse":"$url-parse"},"d3-color":"3.1.0"}},"location":{"$mid":1,"path":"/home/linuxbrew/app/code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal","scheme":"file"},"isBuiltin":false,"targetPlatform":"universal","metadata":{"id":"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869203696,"preRelease":false},"isValid":true,"validations":[]}]} \ No newline at end of file +{"input":{"location":{"$mid":1,"fsPath":"/home/linuxbrew/app/code-server/extensions/extensions.json","external":"file:///home/linuxbrew/app/code-server/extensions/extensions.json","path":"/home/linuxbrew/app/code-server/extensions/extensions.json","scheme":"file"},"mtime":1695932465000,"profile":true,"profileScanOptions":{"bailOutWhenFileNotFound":true},"type":1,"excludeObsolete":true,"validate":true,"productVersion":"1.82.2","productDate":"2023-09-22T09:29:25.764Z","productCommit":"abd2f3db4bdb28f9e95536dfa84d8479f1eb312d","devMode":false,"language":"en","translations":{}},"result":[{"type":1,"identifier":{"id":"ms-python.python","uuid":"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5"},"manifest":{"name":"python","displayName":"Python","description":"IntelliSense (Pylance), Linting, Debugging (multi-threaded, remote), code formatting, refactoring, unit tests, and more.","version":"2023.16.0","featureFlags":{"usingNewInterpreterStorage":true},"capabilities":{"untrustedWorkspaces":{"supported":"limited","description":"Only Partial IntelliSense with Pylance is supported. Cannot execute Python with untrusted files."},"virtualWorkspaces":{"supported":"limited","description":"Only Partial IntelliSense supported."}},"publisher":"ms-python","enabledApiProposals":["contribEditorContentMenu","quickPickSortByLabel","envShellEvent","testObserver","quickPickItemTooltip","saveEditor"],"author":{"name":"Microsoft Corporation"},"license":"MIT","homepage":"https://github.com/Microsoft/vscode-python","repository":{"type":"git","url":"https://github.com/Microsoft/vscode-python"},"bugs":{"url":"https://github.com/Microsoft/vscode-python/issues"},"qna":"https://github.com/microsoft/vscode-python/discussions/categories/q-a","icon":"icon.png","galleryBanner":{"color":"#1e415e","theme":"dark"},"engines":{"vscode":"^1.82.0-20230830"},"enableTelemetry":false,"keywords":["python","django","unittest","multi-root ready"],"categories":["Programming Languages","Debuggers","Linters","Formatters","Other","Data Science","Machine Learning"],"activationEvents":["onDebugInitialConfigurations","onLanguage:python","onDebugDynamicConfigurations:python","onDebugResolve:python","onWalkthrough:pythonWelcome","onWalkthrough:pythonWelcome2","onWalkthrough:pythonDataScienceWelcome","workspaceContains:mspythonconfig.json","workspaceContains:pyproject.toml","workspaceContains:Pipfile","workspaceContains:setup.py","workspaceContains:requirements.txt","workspaceContains:manage.py","workspaceContains:app.py"],"main":"./out/client/extension","browser":"./dist/extension.browser.js","l10n":"./l10n","contributes":{"walkthroughs":[{"id":"pythonWelcome","title":"Get Started with Python Development","description":"Your first steps to set up a Python project with all the powerful tools and features that the Python extension has to offer!","when":"workspacePlatform != webworker","steps":[{"id":"python.createPythonFile","title":"Create a Python file","description":"[Open](command:toSide:workbench.action.files.openFile) or [create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D) a Python file - make sure to save it as \".py\".\n[Create Python File](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D)","media":{"svg":"resources/walkthrough/open-folder.svg","altText":"Open a Python file or a folder with a Python project."},"when":""},{"id":"python.installPythonWin8","title":"Install Python","description":"The Python Extension requires Python to be installed. Install Python [from python.org](https://www.python.org/downloads).\n\n[Install Python](https://www.python.org/downloads)\n","media":{"markdown":"resources/walkthrough/install-python-windows-8.md"},"when":"workspacePlatform == windows && showInstallPythonTile"},{"id":"python.installPythonMac","title":"Install Python","description":"The Python Extension requires Python to be installed. Install Python 3 through the terminal.\n[Install Python via Brew](command:python.installPythonOnMac)\n","media":{"markdown":"resources/walkthrough/install-python-macos.md"},"when":"workspacePlatform == mac && showInstallPythonTile","command":"workbench.action.terminal.new"},{"id":"python.installPythonLinux","title":"Install Python","description":"The Python Extension requires Python to be installed. Install Python 3 through the terminal.\n[Install Python via terminal](command:python.installPythonOnLinux)\n","media":{"markdown":"resources/walkthrough/install-python-linux.md"},"when":"workspacePlatform == linux && showInstallPythonTile","command":"workbench.action.terminal.new"},{"id":"python.selectInterpreter","title":"Select a Python Interpreter","description":"Choose which Python interpreter/environment you want to use for your Python project.\n[Select Python Interpreter](command:python.setInterpreter)\n**Tip**: Run the ``Python: Select Interpreter`` command in the [Command Palette](command:workbench.action.showCommands).","media":{"svg":"resources/walkthrough/python-interpreter.svg","altText":"Selecting a Python interpreter from the status bar"},"when":"workspaceFolderCount == 0"},{"id":"python.createEnvironment","title":"Create a Python Environment ","description":"Create an environment for your Python project.\n[Create Environment](command:python.createEnvironment)\n**Tip**: Run the ``Python: Create Environment`` command in the [Command Palette](command:workbench.action.showCommands).\n 🔍 Check out our [docs](https://aka.ms/pythonenvs) to learn more.","media":{"svg":"resources/walkthrough/create-environment.svg","altText":"Creating a Python environment from the Command Palette"},"when":"workspaceFolderCount > 0"},{"id":"python.runAndDebug","title":"Run and debug your Python file","description":"Open your Python file and click on the play button on the top right of the editor, or press F5 when on the file and select \"Python File\" to run with the debugger. \n \n[Learn more](https://code.visualstudio.com/docs/python/python-tutorial#_run-hello-world)","media":{"svg":"resources/walkthrough/rundebug2.svg","altText":"How to run and debug in VS Code with F5 or the play button on the top right."},"when":""},{"id":"python.learnMoreWithDS","title":"Explore more resources","description":"🎨 Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands). \n 📈 Learn more about getting started with [data science](command:workbench.action.openWalkthrough?%7B%22category%22%3A%22ms-python.python%23pythonDataScienceWelcome%22%2C%22step%22%3A%22ms-python.python%23python.createNewNotebook%22%7D) in Python. \n ✨ Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features. \n \n[Learn More](https://aka.ms/AA8dqti)","media":{"altText":"Image representing our documentation page and mailing list resources.","svg":"resources/walkthrough/learnmore.svg"},"when":""}]},{"id":"pythonWelcome2","title":"Get Started with Python Development","description":"Your first steps to set up a Python project with all the powerful tools and features that the Python extension has to offer!","when":"false","steps":[{"id":"python.createPythonFolder","title":"Open a Python project folder","description":"[Open](command:workbench.action.files.openFolder) or create a project folder.\n[Open Project Folder](command:workbench.action.files.openFolder)","media":{"svg":"resources/walkthrough/open-folder.svg","altText":"Open a Python file or a folder with a Python project."},"when":"workspaceFolderCount = 0"},{"id":"python.createPythonFile","title":"Create a Python file","description":"[Open](command:toSide:workbench.action.files.openFile) or [create](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D) a Python file - make sure to save it as \".py\".\n[Create Python File](command:toSide:workbench.action.files.newUntitledFile?%7B%22languageId%22%3A%22python%22%7D)","media":{"svg":"resources/walkthrough/open-folder.svg","altText":"Open a Python file or a folder with a Python project."},"when":""},{"id":"python.installPythonWin8","title":"Install Python","description":"The Python Extension requires Python to be installed. Install Python [from python.org](https://www.python.org/downloads).\n\n[Install Python](https://www.python.org/downloads)\n","media":{"markdown":"resources/walkthrough/install-python-windows-8.md"},"when":"workspacePlatform == windows && showInstallPythonTile"},{"id":"python.installPythonMac","title":"Install Python","description":"The Python Extension requires Python to be installed. Install Python 3 through the terminal.\n[Install Python via Brew](command:python.installPythonOnMac)\n","media":{"markdown":"resources/walkthrough/install-python-macos.md"},"when":"workspacePlatform == mac && showInstallPythonTile","command":"workbench.action.terminal.new"},{"id":"python.installPythonLinux","title":"Install Python","description":"The Python Extension requires Python to be installed. Install Python 3 through the terminal.\n[Install Python via terminal](command:python.installPythonOnLinux)\n","media":{"markdown":"resources/walkthrough/install-python-linux.md"},"when":"workspacePlatform == linux && showInstallPythonTile","command":"workbench.action.terminal.new"},{"id":"python.createEnvironment2","title":"Create or select a Python Environment ","description":"Create an environment for your Python project or use [Select Python Interpreter](command:python.setInterpreter) to select an existing one.\n[Create Environment](command:python.createEnvironment)\n**Tip**: Run the ``Python: Create Environment`` command in the [Command Palette](command:workbench.action.showCommands).","media":{"markdown":"resources/walkthrough/environments-info.md"},"when":""},{"id":"python.runAndDebug","title":"Run and debug your Python file","description":"Open your Python file and click on the play button on the top right of the editor, or press F5 when on the file and select \"Python File\" to run with the debugger. \n \n[Learn more](https://code.visualstudio.com/docs/python/python-tutorial#_run-hello-world)","media":{"svg":"resources/walkthrough/rundebug2.svg","altText":"How to run and debug in VS Code with F5 or the play button on the top right."},"when":""},{"id":"python.learnMoreWithDS2","title":"Explore more resources","description":"🎨 Explore all the features the Python extension has to offer by looking for \"Python\" in the [Command Palette](command:workbench.action.showCommands). \n 📈 Learn more about getting started with [data science](command:workbench.action.openWalkthrough?%7B%22category%22%3A%22ms-python.python%23pythonDataScienceWelcome%22%2C%22step%22%3A%22ms-python.python%23python.createNewNotebook%22%7D) in Python. \n ✨ Take a look at our [Release Notes](https://aka.ms/AA8dxtb) to learn more about the latest features. \n \n[Follow along with the Python Tutorial](https://aka.ms/AA8dqti)","media":{"altText":"Image representing our documentation page and mailing list resources.","svg":"resources/walkthrough/learnmore.svg"},"when":""}]},{"id":"pythonDataScienceWelcome","title":"Get Started with Python for Data Science","description":"Your first steps to getting started with a Data Science project with Python!","when":"false","steps":[{"id":"python.installJupyterExt","title":"Install Jupyter extension","description":"If you haven't already, install the [Jupyter extension](command:workbench.extensions.search?\"ms-toolsai.jupyter\") to take full advantage of notebooks experiences in VS Code!\n \n[Search Jupyter extension](command:workbench.extensions.search?\"ms-toolsai.jupyter\")","media":{"svg":"resources/walkthrough/data-science.svg","altText":"Creating a new Jupyter notebook"}},{"id":"python.createNewNotebook","title":"Create or open a Jupyter Notebook","description":"Right click in the file explorer and create a new file with an .ipynb extension. Or, open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create New Blank Notebook``.\n[Create new Jupyter Notebook](command:toSide:jupyter.createnewnotebook)\n If you have an existing project, you can also [open a folder](command:workbench.action.files.openFolder) and/or clone a project from GitHub: [clone a Git repository](command:git.clone).","media":{"svg":"resources/walkthrough/create-notebook.svg","altText":"Creating a new Jupyter notebook"},"completionEvents":["onCommand:jupyter.createnewnotebook","onCommand:workbench.action.files.openFolder","onCommand:workbench.action.files.openFileFolder"]},{"id":"python.openInteractiveWindow","title":"Open the Python Interactive Window","description":"The Python Interactive Window is a Python shell where you can execute and view the results of your Python code. You can create cells on a Python file by typing ``#%%``.\n \nTo open the interactive window anytime, open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Jupyter: Create Interactive Window``.\n[Open Interactive Window](command:jupyter.createnewinteractive)","media":{"svg":"resources/walkthrough/interactive-window.svg","altText":"Opening Python interactive window"},"completionEvents":["onCommand:jupyter.createnewinteractive"]},{"id":"python.dataScienceLearnMore","title":"Find out more!","description":"📒 Take a look into the [Jupyter extension](command:workbench.extensions.search?\"ms-toolsai.jupyter\") features, by looking for \"Jupyter\" in the [Command Palette](command:workbench.action.showCommands). \n 🏃🏻 Find out more features in our [Tutorials](https://aka.ms/AAdjzpd). \n[Learn more](https://aka.ms/AAdar6q)","media":{"svg":"resources/walkthrough/learnmore.svg","altText":"Image representing our documentation page and mailing list resources."}}]}],"breakpoints":[{"language":"html"},{"language":"jinja"},{"language":"python"},{"language":"django-html"},{"language":"django-txt"}],"commands":[{"title":"New Python File","shortTitle":"Python File","category":"Python","command":"python.createNewFile"},{"category":"Python","command":"python.analysis.restartLanguageServer","title":"Restart Language Server"},{"category":"Python","command":"python.clearCacheAndReload","title":"Clear Cache and Reload Window"},{"category":"Python","command":"python.clearWorkspaceInterpreter","title":"Clear Workspace Interpreter Setting"},{"category":"Python","command":"python.configureTests","title":"Configure Tests"},{"category":"Python","command":"python.createTerminal","title":"Create Terminal"},{"category":"Python","command":"python.createEnvironment","title":"Create Environment..."},{"category":"Python","command":"python.createEnvironment-button","title":"Create Environment..."},{"category":"Python","command":"python.enableLinting","title":"Enable/Disable Linting"},{"category":"Python","command":"python.enableSourceMapSupport","title":"Enable Source Map Support For Extension Debugging"},{"category":"Python","command":"python.execInTerminal","title":"Run Python File in Terminal"},{"category":"Python","command":"python.execInTerminal-icon","icon":"$(play)","title":"Run Python File"},{"category":"Python","command":"python.execInDedicatedTerminal","icon":"$(play)","title":"Run Python File in Dedicated Terminal"},{"category":"Python","command":"python.debugInTerminal","icon":"$(debug-alt)","title":"Debug Python File"},{"category":"Python","command":"python.execSelectionInDjangoShell","title":"Run Selection/Line in Django Shell"},{"category":"Python","command":"python.execSelectionInTerminal","title":"Run Selection/Line in Python Terminal"},{"category":"Python","command":"python.launchTensorBoard","title":"Launch TensorBoard"},{"category":"Python","command":"python.refreshTensorBoard","enablement":"python.hasActiveTensorBoardSession","icon":"$(refresh)","title":"Refresh TensorBoard"},{"category":"Python","command":"python.reportIssue","title":"Report Issue..."},{"category":"Test","command":"testing.reRunFailTests","icon":"$(run-errors)","title":"Rerun Failed Tests"},{"category":"Python","command":"python.runLinting","title":"Run Linting"},{"category":"Python","command":"python.setInterpreter","title":"Select Interpreter"},{"category":"Python","command":"python.setLinter","title":"Select Linter"},{"category":"Python Refactor","command":"python.sortImports","title":"Sort Imports"},{"category":"Python","command":"python.startREPL","title":"Start REPL"},{"category":"Python","command":"python.viewLanguageServerOutput","enablement":"python.hasLanguageServerOutputChannel","title":"Show Language Server Output"},{"category":"Python","command":"python.viewOutput","icon":{"dark":"resources/dark/repl.svg","light":"resources/light/repl.svg"},"title":"Show Output"},{"category":"Python","command":"python.installJupyter","title":"Install the Jupyter extension"}],"configuration":{"properties":{"python.activeStateToolPath":{"default":"state","description":"Path to the State Tool executable for ActiveState runtimes (version 0.36+).","scope":"machine-overridable","type":"string"},"python.autoComplete.extraPaths":{"default":[],"description":"List of paths to libraries and the like that need to be imported by auto complete engine. E.g. when using Google App SDK, the paths are not in system path, hence need to be added into this list.","scope":"resource","type":"array","uniqueItems":true},"python.createEnvironment.contentButton":{"default":"show","markdownDescription":"Show or hide Create Environment button in the editor for `requirements.txt` or other dependency files.","scope":"machine-overridable","type":"string","enum":["show","hide"],"tags":["experimental"]},"python.condaPath":{"default":"","description":"Path to the conda executable to use for activation (version 4.4+).","scope":"machine","type":"string"},"python.defaultInterpreterPath":{"default":"python","markdownDescription":"Path to default Python to use when extension loads up for the first time, no longer used once an interpreter is selected for the workspace. See [here](https://aka.ms/AAfekmf) to understand when this is used","scope":"machine-overridable","type":"string"},"python.diagnostics.sourceMapsEnabled":{"default":false,"description":"Enable source map support for meaningful stack traces in error logs.","scope":"application","type":"boolean"},"python.envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","scope":"resource","type":"string"},"python.experiments.enabled":{"default":true,"description":"Enables A/B tests experiments in the Python extension. If enabled, you may get included in proposed enhancements and/or features.","scope":"machine","type":"boolean"},"python.experiments.optInto":{"default":[],"markdownDescription":"List of experiment to opt into. If empty, user is assigned the default experiment groups. See [here](https://github.com/microsoft/vscode-python/wiki/AB-Experiments) for more details.","items":{"enum":["All","pythonSurveyNotification","pythonPromptNewToolsExt","pythonTerminalEnvVarActivation","pythonTestAdapter"],"enumDescriptions":["Combined list of all experiments.","Denotes the Python Survey Notification experiment.","Denotes the Python Prompt New Tools Extension experiment.","Enables use of environment variables to activate terminals instead of sending activation commands.","Denotes the Python Test Adapter experiment."]},"scope":"machine","type":"array","uniqueItems":true},"python.experiments.optOutFrom":{"default":[],"markdownDescription":"List of experiment to opt out of. If empty, user is assigned the default experiment groups. See [here](https://github.com/microsoft/vscode-python/wiki/AB-Experiments) for more details.","items":{"enum":["All","pythonSurveyNotification","pythonPromptNewToolsExt","pythonTerminalEnvVarActivation","pythonTestAdapter"],"enumDescriptions":["Combined list of all experiments.","Denotes the Python Survey Notification experiment.","Denotes the Python Prompt New Tools Extension experiment.","Enables use of environment variables to activate terminals instead of sending activation commands.","Denotes the Python Test Adapter experiment."]},"scope":"machine","type":"array","uniqueItems":true},"python.formatting.autopep8Args":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Autopep8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Autopep8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.formatting.autopep8Path":{"default":"autopep8","description":"Path to autopep8, you can use a custom version of autopep8 by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Autopep8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Autopep8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.formatting.blackArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Black Formatter extension](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Black Formatter extension. Learn more here: https://aka.ms/AAlgvkb."},"python.formatting.blackPath":{"default":"black","description":"Path to Black, you can use a custom version of Black by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Black Formatter extension](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Black Formatter extension. Learn more here: https://aka.ms/AAlgvkb."},"python.formatting.provider":{"default":"autopep8","description":"Provider for formatting. Possible options include 'autopep8', 'black', and 'yapf'.","enum":["autopep8","black","none","yapf"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Autopep8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.autopep8) or the [Black Formatter extension](https://marketplace.visualstudio.com/items?itemName=ms-python.black-formatter).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Autopep8 extension or the Black Formatter extension. Learn more here: https://aka.ms/AAlgvkb."},"python.formatting.yapfArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"Yapf support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Yapf support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.formatting.yapfPath":{"default":"yapf","description":"Path to yapf, you can use a custom version of yapf by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"Yapf support will soon be deprecated.
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Yapf support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.globalModuleInstallation":{"default":false,"description":"Whether to install Python modules globally when not using an environment.","scope":"resource","type":"boolean"},"python.languageServer":{"default":"Default","description":"Defines type of the language server.","enum":["Default","Jedi","Pylance","None"],"enumDescriptions":["Automatically select a language server: Pylance if installed and available, otherwise fallback to Jedi.","Use Jedi behind the Language Server Protocol (LSP) as a language server.","Use Pylance as a language server.","Disable language server capabilities."],"scope":"window","type":"string"},"python.linting.banditArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"Bandit support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Bandit support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.banditEnabled":{"default":false,"description":"Whether to lint Python files using bandit.","scope":"resource","type":"boolean","markdownDeprecationMessage":"Bandit support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Bandit support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.banditPath":{"default":"bandit","description":"Path to bandit, you can use a custom version of bandit by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"Bandit support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Bandit support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.cwd":{"default":null,"description":"Optional working directory for linters.","scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.enabled":{"default":true,"description":"Whether to lint Python files.","scope":"resource","type":"boolean","markdownDeprecationMessage":"This setting will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.flake8Args":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Flake8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Flake8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.flake8CategorySeverity.E":{"default":"Error","description":"Severity of Flake8 message type 'E'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Flake8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Flake8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.flake8CategorySeverity.F":{"default":"Error","description":"Severity of Flake8 message type 'F'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Flake8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Flake8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.interpreter.infoVisibility":{"default":"onPythonRelated","description":"Controls when to display information of selected interpreter in the status bar.","enum":["never","onPythonRelated","always"],"enumDescriptions":["Never display information.","Only display information if Python-related files are opened.","Always display information."],"scope":"machine","type":"string"},"python.linting.flake8CategorySeverity.W":{"default":"Warning","description":"Severity of Flake8 message type 'W'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Flake8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Flake8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.flake8Enabled":{"default":false,"description":"Whether to lint Python files using flake8.","scope":"resource","type":"boolean","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Flake8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Flake8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.flake8Path":{"default":"flake8","description":"Path to flake8, you can use a custom version of flake8 by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Flake8 extension](https://marketplace.visualstudio.com/items?itemName=ms-python.flake8).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Flake8 extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.ignorePatterns":{"default":["**/site-packages/**/*.py",".vscode/*.py"],"description":"Patterns used to exclude files or folders from being linted.","items":{"type":"string"},"scope":"resource","type":"array","uniqueItems":true,"markdownDeprecationMessage":"This setting will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.lintOnSave":{"default":true,"description":"Whether to lint Python files when saved.","scope":"resource","type":"boolean","markdownDeprecationMessage":"This setting will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.maxNumberOfProblems":{"default":100,"description":"Controls the maximum number of problems produced by the server.","scope":"resource","type":"number","markdownDeprecationMessage":"This setting will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.mypyArgs":{"default":["--follow-imports=silent","--ignore-missing-imports","--show-column-numbers","--no-pretty"],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Mypy Type Checker extension](https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Mypy Type Checker extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.mypyCategorySeverity.error":{"default":"Error","description":"Severity of Mypy message type 'Error'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Mypy Type Checker extension](https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Mypy Type Checker extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.mypyCategorySeverity.note":{"default":"Information","description":"Severity of Mypy message type 'Note'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Mypy Type Checker extension](https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Mypy Type Checker extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.mypyEnabled":{"default":false,"description":"Whether to lint Python files using mypy.","scope":"resource","type":"boolean","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Mypy Type Checker extension](https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Mypy Type Checker extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.mypyPath":{"default":"mypy","description":"Path to mypy, you can use a custom version of mypy by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Mypy Type Checker extension](https://marketplace.visualstudio.com/items?itemName=ms-python.mypy-type-checker).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Mypy Type Checker extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.prospectorArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"Prospector support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Prospector support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.prospectorEnabled":{"default":false,"description":"Whether to lint Python files using prospector.","scope":"resource","type":"boolean","markdownDeprecationMessage":"Prospector support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Prospector support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.prospectorPath":{"default":"prospector","description":"Path to Prospector, you can use a custom version of prospector by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"Prospector support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Prospector support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pycodestyleArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"Pycodestyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pycodestyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pycodestyleCategorySeverity.E":{"default":"Error","description":"Severity of pycodestyle message type 'E'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"Pycodestyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pycodestyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pycodestyleCategorySeverity.W":{"default":"Warning","description":"Severity of pycodestyle message type 'W'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"Pycodestyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pycodestyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pycodestyleEnabled":{"default":false,"description":"Whether to lint Python files using pycodestyle.","scope":"resource","type":"boolean","markdownDeprecationMessage":"Pycodestyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pycodestyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pycodestylePath":{"default":"pycodestyle","description":"Path to pycodestyle, you can use a custom version of pycodestyle by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"Pycodestyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pycodestyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pydocstyleArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"Pydocstyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pydocstyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pydocstyleEnabled":{"default":false,"description":"Whether to lint Python files using pydocstyle.","scope":"resource","type":"boolean","markdownDeprecationMessage":"Pydocstyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pydocstyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pydocstylePath":{"default":"pydocstyle","description":"Path to pydocstyle, you can use a custom version of pydocstyle by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"Pydocstyle support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pydocstyle support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylamaArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"Pylama support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pylama support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylamaEnabled":{"default":false,"description":"Whether to lint Python files using pylama.","scope":"resource","type":"boolean","markdownDeprecationMessage":"Pylama support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pylama support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylamaPath":{"default":"pylama","description":"Path to pylama, you can use a custom version of pylama by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"Pylama support will soon be deprecated. Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"Pylama support will soon be deprecated. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintCategorySeverity.convention":{"default":"Information","description":"Severity of Pylint message type 'Convention/C'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintCategorySeverity.error":{"default":"Error","description":"Severity of Pylint message type 'Error/E'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintCategorySeverity.fatal":{"default":"Error","description":"Severity of Pylint message type 'Error/F'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintCategorySeverity.refactor":{"default":"Hint","description":"Severity of Pylint message type 'Refactor/R'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintCategorySeverity.warning":{"default":"Warning","description":"Severity of Pylint message type 'Warning/W'.","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintEnabled":{"default":false,"description":"Whether to lint Python files using pylint.","scope":"resource","type":"boolean","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.linting.pylintPath":{"default":"pylint","description":"Path to Pylint, you can use a custom version of pylint by modifying this setting to include the full path.","scope":"machine-overridable","type":"string","markdownDeprecationMessage":"This setting will soon be deprecated. Please use the [Pylint extension](https://marketplace.visualstudio.com/items?itemName=ms-python.pylint).
Learn more [here](https://aka.ms/AAlgvkb).","deprecationMessage":"This setting will soon be deprecated. Please use the Pylint extension. Learn more here: https://aka.ms/AAlgvkb."},"python.logging.level":{"default":"error","deprecationMessage":"This setting is deprecated. Please use command `Developer: Set Log Level...` to set logging level.","description":"The logging level the extension logs at, defaults to 'error'","enum":["debug","error","info","off","warn"],"scope":"machine","type":"string"},"python.missingPackage.severity":{"default":"Hint","description":"Set severity of missing packages in requirements.txt or pyproject.toml","enum":["Error","Hint","Information","Warning"],"scope":"resource","type":"string","tags":["experimental"]},"python.pipenvPath":{"default":"pipenv","description":"Path to the pipenv executable to use for activation.","scope":"machine-overridable","type":"string"},"python.poetryPath":{"default":"poetry","description":"Path to the poetry executable.","scope":"machine-overridable","type":"string"},"python.sortImports.args":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array","deprecationMessage":"This setting will be removed soon. Use 'isort.args' instead."},"python.sortImports.path":{"default":"","description":"Path to isort script, default using inner version","scope":"machine-overridable","type":"string","deprecationMessage":"This setting will be removed soon. Use 'isort.path' instead."},"python.tensorBoard.logDirectory":{"default":"","description":"Set this setting to your preferred TensorBoard log directory to skip log directory prompt when starting TensorBoard.","scope":"resource","type":"string"},"python.terminal.activateEnvInCurrentTerminal":{"default":false,"description":"Activate Python Environment in the current Terminal on load of the Extension.","scope":"resource","type":"boolean"},"python.terminal.activateEnvironment":{"default":true,"description":"Activate Python Environment in all Terminals created.","scope":"resource","type":"boolean"},"python.terminal.executeInFileDir":{"default":false,"description":"When executing a file in the terminal, whether to use execute in the file's directory, instead of the current open folder.","scope":"resource","type":"boolean"},"python.terminal.focusAfterLaunch":{"default":false,"description":"When launching a python terminal, whether to focus the cursor on the terminal.","scope":"resource","type":"boolean"},"python.terminal.launchArgs":{"default":[],"description":"Python launch arguments to use when executing a file in the terminal.","scope":"resource","type":"array"},"python.testing.autoTestDiscoverOnSaveEnabled":{"default":true,"description":"Enable auto run test discovery when saving a test file.","scope":"resource","type":"boolean"},"python.testing.cwd":{"default":null,"description":"Optional working directory for tests.","scope":"resource","type":"string"},"python.testing.debugPort":{"default":3000,"description":"Port number used for debugging of tests.","scope":"resource","type":"number"},"python.testing.promptToConfigure":{"default":true,"description":"Prompt to configure a test framework if potential tests directories are discovered.","scope":"resource","type":"boolean"},"python.testing.pytestArgs":{"default":[],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array"},"python.testing.pytestEnabled":{"default":false,"description":"Enable testing using pytest.","scope":"resource","type":"boolean"},"python.testing.pytestPath":{"default":"pytest","description":"Path to pytest (pytest), you can use a custom version of pytest by modifying this setting to include the full path.","scope":"machine-overridable","type":"string"},"python.testing.unittestArgs":{"default":["-v","-s",".","-p","*test*.py"],"description":"Arguments passed in. Each argument is a separate item in the array.","items":{"type":"string"},"scope":"resource","type":"array"},"python.testing.unittestEnabled":{"default":false,"description":"Enable testing using unittest.","scope":"resource","type":"boolean"},"python.venvFolders":{"default":[],"description":"Folders in your home directory to look into for virtual environments (supports pyenv, direnv and virtualenvwrapper by default).","items":{"type":"string"},"scope":"machine","type":"array","uniqueItems":true},"python.venvPath":{"default":"","description":"Path to folder with a list of Virtual Environments (e.g. ~/.pyenv, ~/Envs, ~/.virtualenvs).","scope":"machine","type":"string"}},"title":"Python","type":"object"},"debuggers":[{"configurationAttributes":{"attach":{"properties":{"connect":{"label":"Attach by connecting to debugpy over a socket.","properties":{"host":{"default":"127.0.0.1","description":"Hostname or IP address to connect to.","type":"string"},"port":{"description":"Port to connect to.","type":"number"}},"required":["port"],"type":"object"},"debugAdapterPath":{"description":"Path (fully qualified) to the python debug adapter executable.","type":"string"},"django":{"default":false,"description":"Django debugging.","type":"boolean"},"host":{"default":"127.0.0.1","description":"Hostname or IP address to connect to.","type":"string"},"jinja":{"default":null,"description":"Jinja template debugging (e.g. Flask).","enum":[false,null,true]},"justMyCode":{"default":true,"description":"If true, show and debug only user-written code. If false, show and debug all code, including library calls.","type":"boolean"},"listen":{"label":"Attach by listening for incoming socket connection from debugpy","properties":{"host":{"default":"127.0.0.1","description":"Hostname or IP address of the interface to listen on.","type":"string"},"port":{"description":"Port to listen on.","type":"number"}},"required":["port"],"type":"object"},"logToFile":{"default":false,"description":"Enable logging of debugger events to a log file.","type":"boolean"},"pathMappings":{"default":[],"items":{"label":"Path mapping","properties":{"localRoot":{"default":"${workspaceFolder}","label":"Local source root.","type":"string"},"remoteRoot":{"default":"","label":"Remote source root.","type":"string"}},"required":["localRoot","remoteRoot"],"type":"object"},"label":"Path mappings.","type":"array"},"port":{"description":"Port to connect to.","type":"number"},"processId":{"anyOf":[{"default":"${command:pickProcess}","description":"Use process picker to select a process to attach, or Process ID as integer.","enum":["${command:pickProcess}"]},{"description":"ID of the local process to attach to.","type":"integer"}]},"redirectOutput":{"default":true,"description":"Redirect output.","type":"boolean"},"showReturnValue":{"default":true,"description":"Show return value of functions when stepping.","type":"boolean"},"subProcess":{"default":false,"description":"Whether to enable Sub Process debugging","type":"boolean"}}},"launch":{"properties":{"args":{"default":[],"description":"Command line arguments passed to the program.","items":{"type":"string"},"type":["array","string"]},"autoReload":{"default":{},"description":"Configures automatic reload of code on edit.","properties":{"enable":{"default":false,"description":"Automatically reload code on edit.","type":"boolean"},"exclude":{"default":["**/.git/**","**/.metadata/**","**/__pycache__/**","**/node_modules/**","**/site-packages/**"],"description":"Glob patterns of paths to exclude from auto reload.","items":{"type":"string"},"type":"array"},"include":{"default":["**/*.py","**/*.pyw"],"description":"Glob patterns of paths to include in auto reload.","items":{"type":"string"},"type":"array"}},"type":"object"},"console":{"default":"integratedTerminal","description":"Where to launch the debug target: internal console, integrated terminal, or external terminal.","enum":["externalTerminal","integratedTerminal","internalConsole"]},"cwd":{"default":"${workspaceFolder}","description":"Absolute path to the working directory of the program being debugged. Default is the root directory of the file (leave empty).","type":"string"},"debugAdapterPath":{"description":"Path (fully qualified) to the python debug adapter executable.","type":"string"},"django":{"default":false,"description":"Django debugging.","type":"boolean"},"env":{"additionalProperties":{"type":"string"},"default":{},"description":"Environment variables defined as a key value pair. Property ends up being the Environment Variable and the value of the property ends up being the value of the Env Variable.","type":"object"},"envFile":{"default":"${workspaceFolder}/.env","description":"Absolute path to a file containing environment variable definitions.","type":"string"},"gevent":{"default":false,"description":"Enable debugging of gevent monkey-patched code.","type":"boolean"},"host":{"default":"localhost","description":"IP address of the of the local debug server (default is localhost).","type":"string"},"jinja":{"default":null,"description":"Jinja template debugging (e.g. Flask).","enum":[false,null,true]},"justMyCode":{"default":true,"description":"Debug only user-written code.","type":"boolean"},"logToFile":{"default":false,"description":"Enable logging of debugger events to a log file.","type":"boolean"},"module":{"default":"","description":"Name of the module to be debugged.","type":"string"},"pathMappings":{"default":[],"items":{"label":"Path mapping","properties":{"localRoot":{"default":"${workspaceFolder}","label":"Local source root.","type":"string"},"remoteRoot":{"default":"","label":"Remote source root.","type":"string"}},"required":["localRoot","remoteRoot"],"type":"object"},"label":"Path mappings.","type":"array"},"port":{"default":0,"description":"Debug port (default is 0, resulting in the use of a dynamic port).","type":"number"},"program":{"default":"${file}","description":"Absolute path to the program.","type":"string"},"purpose":{"default":[],"description":"Tells extension to use this configuration for test debugging, or when using debug-in-terminal command.","items":{"enum":["debug-test","debug-in-terminal"],"enumDescriptions":["Use this configuration while debugging tests using test view or test debug commands.","Use this configuration while debugging a file using debug in terminal button in the editor."]},"type":"array"},"pyramid":{"default":false,"description":"Whether debugging Pyramid applications","type":"boolean"},"python":{"default":"${command:python.interpreterPath}","description":"Absolute path to the Python interpreter executable; overrides workspace configuration if set.","type":"string"},"pythonArgs":{"default":[],"description":"Command-line arguments passed to the Python interpreter. To pass arguments to the debug target, use \"args\".","items":{"type":"string"},"type":"array"},"redirectOutput":{"default":true,"description":"Redirect output.","type":"boolean"},"showReturnValue":{"default":true,"description":"Show return value of functions when stepping.","type":"boolean"},"stopOnEntry":{"default":false,"description":"Automatically stop after launch.","type":"boolean"},"subProcess":{"default":false,"description":"Whether to enable Sub Process debugging","type":"boolean"},"sudo":{"default":false,"description":"Running debug program under elevated permissions (on Unix).","type":"boolean"}}}},"configurationSnippets":[],"label":"Python","languages":["python"],"type":"python","variables":{"pickProcess":"python.pickLocalProcess"},"when":"!virtualWorkspace && shellExecutionSupported"}],"grammars":[{"language":"pip-requirements","path":"./syntaxes/pip-requirements.tmLanguage.json","scopeName":"source.pip-requirements"}],"jsonValidation":[{"fileMatch":".condarc","url":"./schemas/condarc.json"},{"fileMatch":"environment.yml","url":"./schemas/conda-environment.json"},{"fileMatch":"meta.yaml","url":"./schemas/conda-meta.json"}],"keybindings":[{"command":"python.execSelectionInTerminal","key":"shift+enter","when":"editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && !jupyter.ownsSelection && !notebookEditorFocused"},{"command":"python.refreshTensorBoard","key":"ctrl+r","mac":"cmd+r","when":"python.hasActiveTensorBoardSession"}],"languages":[{"aliases":["Jinja"],"extensions":[".j2",".jinja2"],"id":"jinja"},{"aliases":["pip requirements","requirements.txt"],"configuration":"./languages/pip-requirements.json","filenamePatterns":["**/*requirements*.{txt, in}","**/*constraints*.txt","**/requirements/*.{txt,in}","**/constraints/*.txt"],"filenames":["constraints.txt","requirements.in","requirements.txt"],"id":"pip-requirements"},{"filenames":[".condarc"],"id":"yaml"},{"filenames":[".flake8",".pep8",".pylintrc",".pypirc"],"id":"ini"},{"filenames":["Pipfile","poetry.lock"],"id":"toml"},{"filenames":["Pipfile.lock"],"id":"json"}],"menus":{"commandPalette":[{"category":"Python","command":"python.analysis.restartLanguageServer","title":"Restart Language Server","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.clearCacheAndReload","title":"Clear Cache and Reload Window","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.clearWorkspaceInterpreter","title":"Clear Workspace Interpreter Setting","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.configureTests","title":"Configure Tests","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.createEnvironment","title":"Create Environment...","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.createEnvironment-button","title":"Create Environment...","when":"false"},{"category":"Python","command":"python.createTerminal","title":"Create Terminal","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.enableLinting","title":"Enable/Disable Linting","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.enableSourceMapSupport","title":"Enable Source Map Support For Extension Debugging","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.execInTerminal","title":"Run Python File in Terminal","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.execInTerminal-icon","icon":"$(play)","title":"Run Python File","when":"false"},{"category":"Python","command":"python.execInDedicatedTerminal","icon":"$(play)","title":"Run Python File in Dedicated Terminal","when":"false"},{"category":"Python","command":"python.debugInTerminal","icon":"$(debug-alt)","title":"Debug Python File","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.execSelectionInDjangoShell","title":"Run Selection/Line in Django Shell","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.execSelectionInTerminal","title":"Run Selection/Line in Python Terminal","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.launchTensorBoard","title":"Launch TensorBoard","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.refreshTensorBoard","enablement":"python.hasActiveTensorBoardSession","icon":"$(refresh)","title":"Refresh TensorBoard","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.reportIssue","title":"Report Issue...","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Test","command":"testing.reRunFailTests","icon":"$(run-errors)","title":"Rerun Failed Tests","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.runLinting","title":"Run Linting","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.setInterpreter","title":"Select Interpreter","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.setLinter","title":"Select Linter","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python Refactor","command":"python.sortImports","title":"Sort Imports","when":"!virtualWorkspace && shellExecutionSupported && editorLangId == python"},{"category":"Python","command":"python.startREPL","title":"Start REPL","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.viewLanguageServerOutput","enablement":"python.hasLanguageServerOutputChannel","title":"Show Language Server Output","when":"!virtualWorkspace && shellExecutionSupported"},{"category":"Python","command":"python.viewOutput","title":"Show Output","when":"!virtualWorkspace && shellExecutionSupported"}],"editor/content":[{"group":"Python","command":"python.createEnvironment-button","when":"showCreateEnvButton && resourceLangId == pip-requirements && !virtualWorkspace && shellExecutionSupported && !inDiffEditor && !isMergeResultEditor && pythonDepsNotInstalled"},{"group":"Python","command":"python.createEnvironment-button","when":"showCreateEnvButton && resourceFilename == pyproject.toml && pipInstallableToml && !virtualWorkspace && shellExecutionSupported && !inDiffEditor && !isMergeResultEditor && pythonDepsNotInstalled"}],"editor/context":[{"submenu":"python.run","group":"Python","when":"editorLangId == python && !virtualWorkspace && shellExecutionSupported && isWorkspaceTrusted"},{"command":"python.sortImports","group":"Refactor","title":"Sort Imports","when":"editorLangId == python && !notebookEditorFocused && !virtualWorkspace && shellExecutionSupported"},{"submenu":"python.runFileInteractive","group":"Jupyter2","when":"editorLangId == python && !virtualWorkspace && shellExecutionSupported && !isJupyterInstalled && isWorkspaceTrusted"}],"python.runFileInteractive":[{"command":"python.installJupyter","group":"Jupyter2","when":"resourceLangId == python && !virtualWorkspace && shellExecutionSupported"}],"python.run":[{"command":"python.execInTerminal","group":"Python","when":"resourceLangId == python && !virtualWorkspace && shellExecutionSupported"},{"command":"python.execSelectionInDjangoShell","group":"Python","when":"editorHasSelection && editorLangId == python && python.isDjangoProject && !virtualWorkspace && shellExecutionSupported"},{"command":"python.execSelectionInTerminal","group":"Python","when":"editorFocus && editorLangId == python && !virtualWorkspace && shellExecutionSupported"}],"editor/title":[{"command":"python.refreshTensorBoard","group":"navigation@0","when":"python.hasActiveTensorBoardSession && !virtualWorkspace && shellExecutionSupported"}],"editor/title/run":[{"command":"python.execInTerminal-icon","group":"navigation@0","title":"Run Python File","when":"resourceLangId == python && !isInDiffEditor && !virtualWorkspace && shellExecutionSupported"},{"command":"python.execInDedicatedTerminal","group":"navigation@0","title":"Run Python File in Dedicated Terminal","when":"resourceLangId == python && !isInDiffEditor && !virtualWorkspace && shellExecutionSupported"},{"command":"python.debugInTerminal","group":"navigation@1","title":"Debug Python File","when":"resourceLangId == python && !isInDiffEditor && !virtualWorkspace && shellExecutionSupported"}],"explorer/context":[{"command":"python.execInTerminal","group":"Python","when":"resourceLangId == python && !virtualWorkspace && shellExecutionSupported"}],"file/newFile":[{"command":"python.createNewFile","group":"file","when":"!virtualWorkspace"}],"view/title":[{"command":"testing.reRunFailTests","when":"view == workbench.view.testing && hasFailedTests && !virtualWorkspace && shellExecutionSupported","group":"navigation@1"}]},"submenus":[{"id":"python.run","label":"Run Python","icon":"$(play)"},{"id":"python.runFileInteractive","label":"Run in Interactive window"}],"viewsWelcome":[{"view":"testing","contents":"Configure a test framework to see your tests here.\n[Configure Python Tests](command:python.configureTests)","when":"!virtualWorkspace && shellExecutionSupported"}],"yamlValidation":[{"fileMatch":".condarc","url":"./schemas/condarc.json"},{"fileMatch":"environment.yml","url":"./schemas/conda-environment.json"},{"fileMatch":"meta.yaml","url":"./schemas/conda-meta.json"}]},"scripts":{"package":"gulp clean && gulp prePublishBundle && vsce package -o ms-python-insiders.vsix","prePublish":"gulp clean && gulp prePublishNonBundle","compile":"tsc -watch -p ./","compiled":"deemon npm run compile","kill-compiled":"deemon --kill npm run compile","checkDependencies":"gulp checkDependencies","test":"node ./out/test/standardTest.js && node ./out/test/multiRootTest.js","test:unittests":"mocha --config ./build/.mocha.unittests.json","test:unittests:cover":"nyc --no-clean --nycrc-path ./build/.nycrc mocha --config ./build/.mocha.unittests.json","test:functional":"mocha --require source-map-support/register --config ./build/.mocha.functional.json","test:functional:perf":"node --inspect-brk ./node_modules/mocha/bin/_mocha --require source-map-support/register --config ./build/.mocha.functional.perf.json","test:functional:memleak":"node --inspect-brk ./node_modules/mocha/bin/_mocha --require source-map-support/register --config ./build/.mocha.functional.json","test:functional:cover":"nyc --no-clean --nycrc-path ./build/.nycrc mocha --require source-map-support/register --config ./build/.mocha.functional.json","test:cover:report":"nyc --nycrc-path ./build/.nycrc report --reporter=text --reporter=html --reporter=text-summary --reporter=cobertura","testDebugger":"node ./out/test/testBootstrap.js ./out/test/debuggerTest.js","testDebugger:cover":"nyc --no-clean --use-spawn-wrap --nycrc-path ./build/.nycrc --require source-map-support/register node ./out/test/debuggerTest.js","testSingleWorkspace":"node ./out/test/testBootstrap.js ./out/test/standardTest.js","testSingleWorkspace:cover":"nyc --no-clean --use-spawn-wrap --nycrc-path ./build/.nycrc --require source-map-support/register node ./out/test/standardTest.js","preTestJediLSP":"node ./out/test/languageServers/jedi/lspSetup.js","testJediLSP":"node ./out/test/languageServers/jedi/lspSetup.js && cross-env CODE_TESTS_WORKSPACE=src/test VSC_PYTHON_CI_TEST_GREP='Language Server:' node ./out/test/testBootstrap.js ./out/test/standardTest.js && node ./out/test/languageServers/jedi/lspTeardown.js","testMultiWorkspace":"node ./out/test/testBootstrap.js ./out/test/multiRootTest.js","testPerformance":"node ./out/test/testBootstrap.js ./out/test/performanceTest.js","testSmoke":"cross-env INSTALL_JUPYTER_EXTENSION=true \"node ./out/test/smokeTest.js\"","testInsiders":"cross-env VSC_PYTHON_CI_TEST_VSC_CHANNEL=insiders INSTALL_PYLANCE_EXTENSION=true TEST_FILES_SUFFIX=insiders.test CODE_TESTS_WORKSPACE=src/testMultiRootWkspc/smokeTests \"node ./out/test/standardTest.js\"","lint-staged":"node gulpfile.js","lint":"eslint --ext .ts,.js src build pythonExtensionApi","lint-fix":"eslint --fix --ext .ts,.js src build pythonExtensionApi gulpfile.js","format-check":"prettier --check 'src/**/*.ts' 'build/**/*.js' '.github/**/*.yml' gulpfile.js","format-fix":"prettier --write 'src/**/*.ts' 'build/**/*.js' '.github/**/*.yml' gulpfile.js","clean":"gulp clean","addExtensionPackDependencies":"gulp addExtensionPackDependencies","updateBuildNumber":"gulp updateBuildNumber","verifyBundle":"gulp verifyBundle","webpack":"webpack"},"dependencies":{"@iarna/toml":"^2.2.5","@vscode/extension-telemetry":"^0.7.7","@vscode/jupyter-lsp-middleware":"^0.2.50","arch":"^2.1.0","diff-match-patch":"^1.0.0","fs-extra":"^10.0.1","glob":"^7.2.0","hash.js":"^1.1.7","iconv-lite":"^0.6.3","inversify":"^5.0.4","jsonc-parser":"^3.0.0","lodash":"^4.17.21","md5":"^2.2.1","minimatch":"^5.0.1","named-js-regexp":"^1.3.3","node-stream-zip":"^1.6.0","reflect-metadata":"^0.1.12","rxjs":"^6.5.4","rxjs-compat":"^6.5.4","semver":"^7.5.2","stack-trace":"0.0.10","sudo-prompt":"^9.2.1","tmp":"^0.0.33","uint64be":"^3.0.0","unicode":"^14.0.0","untildify":"^4.0.0","vscode-debugadapter":"^1.28.0","vscode-debugprotocol":"^1.28.0","vscode-jsonrpc":"8.0.2-next.1","vscode-languageclient":"^8.1.0","vscode-languageserver":"^8.1.0","vscode-languageserver-protocol":"^3.17.3","vscode-tas-client":"^0.1.63","which":"^2.0.2","winreg":"^1.2.4","xml2js":"^0.5.0"},"devDependencies":{"@istanbuljs/nyc-config-typescript":"^1.0.2","@types/bent":"^7.3.0","@types/chai":"^4.1.2","@types/chai-arrays":"^2.0.0","@types/chai-as-promised":"^7.1.0","@types/diff-match-patch":"^1.0.32","@types/download":"^8.0.1","@types/fs-extra":"^9.0.13","@types/glob":"^7.2.0","@types/lodash":"^4.14.104","@types/md5":"^2.1.32","@types/mocha":"^9.1.0","@types/nock":"^10.0.3","@types/node":"^16.17.0","@types/semver":"^5.5.0","@types/shortid":"^0.0.29","@types/sinon":"^10.0.11","@types/stack-trace":"0.0.29","@types/tmp":"^0.0.33","@types/uuid":"^8.3.4","@types/vscode":"^1.81.0","@types/which":"^2.0.1","@types/winreg":"^1.2.30","@types/xml2js":"^0.4.2","@typescript-eslint/eslint-plugin":"^3.7.0","@typescript-eslint/parser":"^3.7.0","@vscode/test-electron":"^2.1.3","@vscode/vsce":"^2.18.0","bent":"^7.3.12","chai":"^4.1.2","chai-arrays":"^2.0.0","chai-as-promised":"^7.1.1","copy-webpack-plugin":"^9.1.0","cross-spawn":"^6.0.5","del":"^6.0.0","download":"^8.0.0","es5-ext":"0.10.53","eslint":"^7.2.0","eslint-config-airbnb":"^18.2.0","eslint-config-prettier":"^8.3.0","eslint-plugin-import":"^2.25.4","eslint-plugin-jsx-a11y":"^6.3.1","eslint-plugin-react":"^7.20.3","eslint-plugin-react-hooks":"^4.0.0","expose-loader":"^3.1.0","flat":"^5.0.2","get-port":"^5.1.1","gulp":"^4.0.0","gulp-typescript":"^5.0.0","mocha":"^9.2.2","mocha-junit-reporter":"^2.0.2","mocha-multi-reporters":"^1.1.7","nock":"^10.0.6","node-has-native-dependencies":"^1.0.2","node-loader":"^1.0.2","node-polyfill-webpack-plugin":"^1.1.4","nyc":"^15.0.0","prettier":"^2.0.2","rewiremock":"^3.13.0","rimraf":"^3.0.2","shortid":"^2.2.8","sinon":"^13.0.1","source-map-support":"^0.5.12","ts-loader":"^9.2.8","ts-mockito":"^2.5.0","ts-node":"^10.7.0","tsconfig-paths-webpack-plugin":"^3.2.0","typemoq":"^2.1.0","typescript":"4.5.5","uuid":"^8.3.2","vscode-debugadapter-testsupport":"^1.27.0","webpack":"^5.76.0","webpack-bundle-analyzer":"^4.5.0","webpack-cli":"^4.9.2","webpack-fix-default-import-plugin":"^1.0.3","webpack-merge":"^5.8.0","webpack-node-externals":"^3.0.0","webpack-require-from":"^1.8.6","yargs":"^15.3.1"},"extensionPack":["ms-python.vscode-pylance"]},"location":{"$mid":1,"path":"/home/linuxbrew/app/code-server/extensions/ms-python.python-2023.16.0-universal","scheme":"file"},"isBuiltin":false,"targetPlatform":"universal","metadata":{"id":"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5","publisherId":"998b010b-e2af-44a5-a6cd-0b5fd3b9b6f8","publisherDisplayName":"ms-python","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869191474,"preRelease":false},"isValid":true,"validations":[]},{"type":1,"identifier":{"id":"ms-toolsai.jupyter-keymap","uuid":"9f6dc8db-620c-4844-b8c5-e74914f1be27"},"manifest":{"name":"jupyter-keymap","publisher":"ms-toolsai","author":{"name":"Microsoft Corporation"},"license":"MIT","icon":"icon.png","galleryBanner":{"color":"#ffffff","theme":"light"},"displayName":"Jupyter Keymap","description":"Jupyter keymaps for notebooks","version":"1.1.2","engines":{"vscode":"^1.79.0-insider"},"repository":{"type":"git","url":"https://github.com/Microsoft/vscode-jupyter-keymap"},"bugs":{"url":"https://github.com/Microsoft/vscode-jupyter-keymap/issues"},"categories":["Notebooks"],"keywords":["notebook-keymap"],"contributes":{"keybindings":[{"key":"F","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.find"},{"key":"K","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"list.focusUp"},{"key":"J","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"list.focusDown"},{"key":"A","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.insertCodeCellAboveAndFocusContainer"},{"key":"B","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.insertCodeCellBelowAndFocusContainer"},{"key":"D D","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.delete"},{"key":"Z","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"undo"},{"key":"S","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"workbench.action.files.save"},{"key":"C","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.copy"},{"key":"X","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.cut"},{"key":"V","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.paste"},{"key":"shift+L","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.toggleLineNumbers"},{"key":"O","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.toggleOutputs"},{"key":"L","when":"notebookEditorFocused && !inputFocus && !notebookOutputInputFocused","command":"notebook.cell.toggleLineNumbers"},{"key":"ctrl+shift+-","when":"editorTextFocus && inputFocus && notebookEditorFocused && !notebookOutputInputFocused","command":"notebook.cell.split"},{"key":"ctrl+enter","when":"editorTextFocus && inputFocus && notebookEditorFocused || notebookCellListFocused","command":"notebook.cell.executeAndFocusContainer"},{"key":"shift+enter","when":"editorTextFocus && inputFocus && notebookEditorFocused && !interactiveEditorFocused || notebookCellListFocused && notebookCellType == 'code' && !interactiveEditorFocused","command":"notebook.cell.executeAndSelectBelow"},{"win":"ctrl+alt+enter","linux":"ctrl+alt+enter","when":"interactiveEditorHasProvider && interactiveEditorVisible && !interactiveEditorDocumentChanged || interactiveEditorHasProvider && interactiveEditorVisible && config.interactiveEditor.editMode != 'preview'","command":"interactive.acceptChanges"}]}},"location":{"$mid":1,"path":"/home/linuxbrew/app/code-server/extensions/ms-toolsai.jupyter-keymap-1.1.2-universal","scheme":"file"},"isBuiltin":false,"targetPlatform":"universal","metadata":{"id":"9f6dc8db-620c-4844-b8c5-e74914f1be27","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869201385,"preRelease":false},"isValid":true,"validations":[]},{"type":1,"identifier":{"id":"ms-toolsai.vscode-jupyter-cell-tags","uuid":"ab4fb32a-befb-4102-adf9-1652d0cd6a5e"},"manifest":{"name":"vscode-jupyter-cell-tags","displayName":"Jupyter Cell Tags","description":"Jupyter Cell Tags support for VS Code","version":"0.1.8","publisher":"ms-toolsai","preview":true,"icon":"icon.png","galleryBanner":{"color":"#ffffff","theme":"light"},"author":{"name":"Microsoft Corporation"},"engines":{"vscode":"^1.72.0"},"categories":["Notebooks"],"activationEvents":["onNotebook:jupyter-notebook","onCommand:jupyter-cell-tags.removeTag","onCommand:jupyter-cell-tags.addTag","onCommand:jupyter-cell-tags.editTagsInJSON","onCommand:jupyter-cell-tags.paramaterize"],"repository":{"type":"git","url":"https://github.com/Microsoft/vscode-jupyter-cell-tags"},"main":"./out/extension-node.js","browser":"./out/extension-web.js","contributes":{"commands":[{"command":"jupyter-cell-tags.removeTag","title":"Remove Cell Tag","icon":"$(close)"},{"command":"jupyter-cell-tags.addTag","title":"Add Cell Tag","icon":"$(add)"},{"command":"jupyter-cell-tags.editTagsInJSON","title":"Edit Cell Tags (JSON)","icon":"$(go-to-file)"},{"command":"jupyter-cell-tags.paramaterize","title":"Mark Cell as Parameters"}],"menus":{"notebook/cell/title":[{"command":"jupyter-cell-tags.addTag","group":"jupytercelltags@1"},{"command":"jupyter-cell-tags.editTagsInJSON","group":"jupytercelltags@2"},{"command":"jupyter-cell-tags.paramaterize","group":"jupytercelltags@2"}],"view/title":[{"command":"jupyter-cell-tags.addTag","when":"view == cell-tag","group":"navigation"},{"command":"jupyter-cell-tags.editTagsInJSON","when":"view == cell-tag","group":"navigation"}],"view/item/context":[{"command":"jupyter-cell-tags.removeTag","when":"view == cell-tag","group":"inline"}]},"views":{"jupyter-variables":[{"id":"cell-tag","name":"Cell Tags","type":"tree","icon":"$(tag)","when":"jupyter:showTagsExplorer && jupyter.hasNativeNotebookOrInteractiveWindowOpen","visibility":"collapsed"}]},"viewsWelcome":[{"view":"cell-tag","contents":"No tags found for the selected cell. Use the [Add Cell Tag](command:jupyter-cell-tags.addTag) command to add tags."}]},"scripts":{"vscode:prepublish":"npm run compile","compile":"webpack --mode none","watch":"webpack --mode none --watch","pretest":"npm run compile && npm run lint","lint":"eslint src --ext ts","test":"node ./out/test/runTest.js"},"devDependencies":{"@types/vscode":"^1.72.0","@types/glob":"^7.1.3","@types/mocha":"^8.2.2","@types/node":"14.x","eslint":"^7.27.0","@typescript-eslint/eslint-plugin":"^4.26.0","@typescript-eslint/parser":"^4.26.0","glob":"^7.1.7","mocha":"^10.0.0","typescript":"^4.3.2","vscode-test":"^1.5.2","ts-loader":"^9.1.1","webpack":"^5.36.2","webpack-cli":"^4.6.0"}},"location":{"$mid":1,"path":"/home/linuxbrew/app/code-server/extensions/ms-toolsai.vscode-jupyter-cell-tags-0.1.8-universal","scheme":"file"},"isBuiltin":false,"targetPlatform":"universal","metadata":{"id":"ab4fb32a-befb-4102-adf9-1652d0cd6a5e","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869201395,"preRelease":false},"isValid":true,"validations":[]},{"type":1,"identifier":{"id":"ms-toolsai.vscode-jupyter-slideshow","uuid":"e153ca70-b543-4865-b4c5-b31d34185948"},"manifest":{"name":"vscode-jupyter-slideshow","displayName":"Jupyter Slide Show","description":"Jupyter Slide Show support for VS Code","version":"0.1.5","publisher":"ms-toolsai","preview":true,"icon":"icon.png","galleryBanner":{"color":"#ffffff","theme":"light"},"author":{"name":"Microsoft Corporation"},"engines":{"vscode":"^1.71.0"},"categories":["Notebooks"],"activationEvents":["onNotebook:jupyter-notebook","onCommand:jupyter-slideshow.switchSlideType","onCommand:jupyter-slideshow.editSlideShowInJSON"],"repository":{"type":"git","url":"https://github.com/Microsoft/vscode-jupyter-slideshow"},"main":"./out/extension-node.js","browser":"./out/extension-web.js","contributes":{"commands":[{"command":"jupyter-slideshow.switchSlideType","title":"Switch Slide Type"},{"command":"jupyter-slideshow.editSlideShowInJSON","title":"Edit Slide Type (JSON)","icon":"$(go-to-file)"}],"menus":{"notebook/cell/title":[{"command":"jupyter-slideshow.switchSlideType","group":"jupyter-slideshow@1"},{"command":"jupyter-slideshow.editSlideShowInJSON","group":"jupyter-slideshow@2"}]}},"scripts":{"vscode:prepublish":"npm run compile","compile":"webpack --mode none","watch":"webpack --mode none --watch","pretest":"npm run compile && npm run lint","lint":"eslint src --ext ts","test":"node ./out/test/runTest.js"},"devDependencies":{"@types/vscode":"^1.71.0","@types/glob":"^7.1.3","@types/mocha":"^8.2.2","@types/node":"14.x","eslint":"^7.27.0","@typescript-eslint/eslint-plugin":"^4.26.0","@typescript-eslint/parser":"^4.26.0","glob":"^7.1.7","mocha":"^10.0.0","typescript":"^4.3.2","vscode-test":"^1.5.2","ts-loader":"^9.1.1","webpack":"^5.36.2","webpack-cli":"^4.6.0"}},"location":{"$mid":1,"path":"/home/linuxbrew/app/code-server/extensions/ms-toolsai.vscode-jupyter-slideshow-0.1.5-universal","scheme":"file"},"isBuiltin":false,"targetPlatform":"universal","metadata":{"id":"e153ca70-b543-4865-b4c5-b31d34185948","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869201403,"preRelease":false},"isValid":true,"validations":[]},{"type":1,"identifier":{"id":"ms-toolsai.jupyter-renderers","uuid":"b15c72f8-d5fe-421a-a4f7-27ed9f6addbf"},"manifest":{"name":"jupyter-renderers","displayName":"Jupyter Notebook Renderers","description":"Renderers for Jupyter Notebooks (with plotly, vega, gif, png, svg, jpeg and other such outputs)","version":"1.0.17","engines":{"vscode":"^1.80.0"},"publisher":"ms-toolsai","author":{"name":"Microsoft Corporation"},"license":"MIT","homepage":"https://github.com/Microsoft/vscode-notebook-renderers","repository":{"type":"git","url":"https://github.com/Microsoft/vscode-notebook-renderers"},"bugs":{"url":"https://github.com/Microsoft/vscode-notebook-renderers/issues"},"qna":"https://stackoverflow.com/questions/tagged/visual-studio-code+jupyter","icon":"icon.png","galleryBanner":{"color":"#ffffff","theme":"light"},"keywords":["jupyter","notebook","notebookRenderer","multi-root ready"],"categories":["Other","Data Science","Machine Learning","Notebooks","Visualization"],"activationEvents":["onNotebook:*"],"enabledApiProposals":["contribNotebookStaticPreloads"],"main":"./out/extension_renderer/index.js","browser":"./out/extension_renderer/index.js","contributes":{"notebookPreload":[{"type":"jupyter-notebook","entrypoint":"./out/node_modules/@vscode/jupyter-ipywidgets7/dist/ipywidgets.js"},{"type":"interactive","entrypoint":"./out/node_modules/@vscode/jupyter-ipywidgets7/dist/ipywidgets.js"},{"type":"jupyter-notebook","entrypoint":"./out/node_modules/@vscode/jupyter-ipywidgets8/dist/ipywidgets.js"},{"type":"interactive","entrypoint":"./out/node_modules/@vscode/jupyter-ipywidgets8/dist/ipywidgets.js"},{"type":"jupyter-notebook","entrypoint":"./out/client_renderer/preload.js"},{"type":"interactive","entrypoint":"./out/client_renderer/preload.js"}],"notebookRenderer":[{"id":"jupyter-notebook-renderer","entrypoint":"./out/client_renderer/renderers.js","displayName":"Jupyter Notebook Renderer","requiresMessaging":"optional","mimeTypes":["image/gif","image/png","image/jpeg","image/svg+xml","application/geo+json","application/vdom.v1+json","application/vnd.dataresource+json","application/vnd.plotly.v1+json","application/vnd.vega.v2+json","application/vnd.vega.v3+json","application/vnd.vega.v4+json","application/vnd.vegalite.v1+json","application/vnd.vegalite.v2+json","application/x-nteract-model-debug+json","text/vnd.plotly.v1+html"]},{"id":"jupyter-notebook-built-in-renderer-hooks","displayName":"Jupyter Notebook Html/JavaScript Renderer","requiresMessaging":"optional","entrypoint":{"extends":"vscode.builtin-renderer","path":"./out/client_renderer/builtinRendererHooks.js"}},{"id":"jupyter-vega-renderer","displayName":"Jupyter Vega Renderer","requiresMessaging":"optional","entrypoint":"./out/client_renderer/vegaRenderer.js","mimeTypes":["application/vnd.vega.v5+json","application/vnd.vegalite.v3+json","application/vnd.vegalite.v4+json","application/vnd.vegalite.v5+json"]},{"id":"jupyter-markdown","displayName":"Jupyter Markdown styles","entrypoint":{"extends":"vscode.markdown-it-renderer","path":"./out/client_renderer/markdown.js"}}]},"scripts":{"vscode:prepublish":"npm run compile:webpack","dev":"concurrently -r npm:compile:extension:watch npm:compile:client:watch npm:compile:test:watch","compile":"npm run compile:extension && npm run compile:test && npm run compile:client","compile:extension":"tsc -p src/extension","compile:extension:watch":"tsc -p src/extension --watch","compile:test":"tsc -p src/test","compile:test:watch":"tsc -p src/test --watch","compile:webpack":"npm run build:client && npm run build:extension","compile:client":"webpack --config=build/webpack/webpack.client.config.js","build:client":"webpack --config=build/webpack/webpack.client.config.js --mode=production","build:extension":"webpack --config=build/webpack/webpack.extension.config.js --mode=production","compile:client:watch":"webpack --config=build/webpack/webpack.client.config.js --watch","lint":"eslint src --ext ts && eslint src --ext tsx && eslint build --ext js","lint-format":"npx prettier 'src/**/*.ts*' --check && npx prettier 'build/**/*.js' --check","watch":"tsc -watch -p ./","f":"vsce package -o ms-notebook-renderers.vsix","test":"node ./out/test/runTest.js","prettier-fix":"prettier 'src/**/*.ts*' --write && prettier 'build/**/*.js' --write","postinstall":"node ./build/postInstall.js"},"dependencies":{"@babel/helper-validator-identifier":"^7.10.1","@blueprintjs/core":"^3.7.0","@blueprintjs/select":"^3.2.0","@jupyter-widgets/base":"^4.1.0","@jupyter-widgets/controls":"^3.1.0","@jupyter-widgets/jupyterlab-manager":"^3.1.0","@jupyter-widgets/output":"^4.1.0","@jupyterlab/coreutils":"^5.4.2","@jupyterlab/nbformat":"^3.4.2","@loadable/component":"^5.12.0","@nteract/transform-dataresource":"^3.0.2","@nteract/transform-geojson":"^3.2.3","@nteract/transform-model-debug":"^3.2.3","@nteract/transform-plotly":"^7.0.0","@nteract/transform-vega":"7.0.10","@nteract/transforms":"^3.2.0","@phosphor/widgets":"^1.9.3","@vscode/jupyter-ipywidgets7":"^2.0.1","@vscode/jupyter-ipywidgets8":"^1.0.2","chownr":"^2.0.0","fs-minipass":"^2.1.0","jquery":"^3.6.1","lodash":"^4.17.21","minipass":"^3.1.6","minizlib":"^2.1.2","path-browserify":"^0.0.1","plotly.js-dist":"^2.20.0","re-resizable":"~6.5.5","react":"^16.8.4","react-dom":"^16.8.4","react-toggle":"^4.1.2","requirejs":"^2.3.6","styled-components":"5.2.1","tslib":"^1.14.1","underscore":"^1.13.1","util":"^0.12.3","uuid":"^3.3.2","vega":"^5.24.0","vega-embed":"^6.21.3","vega-lite":"^5.6.1","yallist":"^4.0.0"},"devDependencies":{"@types/copy-webpack-plugin":"^10.1.0","@types/glob":"^7.1.1","@types/loadable__component":"^5.10.0","@types/lodash":"^4.14.158","@types/markdown-it":"^12.2.3","@types/mocha":"^7.0.2","@types/node":"^12.11.7","@types/react":"^16.9.35","@types/react-dom":"^16.9.8","@types/uuid":"^8.0.0","@types/vscode":"^1.60.0","@types/vscode-notebook-renderer":"^1.60.0","@typescript-eslint/eslint-plugin":"^3.1.0","@typescript-eslint/parser":"^3.1.0","concurrently":"^5.2.0","copy-webpack-plugin":"^6.4.1","css-loader":"^3.5.3","eslint":"^7.1.0","eslint-config-prettier":"^6.11.0","eslint-plugin-prettier":"^3.1.3","fork-ts-checker-webpack-plugin":"^4.1.6","glob":"^7.1.6","install":"^0.13.0","less":"^3.11.3","mocha":"^10.1.0","node-loader":"^2.0.0","prettier":"^2.0.5","style-loader":"^1.2.1","svg-inline-loader":"^0.8.2","thread-loader":"^3.0.4","ts-loader":"^9.3.1","typescript":"^4.7.4","url-loader":"^4.1.0","vscode-test":"^1.4.0","webpack":"^5.76.3","webpack-bundle-analyzer":"^4.8.0","webpack-cli":"^5.0.1","webpack-fix-default-import-plugin":"^1.0.3"},"optionalDependencies":{"canvas":"^2.7.0"},"overrides":{"ini":"1.3.6","simple-get":"3.1.1","node-fetch":"2.6.7","prismjs":"1.27.0","jquery-ui@<1.13.2":"1.13.2","url-parse@<1.5.9":"1.5.9","terser@<5.14.2":"5.14.2","ua-parser-js":"0.7.24","moment@<2.29.4":"2.29.4","sanitize-html":"2.7.3"}},"location":{"$mid":1,"path":"/home/linuxbrew/app/code-server/extensions/ms-toolsai.jupyter-renderers-1.0.17-universal","scheme":"file"},"isBuiltin":false,"targetPlatform":"universal","metadata":{"id":"b15c72f8-d5fe-421a-a4f7-27ed9f6addbf","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869201372,"preRelease":false},"isValid":true,"validations":[]},{"type":1,"identifier":{"id":"ms-toolsai.jupyter","uuid":"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8"},"manifest":{"name":"jupyter","displayName":"Jupyter","version":"2023.7.100","description":"Jupyter notebook support, interactive programming and computing that supports Intellisense, debugging and more.","publisher":"ms-toolsai","author":{"name":"Microsoft Corporation"},"extensionPack":["ms-toolsai.jupyter-keymap","ms-toolsai.jupyter-renderers","ms-toolsai.vscode-jupyter-slideshow","ms-toolsai.vscode-jupyter-cell-tags"],"license":"MIT","homepage":"https://github.com/Microsoft/vscode-jupyter","repository":{"type":"git","url":"https://github.com/Microsoft/vscode-jupyter"},"bugs":{"url":"https://github.com/Microsoft/vscode-jupyter/issues"},"qna":"https://github.com/microsoft/vscode-jupyter/discussions","icon":"icon.png","galleryBanner":{"color":"#ffffff","theme":"light"},"engines":{"vscode":"^1.81.0"},"l10n":"./l10n","keywords":["jupyter","notebook","notebookKernelJupyterNotebook","multi-root ready","python","interactive"],"categories":["Extension Packs","Data Science","Machine Learning","Notebooks","Visualization"],"activationEvents":["onLanguage:python","onLanguage:jupyter","onNotebook:jupyter-notebook","onNotebook:interactive","onWebviewPanel:jupyter-variables","onWebviewPanel:jupyter"],"main":"./out/extension.node.js","browser":"./out/extension.web.bundle.js","capabilities":{"virtualWorkspaces":true,"untrustedWorkspaces":{"supported":"limited","description":"Execution of cells in Interactive Window and Notebooks is not supported in untrusted workspaces."}},"contributes":{"walkthroughs":[{"id":"jupyterWelcome","title":"Get Started with Jupyter Notebooks","description":"Your first steps to set up a Jupyter project with all the powerful tools and features that the Jupyter Extension has to offer!","when":"workspacePlatform != webworker","steps":[{"id":"ipynb.newUntitledIpynb","title":"Create or open a Jupyter Notebook","description":"Right click in the file explorer and create a new file with an .ipynb extension. Or, open the [Command Palette](command:workbench.action.showCommands) and run the command \n``Create: New Jupyter Notebook``.\n[Create New Jupyter Notebook](command:toSide:ipynb.newUntitledIpynb)\n If you have an existing project, you can also [open a folder](command:toSide:workbench.action.files.openFolder) and/or clone a project from GitHub: [clone a Git repository](command:toSide:git.clone).","media":{"svg":"resources/walkthroughs/opennotebook.svg","altText":"Creating a new Jupyter notebook"},"completionEvents":["onCommand:ipynb.newUntitledIpynb","onCommand:jupyter.createnewinteractive","onCommand:workbench.action.files.openFolder","onCommand:workbench.action.files.openFileFolder"]},{"id":"jupyter.selectKernel","title":"Select a Jupyter kernel","description":"Click Select Kernel at the top right of the notebook and choose the environment in which to run your kernel. Or, with a notebook opened and in focus, open the [Command Palette](command:workbench.action.showCommands) and run the command: \n``Notebook: Select Notebook Kernel``. \n[Open Command Palette to Select a Jupyter Kernel](command:workbench.action.showCommands)","media":{"svg":"resources/walkthroughs/kernel.svg","altText":"Selecting or changing a notebook kernel"},"completionEvents":["onCommand:notebook.selectKernel"]},{"id":"jupyter.exploreAndDebug","title":"Explore data and debug","description":"📅 You can use the [Data Viewer](https://code.visualstudio.com/docs/datascience/data-science-tutorial#_prepare-the-data) to view, sort, and filter the rows of data. After loading your data, click \"Variables\" at the top right of notebook and click the Data Viewer icon to the left of the data table. \n \n[Learn about Data Viewer](https://code.visualstudio.com/docs/datascience/data-science-tutorial#_prepare-the-data)\n \n📒 Debug your notebook using the [Run by Line](https://code.visualstudio.com/docs/datascience/jupyter-notebooks#_run-by-line) mode to execute a cell one line at a time. Click the Run by Line icon from your cell (play button with lines) or hit F10. \n \n[Learn about Run by Line](https://code.visualstudio.com/docs/datascience/jupyter-notebooks#_run-by-line)","media":{"svg":"resources/walkthroughs/data.svg","altText":"Opening data viewer"}},{"id":"jupyter.dataScienceLearnMore","title":"Find out more!","description":"🎨 Explore all the features the Jupyter Extension has to offer by looking for \"Jupyter\" in the [Command Palette](command:workbench.action.showCommands). \n 📈 Learn more about getting started with data science in [Python](command:workbench.action.openWalkthrough?%7B%22category%22%3A%22ms-python.python%23pythonDataScienceWelcome%22%2C%22step%22%3A%22ms-python.python%23python.createNewNotebook%22%7D) by installing the Python Extension ([search Python extension](command:workbench.extensions.search?\"ms-python.python\")). \n 📃 Find out more features in our [Tutorials](https://code.visualstudio.com/docs/datascience/jupyter-notebooks). \n[Learn more](https://aka.ms/AAdar6q)","media":{"svg":"resources/walkthroughs/learnmore.svg","altText":"Image representing our documentation page and mailing list resources."}}]}],"keybindings":[{"command":"jupyter.execSelectionInteractive","key":"shift+enter","when":"editorTextFocus && editorLangId == python && !findInputFocussed && !replaceInputFocussed && jupyter.ownsSelection && !notebookEditorFocused"},{"command":"jupyter.runcurrentcelladvance","key":"shift+enter","when":"editorTextFocus && !editorHasSelection && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.runcurrentcell","key":"ctrl+enter","when":"editorTextFocus && !editorHasSelection && jupyter.hascodecells && !notebookEditorFocused && !jupyter.havenativecells"},{"command":"jupyter.runcurrentcellandaddbelow","key":"alt+enter","when":"editorTextFocus && !editorHasSelection && jupyter.hascodecells && !notebookEditorFocused"},{"key":"shift+enter","when":"activeEditor == 'workbench.editor.interactive' && notebookKernel =~ /^ms-toolsai.jupyter\\// || activeEditor == 'workbench.editor.interactive' && !notebookKernel","command":"interactive.execute"},{"key":"escape","when":"activeEditor == 'workbench.editor.interactive' && !editorHoverVisible && !suggestWidgetVisible && !isComposing && !inSnippetMode && !exceptionWidgetVisible && !selectionAnchorSet && !LinkedEditingInputVisible && !renameInputVisible && !editorHasSelection && !accessibilityHelpWidgetVisible && !breakpointWidgetVisible && !findWidgetVisible && !markersNavigationVisible && !parameterHintsVisible && !editorHasMultipleSelections && !notificationToastsVisible","command":"interactive.input.clear"},{"command":"jupyter.insertCellBelowPosition","key":"ctrl+; s","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.insertCellBelow","key":"ctrl+; b","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.insertCellAbove","key":"ctrl+; a","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.deleteCells","key":"ctrl+; x","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.extendSelectionByCellAbove","key":"ctrl+alt+shift+[","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.extendSelectionByCellBelow","key":"ctrl+alt+shift+]","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.moveCellsUp","key":"ctrl+; u","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.moveCellsDown","key":"ctrl+; d","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.changeCellToMarkdown","key":"ctrl+; m","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.changeCellToCode","key":"ctrl+; c","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.gotoNextCellInFile","key":"ctrl+alt+]","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.gotoPrevCellInFile","key":"ctrl+alt+[","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.selectCellContents","key":"ctrl+alt+\\","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.selectCell","key":"ctrl+alt+shift+\\","when":"editorTextFocus && jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.refreshDataViewer","key":"ctrl+r","mac":"cmd+r","when":"jupyter.dataViewerActive"},{"command":"jupyter.runAndDebugCell","key":"ctrl+alt+shift+enter","mac":"ctrl+shift+enter"},{"command":"jupyter.runByLine","key":"f10"},{"command":"jupyter.runByLineNext","key":"f10"},{"command":"jupyter.runByLineStop","key":"ctrl+enter"}],"commands":[{"command":"dataScience.ClearCache","title":"Clear Cache","category":"Jupyter (Dev)","enablement":"jupyter.development"},{"command":"dataScience.ClearUserProviderJupyterServerCache","title":"Clear User Jupyter Server Cache","category":"Jupyter (Dev)","enablement":"jupyter.development"},{"command":"jupyter.replayPylanceLog","title":"Replay Pylance Log","category":"Jupyter (Dev)","enablement":"jupyter.development && notebookType == jupyter-notebook && isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.replayPylanceLogStep","title":"Step Pylance Log","category":"Jupyter (Dev)","icon":"$(debug-start)","enablement":"jupyter.development && notebookType == jupyter-notebook && isWorkspaceTrusted && jupyter.replayLogLoaded && !jupyter.webExtension"},{"command":"jupyter.filterKernels","title":"Filter Kernels","category":"Jupyter","enablement":"!jupyter.webExtension && config.notebook.kernelPicker.type != mru"},{"command":"jupyter.runByLine","title":"Run by Line","icon":"$(debug-line-by-line)","category":"Jupyter","enablement":"notebookKernel =~ /^ms-toolsai.jupyter\\// && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted && resource not in jupyter.notebookeditor.debugDocuments || !notebookKernel && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted"},{"command":"jupyter.runAndDebugCell","title":"Debug Cell","icon":"$(debug-alt-small)","category":"Jupyter","enablement":"notebookKernel =~ /^ms-toolsai.jupyter\\// && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted && resource not in jupyter.notebookeditor.debugDocuments || !notebookKernel && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted"},{"command":"jupyter.runByLineNext","title":"Run Next Line","icon":"$(debug-line-by-line)","category":"Jupyter","enablement":"notebookCellResource in jupyter.notebookeditor.runByLineCells"},{"command":"jupyter.runByLineStop","title":"Continue Execution","icon":"$(debug-continue-small)","category":"Jupyter","enablement":"notebookCellResource in jupyter.notebookeditor.runByLineCells"},{"command":"jupyter.viewOutput","title":"Show Output","category":"Jupyter"},{"command":"jupyter.notebookeditor.export","title":"Export As","shortTitle":"Export","category":"Notebook","icon":{"light":"resources/light/export_to_python.svg","dark":"resources/dark/export_to_python.svg"},"enablement":"notebookType == jupyter-notebook && isWorkspaceTrusted && !jupyter.webExtension || notebookType == jupyter-notebook && isWorkspaceTrusted && jupyter.webExtension && notebookKernel =~ /^ms-toolsai.jupyter\\//"},{"command":"jupyter.export","title":"Export As","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension || isWorkspaceTrusted && jupyter.webExtension && notebookKernel =~ /^ms-toolsai.jupyter\\//"},{"command":"jupyter.exportAsPythonScript","title":"Export to Python Script","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension || isWorkspaceTrusted && jupyter.webExtension && notebookKernel =~ /^ms-toolsai.jupyter\\//"},{"command":"jupyter.exportToHTML","title":"Export to HTML","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension || isWorkspaceTrusted && jupyter.webExtension && notebookKernel =~ /^ms-toolsai.jupyter\\//"},{"command":"jupyter.exportToPDF","title":"Export to PDF","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension || isWorkspaceTrusted && jupyter.webExtension && notebookKernel =~ /^ms-toolsai.jupyter\\//"},{"command":"jupyter.selectJupyterInterpreter","title":"Select Interpreter to Start Jupyter Server","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.runcurrentcell","title":"Run Current Cell","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.debugcell","title":"Debug Cell","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.debugstepover","title":"Step Over","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.debugstop","title":"Stop","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.debugcontinue","title":"Continue","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.insertCellBelowPosition","title":"Insert Cell Below Position","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.insertCellBelow","title":"Insert Cell Below","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.insertCellAbove","title":"Insert Cell Above","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.deleteCells","title":"Delete Selected Cells","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.selectCell","title":"Select Cell","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.selectCellContents","title":"Select Cell Contents","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.extendSelectionByCellAbove","title":"Extend Selection By Cell Above","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.extendSelectionByCellBelow","title":"Extend Selection By Cell Below","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.moveCellsUp","title":"Move Selected Cells Up","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.moveCellsDown","title":"Move Selected Cells Down","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.changeCellToMarkdown","title":"Change Cell to Markdown","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.changeCellToCode","title":"Change Cell to Code","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.gotoNextCellInFile","title":"Go to Next Cell","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.gotoPrevCellInFile","title":"Go to Previous Cell","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.runcurrentcelladvance","title":"Run Current Cell And Advance","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.runcurrentcellandallbelow.palette","title":"Run Current Cell and Below","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.runallcellsabove.palette","title":"Run Cells Above Current Cell","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.debugcurrentcell.palette","title":"Debug Current Cell","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.execSelectionInteractive","title":"Run Selection/Line in Interactive Window","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.createnewinteractive","title":"Create Interactive Window","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.runFileInteractive","title":"Run Current File in Interactive Window","icon":"$(play)","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.debugFileInteractive","title":"Debug Current File in Interactive Window","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.runallcells","title":"Run All Cells","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.runallcellsabove","title":"Run Above","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.runcellandallbelow","title":"Run Below","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.runcell","title":"Run Cell","category":"Jupyter","enablement":"isWorkspaceTrusted"},{"command":"jupyter.runtoline","title":"Run To Line in Interactive Window","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.runfromline","title":"Run From Line in Interactive Window","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.importnotebook","title":"Import Jupyter Notebook","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.importnotebookfile","title":"Import Notebook to Script","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.exportoutputasnotebook","title":"Export Interactive Window as Jupyter Notebook","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.exportfileasnotebook","title":"Export Current Python File as Jupyter Notebook","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.exportfileandoutputasnotebook","title":"Export Current Python File and Output as Jupyter Notebook","category":"Jupyter","enablement":"isWorkspaceTrusted && !jupyter.webExtension"},{"command":"jupyter.notebookeditor.undocells","title":"Undo Last Interactive Action","category":"Notebook","enablement":"!jupyter.webExtension"},{"command":"jupyter.notebookeditor.redocells","title":"Redo Last Interactive Action","category":"Notebook","enablement":"!jupyter.webExtension"},{"command":"jupyter.interruptkernel","title":"Interrupt Kernel","shortTitle":"Interrupt","category":"Jupyter","icon":{"light":"resources/light/interrupt.svg","dark":"resources/dark/interrupt.svg"},"enablement":"isWorkspaceTrusted && jupyter.interactive.canInterruptNotebookKernel"},{"command":"jupyter.restartkernel","title":"Restart Kernel","shortTitle":"Restart","category":"Jupyter","icon":{"light":"resources/light/restart-kernel.svg","dark":"resources/dark/restart-kernel.svg"},"enablement":"isWorkspaceTrusted && (jupyter.interactive.canRestartNotebookKernel || (notebookKernel =~ /^ms-toolsai.jupyter\\// && jupyter.notebookeditor.canrestartNotebookkernel))"},{"command":"jupyter.restartkernelandrunallcells","title":"Restart Kernel and Run All Cells","shortTitle":"Restart and Run All","category":"Jupyter","enablement":"isWorkspaceTrusted && (jupyter.interactive.canRestartNotebookKernel || (notebookKernel =~ /^ms-toolsai.jupyter\\// && jupyter.notebookeditor.canrestartNotebookkernel))"},{"command":"jupyter.restartkernelandrunuptoselectedcell","title":"Restart Kernel and Run Up To Selected Cell","shortTitle":"Restart Kernel and Run Up To Selected Cell","category":"Jupyter","enablement":"isWorkspaceTrusted && (notebookKernel =~ /^ms-toolsai.jupyter\\// && jupyter.notebookeditor.canrestartNotebookkernel)"},{"command":"jupyter.notebookeditor.addcellbelow","title":"Add Empty Cell to Notebook File","category":"Notebook","enablement":"!jupyter.webExtension"},{"command":"jupyter.notebookeditor.removeallcells","title":"Delete All Notebook Editor Cells","category":"Notebook","enablement":"!jupyter.webExtension"},{"command":"jupyter.notebookeditor.expandallcells","title":"Expand All Notebook Cells","category":"Notebook","enablement":"!jupyter.webExtension"},{"command":"jupyter.notebookeditor.collapseallcells","title":"Collapse All Notebook Cells","category":"Notebook","enablement":"!jupyter.webExtension"},{"command":"jupyter.expandallcells","title":"Expand All Interactive Cells","shortTitle":"Expand","category":"Jupyter","icon":"$(expand-all)"},{"command":"jupyter.collapseallcells","title":"Collapse All Interactive Cells","shortTitle":"Collapse","category":"Jupyter","icon":"$(collapse-all)"},{"command":"jupyter.addcellbelow","title":"Add Empty Cell to File","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.createnewnotebook","title":"Create New Jupyter Notebook","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.scrolltocell","title":"Scroll Cell Into View","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.latestExtension","title":"DataScience.latestExtension","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.enableDebugLogging","title":"Enable Debug Logging","category":"Jupyter","enablement":"!jupyter.webExtension"},{"command":"jupyter.resetLoggingLevel","title":"Reset Logging Level","enablement":"!jupyter.webExtension","category":"Jupyter"},{"command":"jupyter.showDataViewer","title":"View Value in Data Viewer","enablement":"!jupyter.webExtension","category":"Jupyter"},{"command":"jupyter.clearSavedJupyterUris","title":"Clear Jupyter Remote Server List","category":"Jupyter"},{"command":"jupyter.openVariableView","title":"Open Variables View","shortTitle":"Variables","icon":"$(variable-group)","category":"Jupyter","enablement":"notebookType == jupyter-notebook && isWorkspaceTrusted || notebookType == interactive && isWorkspaceTrusted"},{"command":"jupyter.openOutlineView","title":"Show Table Of Contents (Outline View)","shortTitle":"Outline","icon":"$(list-unordered)","category":"Jupyter","enablement":"notebookType == jupyter-notebook"},{"command":"jupyter.refreshDataViewer","title":"Refresh Data Viewer","category":"Jupyter","enablement":"jupyter.dataViewerActive && isWorkspaceTrusted"},{"command":"jupyter.interactive.clearAllCells","title":"Clear All","icon":"$(close)","category":"Jupyter"},{"command":"jupyter.interactive.goToCode","title":"Go to code","icon":"$(go-to-file)","category":"Jupyter"},{"command":"jupyter.interactive.exportasnotebook","title":"Export to Jupyter Notebook","shortTitle":"Save","icon":"$(save-as)","enablement":"notebookType == interactive","category":"Jupyter"},{"command":"jupyter.interactive.exportas","title":"Export","icon":{"light":"resources/light/export_to_python.svg","dark":"resources/dark/export_to_python.svg"},"enablement":"notebookType == interactive","category":"Jupyter"},{"command":"jupyter.interactive.copyCell","title":"Copy Cell","icon":"$(copy)","category":"Jupyter"},{"command":"jupyter.runInDedicatedExtensionHost","title":"Run in Dedicated Extension Host","enablement":"!jupyter.webExtension","category":"Jupyter"},{"command":"jupyter.continueEditSessionInCodespace","title":"Continue On Codespace","shortTitle":"Continue On","icon":"$(vm)","enablement":"true","category":"Jupyter"}],"submenus":[{"id":"editor.interactiveWindow.context","label":"Run in Interactive Window"}],"menus":{"editor/context":[{"submenu":"editor.interactiveWindow.context","group":"Jupyter2"},{"when":"editorFocus && editorLangId == python && resourceExtname == .ipynb && !notebookEditorFocused && isWorkspaceTrusted","command":"jupyter.importnotebook","group":"Jupyter3@1"},{"when":"editorFocus && editorLangId == python && jupyter.hascodecells && !notebookEditorFocused && isWorkspaceTrusted","command":"jupyter.exportfileasnotebook","group":"Jupyter3@2"},{"when":"editorFocus && editorLangId == python && jupyter.hascodecells && !notebookEditorFocused && isWorkspaceTrusted","command":"jupyter.exportfileandoutputasnotebook","group":"Jupyter3@3"}],"editor.interactiveWindow.context":[{"when":"editorFocus && editorLangId == python && jupyter.hascodecells && !notebookEditorFocused && isWorkspaceTrusted","command":"jupyter.runallcells","group":"Jupyter2"},{"when":"editorFocus && editorLangId == python && jupyter.hascodecells && !notebookEditorFocused && isWorkspaceTrusted","command":"jupyter.runcurrentcell","group":"Jupyter2"},{"when":"editorFocus && editorLangId == python && jupyter.hascodecells && !notebookEditorFocused && isWorkspaceTrusted","command":"jupyter.runcurrentcelladvance","group":"Jupyter2"},{"command":"jupyter.runFileInteractive","group":"Jupyter2","when":"editorFocus && editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.runfromline","group":"Jupyter2","when":"editorFocus && editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.runtoline","group":"Jupyter2","when":"editorFocus && editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.execSelectionInteractive","group":"Jupyter2","when":"editorFocus && editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"}],"editor/title":[{"command":"jupyter.restartkernel","title":"Restart Kernel","group":"navigation@1","when":"notebookKernel =~ /^ms-toolsai.jupyter\\// && notebookType == 'jupyter-notebook' && isWorkspaceTrusted && jupyter.notebookeditor.canrestartNotebookkernel && config.notebook.globalToolbar != true"},{"command":"jupyter.openVariableView","title":"Open Variables View","group":"navigation@2","when":"notebookKernel =~ /^ms-toolsai.jupyter\\// && notebookType == 'jupyter-notebook' && isWorkspaceTrusted && config.notebook.globalToolbar != true && jupyter.ispythonnotebook"},{"command":"jupyter.openOutlineView","title":"Show Table Of Contents (Outline View)","group":"navigation@3","when":"notebookKernel =~ /^ms-toolsai.jupyter\\// && notebookType == 'jupyter-notebook' && config.jupyter.showOutlineButtonInNotebookToolbar && config.notebook.globalToolbar != true"},{"command":"jupyter.notebookeditor.export","title":"Export As","group":"navigation@4","when":"notebookType == 'jupyter-notebook' && isWorkspaceTrusted && config.notebook.globalToolbar != true"},{"command":"jupyter.continueEditSessionInCodespace","group":"navigation@5","when":"notebookType == 'jupyter-notebook' && jupyter.kernelSource == 'github-codespaces' && config.notebook.globalToolbar != true"}],"notebook/toolbar":[{"command":"jupyter.restartkernel","group":"navigation/execute@5","when":"notebookKernel =~ /^ms-toolsai.jupyter\\// && notebookType == 'jupyter-notebook' && isWorkspaceTrusted && jupyter.kernel.isjupyter"},{"command":"jupyter.openVariableView","group":"navigation@1","when":"notebookKernel =~ /^ms-toolsai.jupyter\\// && notebookType == 'jupyter-notebook' && isWorkspaceTrusted && jupyter.ispythonnotebook && jupyter.kernel.isjupyter"},{"command":"jupyter.openOutlineView","group":"navigation@2","when":"notebookType == 'jupyter-notebook' && config.jupyter.showOutlineButtonInNotebookToolbar"},{"command":"jupyter.continueEditSessionInCodespace","group":"navigation@3","when":"notebookType == 'jupyter-notebook' && jupyter.kernelSource == 'github-codespaces'"},{"command":"jupyter.notebookeditor.export","group":"Jupyter","when":"notebookType == 'jupyter-notebook' && isWorkspaceTrusted"},{"command":"jupyter.replayPylanceLogStep","group":"navigation@1","when":"notebookType == 'jupyter-notebook' && isWorkspaceTrusted && jupyter.replayLogLoaded"}],"notebook/cell/title":[{"command":"jupyter.runByLine","when":"notebookKernel =~ /^ms-toolsai.jupyter\\// && notebookType == jupyter-notebook && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted && resource not in jupyter.notebookeditor.runByLineDocuments || !notebookKernel && notebookType == jupyter-notebook && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted","group":"inline/cell@0"},{"command":"jupyter.runByLineNext","when":"notebookCellResource in jupyter.notebookeditor.runByLineCells","group":"inline/cell@0"},{"command":"jupyter.runByLineStop","when":"notebookCellResource in jupyter.notebookeditor.runByLineCells && notebookCellToolbarLocation == left","group":"inline/cell@1"},{"command":"jupyter.runByLineStop","when":"notebookCellResource in jupyter.notebookeditor.runByLineCells && notebookCellToolbarLocation == right","group":"inline/cell@0"}],"notebook/cell/execute":[{"command":"jupyter.runAndDebugCell","when":"notebookKernel =~ /^ms-toolsai.jupyter\\// && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted && resource not in jupyter.notebookeditor.debugDocuments || !notebookKernel && jupyter.ispythonnotebook && notebookCellType == code && isWorkspaceTrusted"}],"interactive/toolbar":[{"command":"jupyter.interactive.clearAllCells","group":"navigation@0","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"},{"command":"jupyter.restartkernel","group":"navigation@1","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"},{"command":"jupyter.openVariableView","group":"navigation@3","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"},{"command":"jupyter.interactive.exportasnotebook","group":"navigation@4","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"},{"command":"jupyter.interactive.exportas","group":"navigation@5","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"},{"command":"jupyter.expandallcells","group":"navigation@6","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"},{"command":"jupyter.collapseallcells","group":"navigation@7","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"}],"interactive/cell/title":[{"command":"jupyter.interactive.copyCell","group":"inline@0","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"},{"command":"jupyter.interactive.goToCode","group":"inline@1","when":"isWorkspaceTrusted && notebookKernel =~ /^ms-toolsai.jupyter\\// || isWorkspaceTrusted && !notebookKernel"}],"explorer/context":[{"when":"resourceLangId == python && !notebookEditorFocused && isWorkspaceTrusted","command":"jupyter.runFileInteractive","group":"Jupyter2"},{"when":"resourceExtname == .ipynb && isWorkspaceTrusted","command":"jupyter.importnotebookfile","group":"Jupyter"}],"commandPalette":[{"command":"jupyter.replayPylanceLog","title":"Replay Pylance Log","when":"jupyter.development && isWorkspaceTrusted"},{"command":"jupyter.interactive.copyCell","when":"false"},{"command":"jupyter.exportAsPythonScript","title":"Export to Python Script","category":"Jupyter","when":"jupyter.isnativeactive && isWorkspaceTrusted && jupyter.ispythonnotebook && isWorkspaceTrusted"},{"command":"jupyter.refreshDataViewer","category":"Jupyter","when":"isWorkspaceTrusted"},{"command":"jupyter.exportToHTML","title":"Export to HTML","category":"Jupyter","when":"jupyter.isnativeactive && isWorkspaceTrusted"},{"command":"jupyter.exportToPDF","title":"Export to PDF","category":"Jupyter","when":"jupyter.isnativeactive && isWorkspaceTrusted"},{"command":"jupyter.insertCellBelowPosition","title":"Insert Cell Below Position","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.insertCellBelow","title":"Insert Cell Below","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.insertCellAbove","title":"Insert Cell Above","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.deleteCells","title":"Delete Selected Cells","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.selectCell","title":"Select Cell","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.selectCellContents","title":"Select Cell Contents","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.extendSelectionByCellAbove","title":"Extend Selection By Cell Above","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.extendSelectionByCellBelow","title":"Extend Selection By Cell Below","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.moveCellsUp","title":"Move Selected Cells Up","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.moveCellsDown","title":"Move Selected Cells Down","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.changeCellToMarkdown","title":"Change Cell to Markdown","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.changeCellToCode","title":"Change Cell to Code","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.gotoNextCellInFile","title":"Go to Next Cell","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.gotoPrevCellInFile","title":"Go to Previous Cell","category":"Jupyter","when":"jupyter.hascodecells && !notebookEditorFocused"},{"command":"jupyter.runcurrentcell","title":"Run Current Cell","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonornativeactive && !jupyter.havenativecells && isWorkspaceTrusted"},{"command":"jupyter.runcurrentcelladvance","title":"Run Current Cell And Advance","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonornativeactive && !jupyter.havenativecells && isWorkspaceTrusted"},{"command":"jupyter.runcurrentcellandallbelow.palette","title":"Run Current Cell and Below","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonornativeactive && !jupyter.havenativecells && isWorkspaceTrusted"},{"command":"jupyter.runallcellsabove.palette","title":"Run Cells Above Current Cell","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonornativeactive && !jupyter.havenativecells && isWorkspaceTrusted"},{"command":"jupyter.debugcurrentcell.palette","title":"Debug Current Cell","category":"Jupyter","when":"editorLangId == python && jupyter.hascodecells && isWorkspaceTrusted"},{"command":"jupyter.createnewinteractive","title":"Create Interactive Window","category":"Jupyter","when":"isWorkspaceTrusted"},{"command":"jupyter.runallcells","title":"Run All Cells","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonornativeactive && isWorkspaceTrusted"},{"command":"jupyter.scrolltocell","title":"Scroll Cell Into View","category":"Jupyter","when":"false"},{"command":"jupyter.debugcell","title":"Debug Cell","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.runcell","title":"Run Cell","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.runFileInteractive","title":"Run Current File in Interactive Window","category":"Jupyter","when":"editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.debugFileInteractive","title":"Debug Current File in Interactive Window","category":"Jupyter","when":"editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.importnotebook","title":"Import Jupyter Notebook","category":"Jupyter","when":"isWorkspaceTrusted"},{"command":"jupyter.exportfileasnotebook","title":"Export Current Python File as Jupyter Notebook","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonorinteractiveeactive && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.exportfileandoutputasnotebook","title":"Export Current Python File and Output as Jupyter Notebook","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonorinteractiveeactive && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.restartkernel","title":"Restart Kernel","category":"Jupyter","when":"(jupyter.ispythonorinteractiveeactive || jupyter.isnativeactive) && isWorkspaceTrusted"},{"command":"jupyter.notebookeditor.removeallcells","title":"Delete All Notebook Editor Cells","category":"Notebook","when":"jupyter.havenativecells && jupyter.isnativeactive && isWorkspaceTrusted"},{"command":"jupyter.notebookeditor.addcellbelow","title":"Add Empty Cell to Notebook File","category":"Notebook","when":"jupyter.isnativeactive && isWorkspaceTrusted"},{"command":"jupyter.notebookeditor.expandallcells","title":"Expand All Interactive Cells","category":"Notebook","when":"notebookEditorFocused && notebookType == 'jupyter-notebook'"},{"command":"jupyter.notebookeditor.collapseallcells","title":"Collapse All Interactive Cells","category":"Notebook","when":"notebookEditorFocused && notebookType == 'jupyter-notebook'"},{"command":"jupyter.expandallcells","title":"Expand All Interactive Cells","shortTitle":"Expand","category":"Jupyter","when":"jupyter.isinteractiveactive"},{"command":"jupyter.collapseallcells","title":"Collapse All Interactive Cells","shortTitle":"Collapse","category":"Jupyter","when":"jupyter.isinteractiveactive"},{"command":"jupyter.exportoutputasnotebook","title":"Export Interactive Window as Jupyter Notebook","category":"Jupyter","when":"jupyter.isinteractiveactive"},{"command":"jupyter.runcellandallbelow","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.runallcellsabove","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.debugcontinue","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.debugstop","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.debugstepover","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.debugcell","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.addcellbelow","title":"Add Empty Cell to File","category":"Jupyter","when":"jupyter.hascodecells && jupyter.ispythonornativeactive"},{"command":"jupyter.createnewnotebook","category":"Jupyter","when":"false"},{"command":"jupyter.runtoline","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.runfromline","category":"Jupyter","when":"config.noExists"},{"command":"jupyter.execSelectionInteractive","category":"Jupyter","when":"editorLangId == python && !notebookEditorFocused && isWorkspaceTrusted"},{"command":"jupyter.latestExtension","title":"Download the latest version of the Jupyter Extension","category":"Jupyter","when":"false"},{"command":"jupyter.export","title":"Export As","category":"Jupyter","when":"false"},{"command":"jupyter.notebookeditor.export","title":"Export As","category":"Notebook","when":"false"},{"command":"jupyter.resetLoggingLevel","title":"Reset Logging Level","category":"Jupyter","when":"config.jupyter.logging.level != error"},{"command":"jupyter.enableDebugLogging","title":"Enable Debug Logging","category":"Jupyter","when":"config.jupyter.logging.level != debug"},{"command":"jupyter.showDataViewer","category":"Jupyter","when":"false"},{"command":"jupyter.openVariableView","title":"Open Variables View","category":"Jupyter","when":"notebookType == jupyter-notebook && isWorkspaceTrusted"},{"command":"jupyter.openOutlineView","title":"Show Table Of Contents (Outline View)","category":"Jupyter","when":"notebookType == jupyter-notebook && isWorkspaceTrusted"},{"command":"jupyter.interactive.goToCode","when":"false"},{"command":"jupyter.interactive.clearAllCells","when":"editorFocus && editorLangId == python || activeEditor == 'workbench.editor.interactive'"},{"command":"jupyter.clearSavedJupyterUris","title":"Clear Jupyter Remote Server List"}],"debug/variables/context":[{"command":"jupyter.showDataViewer","group":"1_view","when":"debugProtocolVariableMenuContext == 'viewableInDataViewer'"}],"editor/title/run":[{"command":"jupyter.runFileInteractive","group":"jupyter","when":"resourceLangId == python && !isInDiffEditor && !notebookEditorFocused && isWorkspaceTrusted"}]},"configuration":{"type":"object","title":"Jupyter","properties":{"jupyter.experiments.enabled":{"type":"boolean","default":true,"description":"Enables/disables A/B tests.","scope":"machine"},"jupyter.showVariableViewWhenDebugging":{"type":"boolean","default":false,"description":"Bring up the Variable View when starting a Run by Line session.","scope":"resource"},"jupyter.logging.level":{"type":"string","default":"debug","enum":["off","error","warn","info","debug","verbose"],"description":"The logging level the extension logs at."},"jupyter.experiments.optInto":{"type":"array","default":[],"items":{"enum":["FastKernelPicker","PasswordManager","NewRemoteUriStorage","NewJupyterSession"]},"markdownDescription":"List of experiment to opt into. If empty, user is assigned the default experiment groups. [Learn more](https://github.com/microsoft/vscode-jupyter/wiki/Experiments).","scope":"application"},"jupyter.experiments.optOutFrom":{"type":"array","default":[],"items":{"enum":["FastKernelPicker","PasswordManager","NewRemoteUriStorage","NewJupyterSession"]},"markdownDescription":"List of experiment to opt out of. If empty, user is assigned the default experiment groups. [Learn more](https://github.com/microsoft/vscode-jupyter/wiki/Experiments).","scope":"application"},"jupyter.widgetScriptSources":{"type":"array","default":[],"items":{"type":"string","enum":["jsdelivr.com","unpkg.com"],"enumDescriptions":["Loads widget (javascript) scripts from https://www.jsdelivr.com/","Loads widget (javascript) scripts from https://unpkg.com/"]},"uniqueItems":true,"markdownDescription":"Defines the location and order of the sources where scripts files for Widgets are downloaded from (e.g. ipywidgest, bqplot, beakerx, ipyleaflet, etc). Not selecting any of these could result in widgets not rendering or function correctly. See [here](https://aka.ms/PVSCIPyWidgets) for more information. Once updated you will need to restart the Kernel.","scope":"resource"},"jupyter.askForLargeDataFrames":{"type":"boolean","default":true,"description":"Warn the user before trying to open really large data frames.","scope":"application"},"jupyter.askForKernelRestart":{"type":"boolean","default":true,"description":"Warn the user before restarting a kernel."},"jupyter.exportWithOutputEnabled":{"type":"boolean","default":false,"description":"Enable exporting a python file into a jupyter notebook and run all cells when doing so.","scope":"resource"},"jupyter.jupyterLaunchTimeout":{"type":"number","default":60000,"description":"Amount of time (in ms) to wait for the Jupyter Notebook server to start."},"jupyter.jupyterLaunchRetries":{"type":"number","default":3,"description":"Number of times to attempt to connect to the Jupyter Notebook"},"jupyter.jupyterCommandLineArguments":{"type":"array","default":[],"description":"If and when a Jupyter server is started, these arguments will be passed to into the Jupyter Notebook CLI. By default this list is generated by the Jupyter Extension.","scope":"resource"},"jupyter.notebookFileRoot":{"type":"string","default":"${fileDirname}","description":"Set the root directory for running notebooks and the Interactive window.","scope":"resource"},"jupyter.searchForJupyter":{"type":"boolean","default":true,"deprecationMessage":"This setting is deprecated and will be removed in a future release.","description":"Search all installed Python interpreters for a Jupyter installation when starting the Interactive window","scope":"resource"},"jupyter.useDefaultConfigForJupyter":{"type":"boolean","default":true,"description":"When running Jupyter locally, create a default empty Jupyter config"},"jupyter.jupyterInterruptTimeout":{"type":"number","default":10000,"description":"Amount of time (in ms) to wait for an interrupt before asking to restart the Jupyter kernel."},"jupyter.sendSelectionToInteractiveWindow":{"type":"boolean","default":false,"description":"When pressing shift+enter, send selected code in a Python file to the Jupyter interactive window as opposed to the Python terminal.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.textEditor.executeSelection.","scope":"resource"},"jupyter.interactiveWindow.textEditor.executeSelection":{"type":"boolean","default":false,"description":"When pressing shift+enter, send selected code in a Python file to the Jupyter interactive window as opposed to the Python terminal.","scope":"resource"},"jupyter.variableExplorerExclude":{"type":"string","default":"module;function;builtin_function_or_method;ABCMeta;type;ModelMetaclass","description":"Types to exclude from showing in the Interactive variable explorer","scope":"resource"},"jupyter.codeRegularExpression":{"type":"string","default":"^(#\\s*%%|#\\s*\\|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])","description":"Regular expression used to identify code cells. All code until the next match is considered part of this cell.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.cellMarker.codeRegex.","scope":"resource"},"jupyter.interactiveWindow.cellMarker.codeRegex":{"type":"string","default":"^(#\\s*%%|#\\s*\\|#\\s*In\\[\\d*?\\]|#\\s*In\\[ \\])","description":"Regular expression used to identify code cells. All code until the next match is considered part of this cell.","scope":"resource"},"jupyter.defaultCellMarker":{"type":"string","default":"# %%","description":"Cell marker used for delineating a cell in a python file.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.cellMarker.default","scope":"resource"},"jupyter.interactiveWindow.cellMarker.default":{"type":"string","default":"# %%","description":"Cell marker used for delineating a cell in a python file.","scope":"resource"},"jupyter.markdownRegularExpression":{"type":"string","default":"^(#\\s*%%\\s*\\[markdown\\]|#\\s*\\)","description":"Regular expression used to identify markdown cells. All comments after this expression are considered part of the markdown.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.cellMarker.markdownRegex.","scope":"resource"},"jupyter.interactiveWindow.cellMarker.markdownRegex":{"type":"string","default":"^(#\\s*%%\\s*\\[markdown\\]|#\\s*\\)","description":"Regular expression used to identify markdown cells. All comments after this expression are considered part of the markdown.","scope":"resource"},"jupyter.ignoreVscodeTheme":{"type":"boolean","default":false,"deprecationMessage":"This setting is deprecated and will be removed in the next release.","description":"Don't use the VS Code theme in the Interactive window (requires reload of VS Code). This forces the Interactive window to use 'Light +(default light)' and disables matplotlib defaults."},"jupyter.themeMatplotlibPlots":{"type":"boolean","default":false,"description":"In the Interactive window and Notebook Editor theme matplotlib outputs to match the VS Code editor theme."},"jupyter.decorateCells":{"type":"boolean","default":true,"description":"Draw a highlight behind the currently active cell, or all cells, in a python file.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.cellMarker.decorateCells.","scope":"resource"},"jupyter.interactiveWindow.cellMarker.decorateCells":{"type":"string","enum":["currentCell","allCells","None"],"default":"currentCell","description":"Draw a highlight behind the currently active cell, or all cells, in a python file.","scope":"resource"},"jupyter.enableCellCodeLens":{"type":"boolean","default":true,"description":"Enables code lens for 'cells' in a python file.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.codeLens.enable.","scope":"resource"},"jupyter.interactiveWindow.codeLens.enable":{"type":"boolean","default":true,"description":"Enables code lens for 'cells' in a python file.","scope":"resource"},"jupyter.enableAutoMoveToNextCell":{"type":"boolean","default":true,"description":"Enables moving to the next cell when clicking on a 'Run Cell' code lens.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.textEditor.autoMoveToNextCell.","scope":"resource"},"jupyter.interactiveWindow.textEditor.autoMoveToNextCell":{"type":"boolean","default":true,"description":"Enables moving to the next cell when clicking on a 'Run Cell' code lens.","scope":"resource"},"jupyter.allowUnauthorizedRemoteConnection":{"type":"boolean","default":false,"description":"Allow for connecting the Interactive window to a https Jupyter server that does not have valid certificates. This can be a security risk, so only use for known and trusted servers."},"jupyter.generateSVGPlots":{"type":"boolean","default":false,"description":"Generate SVG output for notebook plots. This allows for better display in the plot viewer at the cost of generation speed and file size.","deprecationMessage":"This setting is deprecated and will be removed in the next release.","scope":"resource"},"jupyter.codeLenses":{"type":"string","default":"jupyter.runcell, jupyter.runallcellsabove, jupyter.debugcell","description":"Set of commands to put as code lens above a cell.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.codeLens.commands.","scope":"resource"},"jupyter.interactiveWindow.codeLens.commands":{"type":"string","default":"jupyter.runcell, jupyter.runallcellsabove, jupyter.debugcell","description":"Set of commands to put as code lens above a cell.","scope":"resource"},"jupyter.debugCodeLenses":{"type":"string","default":"jupyter.debugcontinue, jupyter.debugstop, jupyter.debugstepover","description":"Set of debug commands to put as code lens above a cell while debugging.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.codeLes.debugCommands.","scope":"resource"},"jupyter.interactiveWindow.codeLes.debugCommands":{"type":"string","default":"jupyter.debugcontinue, jupyter.debugstop, jupyter.debugstepover","description":"Set of debug commands to put as code lens above a cell while debugging.","scope":"resource"},"jupyter.debugpyDistPath":{"type":"string","default":"","description":"Path to debugpy bits for debugging cells.","scope":"resource"},"jupyter.stopOnFirstLineWhileDebugging":{"type":"boolean","default":true,"description":"When debugging a cell, stop on the first line.","scope":"resource"},"jupyter.remoteDebuggerPort":{"type":"number","default":-1,"description":"When debugging a cell, open this port on the remote box. If -1 is specified, a random port between 8889 and 9000 will be attempted.","deprecationMessage":"This setting is deprecated and will be removed in the next release.","scope":"resource"},"jupyter.disableJupyterAutoStart":{"type":"boolean","default":false,"description":"When true, disables Jupyter from being automatically started for you. You must instead run a cell to start Jupyter."},"jupyter.addGotoCodeLenses":{"type":"boolean","default":true,"description":"After running a cell, add a 'Goto' code lens on the cell. Note, disabling all code lenses disables this code lens as well.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.codeLens.enableGotoCell.","scope":"resource"},"jupyter.interactiveWindow.codeLens.enableGotoCell":{"type":"boolean","default":true,"description":"After running a cell, add a 'Goto' code lens on the cell. Note, disabling all code lenses disables this code lens as well.","scope":"resource"},"jupyter.variableQueries":{"type":"array","markdownDescription":"Language to query mapping for returning the list of active variables in a Jupyter kernel. Used by the Variable Explorer in both the Interactive Window and Notebooks. Example:\n```\n[\n {\n \"language\": \"python\",\n \"query\": \"%who_ls\",\n \"parseExpr\": \"'(\\\\w+)'\"\n }\n]\n```","deprecationMessage":"This setting is deprecated and will be removed in the next release.","scope":"machine","examples":[[{"language":"python","query":"_rwho_ls = %who_ls\\nprint(_rwho_ls)","parseExpr":"'(\\w+)'"},{"language":"julia","query":"whos","parseExpr":"'(\\w+)'"}]]},"jupyter.kernels.excludePythonEnvironments":{"type":"array","items":{"type":"string"},"default":[],"markdownDescription":"List of Python environments to be excluded from the Kernel picker.","scope":"machine-overridable","examples":[["~/miniconda3/envs/tf/scripts/python.exe","~/miniconda3/envs/ds"]]},"jupyter.kernels.trusted":{"type":"array","items":{"type":"string"},"default":[],"markdownDescription":"Enter fully qualified paths to Kernel specification files that are to be trusted. E.g. 'C:\\Program Data\\Jupyter\\kernels\\python3\\kernel.json'. \n**Note**: Kernels can execute code with user privileges. Click [here](https://aka.ms/JupyterTrustedKernelPaths) for further details.","scope":"machine"},"jupyter.interactiveWindowMode":{"type":"string","enum":["perFile","single","multiple"],"scope":"resource","description":"Behavior of the Interactive Window. 'perFile' will create a new interactive window for every file that runs a cell. 'single' allows a single window. 'multiple' allows the creation of multiple.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.creationMode.","default":"multiple"},"jupyter.interactiveWindow.creationMode":{"type":"string","enum":["perFile","single","multiple"],"scope":"resource","description":"Behavior of the Interactive Window. 'perFile' will create a new interactive window for every file that runs a cell. 'single' allows a single window. 'multiple' allows the creation of multiple.","default":"multiple"},"jupyter.pythonCellFolding":{"type":"boolean","default":true,"description":"Enable folding regions for code cells in Python files. This setting requires a reload of VS Code.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.textEditor.cellFolding.","scope":"resource"},"jupyter.interactiveWindow.textEditor.cellFolding":{"type":"boolean","default":true,"description":"Enable folding regions for code cells in Python files. This setting requires a reload of VS Code.","scope":"resource"},"jupyter.interactiveWindowViewColumn":{"type":"string","enum":["beside","active","secondGroup"],"scope":"resource","description":"Where to open an Interactive Window that is not associated with a python file. 'beside' will open the interactive window to the right of the active editor. 'active' will open the interactive window in place of the active editor. 'secondGroup' will open the interactive window in the second editor group.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.viewColumn.","default":"secondGroup"},"jupyter.interactiveWindow.viewColumn":{"type":"string","enum":["beside","active","secondGroup"],"scope":"resource","description":"Where to open an Interactive Window that is not associated with a python file. 'beside' will open the interactive window to the right of the active editor. 'active' will open the interactive window in place of the active editor. 'secondGroup' will open the interactive window in the second editor group.","default":"secondGroup"},"jupyter.magicCommandsAsComments":{"type":"boolean","default":false,"description":"Uncomment shell assignments (#!), line magic (#!%) and cell magic (#!%%) when parsing code cells.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.textEditor.magicCommandsAsComments."},"jupyter.interactiveWindow.textEditor.magicCommandsAsComments":{"type":"boolean","default":false,"description":"Uncomment shell assignments (#!), line magic (#!%) and cell magic (#!%%) when parsing code cells."},"jupyter.pythonExportMethod":{"type":"string","enum":["direct","commentMagics","nbconvert"],"default":"direct","description":"The method to use when exporting a notebook to a Python file. 'direct' will copy over the code directly as is. 'commentMagics' will comment out lines starting with line magics (%), cell magics (%%), and shell commands(!). 'nbconvert' will install nbconvert and use that for the conversion which can translate iPython syntax into Python syntax.","scope":"application"},"jupyter.runStartupCommands":{"type":"array","default":"","description":"A series of Python instructions or iPython magic commands. Can be either an array of strings or a single string with commands separated by '\\n'. Commands will be silently executed whenever the interactive window loads. For instance, set this to '%load_ext autoreload\\n%autoreload 2' to automatically reload changes made to imported files without having to restart the interactive session.","scope":"application"},"jupyter.debugJustMyCode":{"type":"boolean","default":true,"description":"When debugging, only step through user-written code. Disable this to allow stepping into library code.","scope":"resource"},"jupyter.showOutlineButtonInNotebookToolbar":{"type":"boolean","default":true,"description":"Show the Outline button in the Jupyter notebook toolbar."},"jupyter.newCellOnRunLast":{"type":"boolean","default":true,"description":"Append a new empty cell to an interactive window file on running the currently last cell.","deprecationMessage":"This setting has been deprecated in favor of jupyter.interactiveWindow.textEditor.autoAddNewCell.","scope":"resource"},"jupyter.interactiveWindow.textEditor.autoAddNewCell":{"type":"boolean","default":true,"description":"Append a new empty cell to an interactive window file on running the currently last cell.","scope":"resource"},"jupyter.pythonCompletionTriggerCharacters":{"type":"string","default":".%'\"","description":"Characters which trigger auto completion on a python jupyter kernel.","scope":"application"},"jupyter.logKernelOutputSeparately":{"type":"boolean","default":false,"description":"Creates separate output panels for kernels/jupyter server console output"},"jupyter.excludeUserSitePackages":{"type":"boolean","default":false,"description":"Add PYTHONNOUSERSITE to kernels before starting. This prevents global/user site-packages from being used in the PYTHONPATH of the kernel.","scope":"application"},"jupyter.enableExtendedKernelCompletions":{"type":"boolean","default":false,"markdownDescription":"Enables Jedi support for extended IntelliSense completions in running Jupyter kernels (see this [setting](https://ipython.readthedocs.io/en/stable/config/options/terminal.html?highlight=use_jedi#configtrait-Completer.use_jedi)). This can greatly impact notebook cell execution performance. Use with caution.","scope":"application"}}},"languages":[{"id":"raw"},{"id":"julia","aliases":["Julia","julia"],"extensions":[".jl"]}],"notebookPreload":[{"type":"jupyter-notebook","localResourceRoots":["./temp"],"entrypoint":"./out/webviews/webview-side/ipywidgetsKernel/ipywidgetsKernel.js"},{"type":"interactive","localResourceRoots":["./temp"],"entrypoint":"./out/webviews/webview-side/ipywidgetsKernel/ipywidgetsKernel.js"}],"notebookRenderer":[{"id":"jupyter-ipywidget-renderer","entrypoint":"./out/webviews/webview-side/ipywidgetsRenderer/ipywidgetsRenderer.js","displayName":"Jupyter IPyWidget Renderer","mimeTypes":["application/vnd.jupyter.widget-view+json"],"requiresMessaging":"always"}],"viewsContainers":{"activitybar":[{"id":"jupyter","title":"Jupyter","icon":"$(notebook)"}],"panel":[{"id":"jupyter-variables","title":"Jupyter","icon":"$(notebook)"}]},"views":{"jupyter-variables":[{"type":"webview","id":"jupyterViewVariables","name":"Variables","when":"jupyter.hasNativeNotebookOrInteractiveWindowOpen"}]},"debuggers":[{"type":"Python Kernel Debug Adapter","label":"Python Kernel Debug Adapter"},{"type":"Python Interactive Window Debug Adapter","label":"Python Interactive Window"}]},"enabledApiProposals":["notebookDeprecated","notebookMessaging","notebookMime","notebookCellExecutionState","portsAttributes","quickPickSortByLabel","notebookKernelSource","interactiveWindow","notebookControllerAffinityHidden","quickPickItemTooltip","notebookExecution"],"scripts":{"package":"gulp clean && gulp prePublishBundle && vsce package -o ms-toolsai-jupyter-insiders.vsix","packagePreRelease":"gulp clean && gulp prePublishBundle && vsce package --pre-release -o ms-toolsai-jupyter-insiders.vsix","prePublishBundleStable":"cross-env IS_PRE_RELEASE_VERSION_OF_JUPYTER_EXTENSION=false gulp prePublishBundle","prePublishBundlePreRelease":"cross-env IS_PRE_RELEASE_VERSION_OF_JUPYTER_EXTENSION=true gulp prePublishBundle","prePublishNonBundle":"gulp clean && gulp prePublishNonBundle","createNycFolder":"gulp createNycFolder","validateTranslationFiles":"gulp validateTranslationFiles","compile":"tsc -watch -p ./","compile-no-watch":"tsc -p ./","compiled":"deemon npm run compile","kill-compiled":"deemon --kill npm run compile","compile-webviews-watch":"webpack --config ./build/webpack/webpack.datascience-ui.config.js --watch","compile-web-watch":"webpack --mode development --config ./build/webpack/webpack.extension.web.config.js --stats-error-details --watch --progress","compile-web":"webpack --mode development --config ./build/webpack/webpack.extension.web.config.js","compile-web-test":"cross-env VSC_TEST_BUNDLE=true npm run compile-web","compile-web-test-watch":"cross-env VSC_TEST_BUNDLE=true npm run compile-web-watch","compile-webviews-watchd":"deemon npm run compile-webviews-watch","compile-widgetTester":"cross-env NODE_OPTIONS=--max_old_space_size=9096 webpack --config ./build/webpack/webpack.datascience-ui-widgetTester.config.js --watch","kill-compile-webviews-watchd":"deemon --kill npm run compile-webviews-watch","checkDependencies":"gulp checkDependencies","postinstall":"npm run download-api && node ./build/ci/postInstall.js","installPythonLibs":"gulp installPythonLibs","test:unittests":"mocha --config ./build/.mocha.unittests.js.json ./out/**/*.unit.test.js","test:cover:report":"nyc report --reporter=text --reporter=html --reporter=text-summary --reporter=cobertura","preTestJediLSP":"node ./out/test/languageServers/jedi/lspSetup.js","testJediLSP":"node ./out/test/languageServers/jedi/lspSetup.js && cross-env CODE_TESTS_WORKSPACE=src/test VSC_JUPYTER_CI_TEST_GREP='Language Server:' node ./out/test/testBootstrap.node.js ./out/test/standardTest.node.js && node ./out/test/languageServers/jedi/lspTeardown.node.js","pretestNativeNotebooksInVSCode":"cross-env VSC_JUPYTER_CI_TEST_VSC_CHANNEL=insiders node ./out/test/datascience/dsTestSetup.js","testNativeNotebooksInVSCode":"cross-env CODE_TESTS_WORKSPACE=src/test/datascience VSC_JUPYTER_CI_TEST_VSC_CHANNEL=insiders TEST_FILES_SUFFIX=*.vscode.test,*.vscode.common.test VSC_JUPYTER_FORCE_LOGGING=1 VSC_JUPYTER_LOAD_EXPERIMENTS_FROM_FILE=true node ./out/test/testBootstrap.node.js ./out/test/standardTest.node.js","testNativeNotebooksInVSCodeWithoutTestSuffix":"cross-env CODE_TESTS_WORKSPACE=src/test/datascience VSC_JUPYTER_CI_TEST_VSC_CHANNEL=insiders VSC_JUPYTER_FORCE_LOGGING=1 VSC_JUPYTER_LOAD_EXPERIMENTS_FROM_FILE=true node ./out/test/testBootstrap.node.js ./out/test/standardTest.node.js","pretestNativeNotebooksWithoutPythonInVSCode":"cross-env VSC_JUPYTER_CI_TEST_VSC_CHANNEL=insiders node ./out/test/datascience/dsTestSetup.js","testNativeNotebooksWithoutPythonInVSCode":"cross-env CODE_TESTS_WORKSPACE=src/test/datascience VSC_JUPYTER_CI_TEST_VSC_CHANNEL=insiders TEST_FILES_SUFFIX=*.vscode.test,*.vscode.common.test VSC_JUPYTER_FORCE_LOGGING=1 VSC_JUPYTER_LOAD_EXPERIMENTS_FROM_FILE=true VSC_JUPYTER_CI_TEST_GREP=@nonPython VSC_JUPYTER_CI_TEST_DO_NOT_INSTALL_PYTHON_EXT=true node ./out/test/testBootstrap.node.js ./out/test/standardTest.node.js","testNativeNotebooksAndWebviews":"cross-env CODE_TESTS_WORKSPACE=src/test/datascience VSC_JUPYTER_CI_TEST_VSC_CHANNEL=insiders TEST_FILES_SUFFIX=*.vscode.test,*.vscode.common.test VSC_JUPYTER_FORCE_LOGGING=1 VSC_JUPYTER_CI_TEST_GREP=webview-test VSC_JUPYTER_LOAD_EXPERIMENTS_FROM_FILE=true node ./out/test/testBootstrap.node.js ./out/test/standardTest.node.js","testWebExtension":"node ./build/launchWebTest.js","launchWebExtension":"node ./build/launchWeb.js","testSmoke":"node ./out/test/testBootstrap.node.js ./out/test/smokeTest.node.js","testSmokeLogged":"cross-env VSC_JUPYTER_FORCE_LOGGING=true node --no-force-async-hooks-checks ./out/test/testBootstrap.node.js ./out/test/smokeTest.node.js","lint":"eslint -c .eslintrc.js --ext .ts --ext .tsx src","prettier-fix":"prettier 'src/**/*.ts*' --write && prettier 'build/**/*.js' --write","clean":"gulp clean","updateBuildNumber":"gulp updateBuildNumber","webpack":"webpack","download-api":"vscode-dts dev","postdownload-api":"vscode-dts main","generateTelemetry":"gulp generateTelemetry","openInBrowser":"vscode-test-web --extensionDevelopmentPath=. ./src/test/datascience","startJupyterServer":"node build/preDebugWebTest.js","stopJupyterServer":"node build/postDebugWebTest.js","validateTelemetry":"gulp validateTelemetry","verifyUnhandledErrors":"gulp verifyUnhandledErrors","printTestResults":"gulp printTestResults","setup-precommit-hook":"husky install","webpack-analyze:node":"npx webpack --json --config build/webpack/webpack.extension.node.config.js > out/stats-node.json && yarn webpack-bundle-analyzer out/stats-node.json","webpack-analyze:web":"npx webpack --json --config build/webpack/webpack.extension.web.config.js > out/stats-web.json && yarn webpack-bundle-analyzer out/stats-web.json"},"dependencies":{"@enonic/fnv-plus":"^1.3.0","@fluentui/react":"^7.160.1","@jupyter-widgets/base":"4.0.0","@jupyter-widgets/controls":"3.0.0","@jupyter-widgets/schema":"0.4.0","@jupyterlab/coreutils":"5.1.17","@jupyterlab/nbformat":"3.1.17","@jupyterlab/services":"6.1.17","@lumino/widgets":"^1.28.0","@nteract/messaging":"^7.0.0","@vscode/extension-telemetry":"^0.7.7","@vscode/jupyter-lsp-middleware":"^0.2.50","ajv-keywords":"^3.5.2","ansi-to-html":"^0.6.7","bootstrap":"^4.3.1","bootstrap-less":"^3.3.8","cross-fetch":"^3.1.5","decompress-response":"^4.2.0","encoding":"^0.1.13","fast-deep-equal":"^2.0.1","format-util":"^1.0.5","fs-extra":"^4.0.3","glob":"^7.1.2","iconv-lite":"^0.6.3","inversify":"^6.0.1","isomorphic-ws":"^4.0.1","jquery":"^3.6.0","jsonc-parser":"^2.0.3","lodash":"^4.17.21","marked":"^4.0.10","node-fetch":"^2.6.7","node-gyp-build":"^4.6.0","node-stream-zip":"^1.6.0","pdfkit":"^0.13.0","pidtree":"^0.6.0","portfinder":"^1.0.25","re-resizable":"~6.5.5","react":"^16.5.2","react-data-grid":"^6.0.2-0","react-dom":"^16.5.2","react-redux":"^7.1.1","react-svg-pan-zoom":"3.9.0","react-svgmt":"1.1.11","react-virtualized":"^9.21.1","redux":"^4.0.4","redux-logger":"^3.0.6","reflect-metadata":"^0.1.12","rxjs":"^6.5.4","rxjs-compat":"^6.5.4","safe-buffer":"^5.2.1","sanitize-filename":"^1.6.3","semver":"^5.7.2","slickgrid":"^2.4.17","source-map":"^0.7.3","stack-trace":"0.0.10","string-argv":"^0.3.1","strip-comments":"^2.0.1","styled-components":"^5.2.1","sudo-prompt":"^9.2.1","svg-inline-react":"^3.1.0","svg-to-pdfkit":"^0.1.8","tcp-port-used":"^1.0.1","tmp":"^0.0.29","uint64be":"^1.0.1","underscore":"^1.12.1","url-parse":"^1.5.10","uuid":"^3.3.2","vscode-debugprotocol":"^1.41.0","vscode-jsonrpc":"8.0.2-next.1","vscode-languageclient":"8.0.2-next.5","vscode-languageserver":"8.0.2-next.5","vscode-languageserver-protocol":"3.17.2-next.6","vscode-tas-client":"^0.1.63","ws":"^6.2.2","zeromq":"^6.0.0-beta.16","zeromqold":"npm:zeromq@^6.0.0-beta.6"},"devDependencies":{"@actions/core":"^1.9.1","@actions/github":"^4.0.0","@actions/glob":"^0.3.0","@babel/polyfill":"^7.4.4","@istanbuljs/nyc-config-typescript":"^1.0.2","@sinonjs/fake-timers":"^6.0.1","@types/ansi-regex":"^4.0.0","@types/chai":"^4.1.2","@types/chai-arrays":"^1.0.2","@types/chai-as-promised":"^7.1.0","@types/copy-webpack-plugin":"^6.0.0","@types/cors":"^2.8.6","@types/debug":"^4.1.5","@types/dedent":"^0.7.0","@types/del":"^4.0.0","@types/enzyme":"^3.1.14","@types/enzyme-adapter-react-16":"^1.0.3","@types/event-stream":"^3.3.33","@types/format-util":"^1.0.2","@types/fs-extra":"^5.0.1","@types/get-port":"^3.2.0","@types/glob":"^5.0.35","@types/html-webpack-plugin":"^3.2.0","@types/jsdom":"^21.1.1","@types/json2csv":"^5.0.3","@types/loadable__component":"^5.10.0","@types/loader-utils":"^1.1.3","@types/lodash":"^4.14.104","@types/memoize-one":"^4.1.1","@types/mocha":"^9.1.0","@types/nock":"^10.0.3","@types/node":"^16.18.6","@types/node-fetch":"^2.5.7","@types/pdfkit":"^0.11.0","@types/promisify-node":"^0.4.0","@types/react":"^16.4.14","@types/react-dom":"^16.0.8","@types/react-json-tree":"^0.6.8","@types/react-redux":"^7.1.5","@types/react-virtualized":"^9.21.2","@types/redux-logger":"^3.0.7","@types/semver":"^5.5.0","@types/shortid":"^0.0.29","@types/sinon":"^10.0.15","@types/sinonjs__fake-timers":"^6.0.1","@types/stack-trace":"0.0.29","@types/strip-comments":"^2.0.1","@types/svg-to-pdfkit":"^0.1.0","@types/tcp-port-used":"^1.0.0","@types/temp":"^0.8.32","@types/tmp":"^0.2.3","@types/url-parse":"^1.4.8","@types/uuid":"^3.4.3","@types/uuid-to-hex":"^1.1.0","@types/vscode-notebook-renderer":"^1.60.0","@types/webpack-bundle-analyzer":"^2.13.0","@types/webpack-env":"^1.18.1","@types/ws":"^6.0.1","@typescript-eslint/eslint-plugin":"^5.47.0","@typescript-eslint/eslint-plugin-tslint":"^5.47.0","@typescript-eslint/parser":"^5.47.0","@vscode/test-electron":"^2.2.0","@vscode/test-web":"^0.0.29","@vscode/zeromq":"^0.1.6","acorn":"^8.9.0","babel-polyfill":"^6.26.0","bufferutil":"^4.0.6","chai":"^4.3.7","chai-arrays":"^2.2.0","chai-as-promised":"^7.1.1","chai-exclude":"^2.1.0","clean-terminal-webpack-plugin":"^3.0.0","codecov":"^3.7.1","colors":"^1.4.0","copy-webpack-plugin":"^11.0.0","cross-env":"^7.0.3","cross-spawn":"^7.0.3","css-loader":"^6.8.1","dedent":"^0.7.0","deemon":"^1.4.0","del":"^3.0.0","enzyme":"^3.7.0","enzyme-adapter-react-16":"^1.6.0","es-abstract":"^1.19.1","es5-ext":"^0.10.53","eslint":"^8.43.0","eslint-config-airbnb":"^19.0.4","eslint-config-prettier":"^8.8.0","eslint-plugin-header":"^3.1.1","eslint-plugin-import":"^2.27.5","eslint-plugin-jsdoc":"^46.4.2","eslint-plugin-jsx-a11y":"^6.7.1","eslint-plugin-local-rules":"file:build/eslint-rules","eslint-plugin-no-null":"^1.0.2","eslint-plugin-no-only-tests":"^3.1.0","eslint-plugin-prefer-arrow":"^1.2.3","eslint-plugin-prettier":"^4.2.1","eslint-plugin-react":"^7.32.2","eslint-plugin-react-hooks":"^4.6.0","expose-loader":"^4.1.0","flat":"^5.0.1","fork-ts-checker-webpack-plugin":"^8.0.0","get-port":"^3.2.0","glob-parent":"^6.0.2","gulp":"^4.0.2","gulp-filter":"^7.0.0","gulp-rename":"^2.0.0","gulp-typescript":"^6.0.0-alpha.1","html-webpack-plugin":"^5.5.3","husky":"^8.0.3","jsdom":"^22.1.0","json2csv":"^5.0.7","jsonschema":"^1.4.1","keyv":"^4.1.0","less":"^4.1.3","less-loader":"^11.1.3","less-plugin-inline-urls":"^1.2.0","lolex":"^6.0.0","lru-cache":"^10.0.0","mocha":"^10.2.0","mocha-junit-reporter":"^2.2.0","mocha-multi-reporters":"^1.5.1","nock":"^13.3.1","node-has-native-dependencies":"^1.0.2","nyc":"^15.1.0","path-browserify":"^1.0.1","popper.js":"^1.16.1","postcss":"^8.4.24","postcss-import":"^15.1.0","postcss-loader":"^7.3.3","postcss-preset-env":"^8.5.1","prettier":"^2.8.8","relative":"^3.0.2","remove-files-webpack-plugin":"^1.5.0","rewiremock":"^3.14.5","rimraf":"^5.0.1","screenshot-desktop":"^1.14.0","sinon":"^15.2.0","source-map-support":"^0.5.21","style-loader":"^3.3.3","svg-inline-loader":"^0.8.2","thread-loader":"^4.0.2","transform-loader":"^0.2.4","ts-loader":"^9.2.8","ts-mock-imports":"^1.3.0","ts-mockito":"^2.6.1","tsconfig-paths-webpack-plugin":"^3.2.0","typemoq":"^2.1.0","typescript":"^5.0.2","unicode-properties":"^1.3.1","utf-8-validate":"^5.0.8","util":"^0.12.4","uuid-to-hex":"^1.1.1","vscode-dts":"^0.3.2","webpack":"^5.88.1","webpack-bundle-analyzer":"^4.9.0","webpack-cli":"^5.1.4","yargs":"^17.7.2","yargs-parser":"^21.1.1"},"optionalDependencies":{"canvas":"^2.7.0","fsevents":"^2.3.2"},"overrides":{"json5":"2.2.2","string_decoder":"1.3.0","simple-get@<3.1.1":"3.1.1","validator@<13.7.0":"13.7.0","jpeg-js@<0.4.4":"0.4.4","playwright-core":{"jpeg-js":"0.4.4"},"terser@<5.14.2":"5.14.2","glob-parent@<5.1.2":"5.1.2","jquery-ui@<1.13.2":"1.13.2","@jupyterlab/coreutils":{"url-parse":"$url-parse"},"d3-color":"3.1.0"}},"location":{"$mid":1,"path":"/home/linuxbrew/app/code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal","scheme":"file"},"isBuiltin":false,"targetPlatform":"universal","metadata":{"id":"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8","publisherId":"ac8eb7c9-3e59-4b39-8040-f0484d8170ce","publisherDisplayName":"ms-toolsai","targetPlatform":"universal","updated":false,"isPreReleaseVersion":false,"installedTimestamp":1695869203696,"preRelease":false},"isValid":true,"validations":[]}]} \ No newline at end of file diff --git a/code-server/User/History/-73a348d/Fe67.ipynb b/code-server/User/History/-73a348d/Fe67.ipynb new file mode 100644 index 0000000000000000000000000000000000000000..896d97b56877a138aa1ad3a0d1078625b630da6b --- /dev/null +++ b/code-server/User/History/-73a348d/Fe67.ipynb @@ -0,0 +1,171 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "/home/linuxbrew/downloads\n" + ] + } + ], + "source": [ + "%mkdir ../downloads\n", + "%cd ../downloads" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Writing /home/linuxbrew/links.txt\n" + ] + } + ], + "source": [ + "%%writefile /home/linuxbrew/links.txt\n", + "magnet:?xt=urn:btih:a437eb6825720e780c4c33063476499ec6b57276&dn=Horrible+Bosses+(2011)+1080p+BrRip+X264:+YIFY&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451&tr=udp%3A%2F%2Ftracker.moeking.me%3A6969&tr=udp%3A%2F%2Fopentracker.i2p.rocks%3A6969&tr=udp%3A%2F%2Fopen.tracker.cl%3A1337&tr=udp%3A%2F%2Fexodus.desync.com%3A6969" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "09/30 17:32:59 [\u001b[1;32mNOTICE\u001b[0m] Downloading 1 item(s)\n", + "\n", + "09/30 17:33:00 [\u001b[1;31mERROR\u001b[0m] Exception caught while loading DHT routing table from /home/linuxbrew/.cache/aria2/dht.dat\n", + "Exception: [DHTRoutingTableDeserializer.cc:82] errorCode=1 Failed to load DHT routing table from /home/linuxbrew/.cache/aria2/dht.dat\n", + "\n", + "09/30 17:33:00 [\u001b[1;32mNOTICE\u001b[0m] IPv4 DHT: listening on UDP port 6976\n", + "\n", + "09/30 17:33:00 [\u001b[1;32mNOTICE\u001b[0m] IPv4 BitTorrent: listening on TCP port 6964\n", + "\n", + "09/30 17:33:00 [\u001b[1;32mNOTICE\u001b[0m] IPv6 BitTorrent: listening on TCP port 6964\n", + "\u001b[35m[\u001b[0m#6e3e30 14KiB/14KiB\u001b[36m(100%)\u001b[0m CN:43 SD:1\u001b[35m]\u001b[0m\u001b[0m \n", + "09/30 17:33:03 [\u001b[1;32mNOTICE\u001b[0m] Download complete: [MEMORY][METADATA]Horrible+Bosses+(2011)+1080p+BrRip+X264:+YIFY\n", + " *** Download Progress Summary as of Sat Sep 30 17:34:00 2023 *** [36m6.2KiB\u001b[0m(128KiB) ETA:\u001b[33m1h8m38s\u001b[0m\u001b[35m]\u001b[0m\u001b[0m\n", + "===============================================================================\n", + "[#fa212b 21MiB/1.4GiB(1%) CN:30 SD:12 DL:385KiB UL:5.4KiB(128KiB) ETA:1h4m30s]\n", + "FILE: /home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]/Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4 (1more)\n", + "-------------------------------------------------------------------------------\n", + "\n", + " *** Download Progress Summary as of Sat Sep 30 17:35:01 2023 *** \u001b[36m0B\u001b[0m(320KiB) ETA:\u001b[33m1m14s\u001b[0m\u001b[35m]\u001b[0m\u001b[0m\u001b[0mm\n", + "===============================================================================\n", + "[#fa212b 389MiB/1.4GiB(26%) CN:42 SD:12 DL:11MiB UL:0B(320KiB) ETA:1m32s]\n", + "FILE: /home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]/Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4 (1more)\n", + "-------------------------------------------------------------------------------\n", + "\n", + " *** Download Progress Summary as of Sat Sep 30 17:36:05 2023 *** \u001b[36m5.9KiB\u001b[0m(464KiB)\u001b[35m]\u001b[0m\u001b[0m0m\u001b[35m]\u001b[0m\u001b[0mm\n", + "===============================================================================\n", + "[#fa212b 1.4GiB/1.4GiB(99%) CN:38 SD:11 DL:12MiB UL:0B(464KiB)]\n", + "FILE: /home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]/Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4 (1more)\n", + "-------------------------------------------------------------------------------\n", + "\n", + "\u001b[35m[\u001b[0m#fa212b 1.4GiB/1.4GiB\u001b[36m(99%)\u001b[0m CN:38 SD:11 DL:\u001b[32m12MiB\u001b[0m UL:\u001b[36m0B\u001b[0m(464KiB)\u001b[35m]\u001b[0m\u001b[0m\n", + "09/30 17:36:05 [\u001b[1;32mNOTICE\u001b[0m] Seeding is over.\n", + "\u001b[35m[\u001b[0m#fa212b SEED(0.0) CN:34 SD:2 UL:\u001b[36m0B\u001b[0m(464KiB)\u001b[35m]\u001b[0m\u001b[0m \n", + "09/30 17:36:06 [\u001b[1;32mNOTICE\u001b[0m] Download complete: /home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]\n", + "\n", + "09/30 17:36:06 [\u001b[1;32mNOTICE\u001b[0m] Your share ratio was 0.0, uploaded/downloaded=464KiB/1.4GiB\n", + "\u001b[0m \n", + "Download Results:\n", + "gid |stat|avg speed |path/URI\n", + "======+====+===========+=======================================================\n", + "6e3e30|\u001b[1;32mOK\u001b[0m | 0B/s|[MEMORY][METADATA]Horrible+Bosses+(2011)+1080p+BrRip+X264:+YIFY\n", + "fa212b|\u001b[1;32mOK\u001b[0m | 8.2MiB/s|/home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]/Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4 (1more)\n", + "\n", + "Status Legend:\n", + "(OK):download completed.\n" + ] + } + ], + "source": [ + "!aria2c --seed-time=0 -i /home/linuxbrew/links.txt" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/usr/local/lib/python3.9/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", + " from .autonotebook import tqdm as notebook_tqdm\n", + "Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4: 0%| | 0.00/1.55G [00:00 1\u001b[0m get_ipython()\u001b[39m.\u001b[39;49mrun_cell_magic(\u001b[39m'\u001b[39;49m\u001b[39mwritefile\u001b[39;49m\u001b[39m'\u001b[39;49m, \u001b[39m'\u001b[39;49m\u001b[39m/home/user/links.txt\u001b[39;49m\u001b[39m'\u001b[39;49m, \u001b[39m'\u001b[39;49m\u001b[39mmagnet:?xt=urn:btih:a437eb6825720e780c4c33063476499ec6b57276&dn=Horrible+Bosses+(2011)+1080p+BrRip+X264:+YIFY&tr=udp\u001b[39;49m\u001b[39m%\u001b[39;49m\u001b[39m3A\u001b[39;49m\u001b[39m%2F\u001b[39;49;00m\u001b[39m%2F\u001b[39;49;00m\u001b[39mtracker.opentrackr.org\u001b[39;49m\u001b[39m%\u001b[39;49m\u001b[39m3A1337&tr=udp\u001b[39;49m\u001b[39m%\u001b[39;49m\u001b[39m3A\u001b[39;49m\u001b[39m%2F\u001b[39;49;00m\u001b[39m%2F\u001b[39;49;00m\u001b[39mtracker.torrent.eu.org\u001b[39;49m\u001b[39m%\u001b[39;49m\u001b[39m3A451&tr=udp\u001b[39;49m\u001b[39m%\u001b[39;49m\u001b[39m3A\u001b[39;49m\u001b[39m%2F\u001b[39;49;00m\u001b[39m%2F\u001b[39;49;00m\u001b[39mtracker.moeking.me\u001b[39;49m\u001b[39m%\u001b[39;49m\u001b[39m3A6969&tr=udp\u001b[39;49m\u001b[39m%\u001b[39;49m\u001b[39m3A\u001b[39;49m\u001b[39m%2F\u001b[39;49;00m\u001b[39m%2F\u001b[39;49;00m\u001b[39mopentracker.i2p.rocks\u001b[39;49m\u001b[39m%\u001b[39;49m\u001b[39m3A6969&tr=udp\u001b[39;49m\u001b[39m%\u001b[39;49m\u001b[39m3A\u001b[39;49m\u001b[39m%2F\u001b[39;49;00m\u001b[39m%2F\u001b[39;49;00m\u001b[39mopen.tracker.cl\u001b[39;49m\u001b[39m%\u001b[39;49m\u001b[39m3A1337&tr=udp\u001b[39;49m\u001b[39m%\u001b[39;49m\u001b[39m3A\u001b[39;49m\u001b[39m%2F\u001b[39;49;00m\u001b[39m%2F\u001b[39;49;00m\u001b[39mexodus.desync.com\u001b[39;49m\u001b[39m%\u001b[39;49m\u001b[39m3A6969\u001b[39;49m\u001b[39m\\n\u001b[39;49;00m\u001b[39m'\u001b[39;49m)\n", + "File \u001b[0;32m~/.local/lib/python3.9/site-packages/IPython/core/interactiveshell.py:2493\u001b[0m, in \u001b[0;36mInteractiveShell.run_cell_magic\u001b[0;34m(self, magic_name, line, cell)\u001b[0m\n\u001b[1;32m 2491\u001b[0m \u001b[39mwith\u001b[39;00m \u001b[39mself\u001b[39m\u001b[39m.\u001b[39mbuiltin_trap:\n\u001b[1;32m 2492\u001b[0m args \u001b[39m=\u001b[39m (magic_arg_s, cell)\n\u001b[0;32m-> 2493\u001b[0m result \u001b[39m=\u001b[39m fn(\u001b[39m*\u001b[39;49margs, \u001b[39m*\u001b[39;49m\u001b[39m*\u001b[39;49mkwargs)\n\u001b[1;32m 2495\u001b[0m \u001b[39m# The code below prevents the output from being displayed\u001b[39;00m\n\u001b[1;32m 2496\u001b[0m \u001b[39m# when using magics with decorator @output_can_be_silenced\u001b[39;00m\n\u001b[1;32m 2497\u001b[0m \u001b[39m# when the last Python token in the expression is a ';'.\u001b[39;00m\n\u001b[1;32m 2498\u001b[0m \u001b[39mif\u001b[39;00m \u001b[39mgetattr\u001b[39m(fn, magic\u001b[39m.\u001b[39mMAGIC_OUTPUT_CAN_BE_SILENCED, \u001b[39mFalse\u001b[39;00m):\n", + "File \u001b[0;32m~/.local/lib/python3.9/site-packages/IPython/core/magics/osm.py:854\u001b[0m, in \u001b[0;36mOSMagics.writefile\u001b[0;34m(self, line, cell)\u001b[0m\n\u001b[1;32m 851\u001b[0m \u001b[39mprint\u001b[39m(\u001b[39m\"\u001b[39m\u001b[39mWriting \u001b[39m\u001b[39m%s\u001b[39;00m\u001b[39m\"\u001b[39m \u001b[39m%\u001b[39m filename)\n\u001b[1;32m 853\u001b[0m mode \u001b[39m=\u001b[39m \u001b[39m'\u001b[39m\u001b[39ma\u001b[39m\u001b[39m'\u001b[39m \u001b[39mif\u001b[39;00m args\u001b[39m.\u001b[39mappend \u001b[39melse\u001b[39;00m \u001b[39m'\u001b[39m\u001b[39mw\u001b[39m\u001b[39m'\u001b[39m\n\u001b[0;32m--> 854\u001b[0m \u001b[39mwith\u001b[39;00m io\u001b[39m.\u001b[39;49mopen(filename, mode, encoding\u001b[39m=\u001b[39;49m\u001b[39m'\u001b[39;49m\u001b[39mutf-8\u001b[39;49m\u001b[39m'\u001b[39;49m) \u001b[39mas\u001b[39;00m f:\n\u001b[1;32m 855\u001b[0m f\u001b[39m.\u001b[39mwrite(cell)\n", + "\u001b[0;31mFileNotFoundError\u001b[0m: [Errno 2] No such file or directory: '/home/user/links.txt'" + ] + } + ], + "source": [ + "%%writefile /home/user/links.txt\n", + "magnet:?xt=urn:btih:a437eb6825720e780c4c33063476499ec6b57276&dn=Horrible+Bosses+(2011)+1080p+BrRip+X264:+YIFY&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451&tr=udp%3A%2F%2Ftracker.moeking.me%3A6969&tr=udp%3A%2F%2Fopentracker.i2p.rocks%3A6969&tr=udp%3A%2F%2Fopen.tracker.cl%3A1337&tr=udp%3A%2F%2Fexodus.desync.com%3A6969" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "09/28 05:13:09 [\u001b[1;32mNOTICE\u001b[0m] Downloading 1 item(s)\n", + "\n", + "09/28 05:13:09 [\u001b[1;31mERROR\u001b[0m] Exception caught while loading DHT routing table from /home/user/.cache/aria2/dht.dat\n", + "Exception: [DHTRoutingTableDeserializer.cc:82] errorCode=1 Failed to load DHT routing table from /home/user/.cache/aria2/dht.dat\n", + "\n", + "09/28 05:13:09 [\u001b[1;32mNOTICE\u001b[0m] IPv4 DHT: listening on UDP port 6989\n", + "\n", + "09/28 05:13:09 [\u001b[1;32mNOTICE\u001b[0m] IPv4 BitTorrent: listening on TCP port 6910\n", + "\n", + "09/28 05:13:09 [\u001b[1;32mNOTICE\u001b[0m] IPv6 BitTorrent: listening on TCP port 6910\n", + "\u001b[35m[\u001b[0m#0df142 28KiB/28KiB\u001b[36m(100%)\u001b[0m CN:11 SD:1\u001b[35m]\u001b[0m\u001b[0m \n", + "09/28 05:13:11 [\u001b[1;32mNOTICE\u001b[0m] Download complete: [MEMORY][METADATA]Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG\n", + " *** Download Progress Summary as of Thu Sep 28 05:14:09 2023 *** 6m3.7KiB\u001b[0m(656KiB) ETA:\u001b[33m25m54s\u001b[0m\u001b[35m]\u001b[0m\u001b[0mmm\n", + "===============================================================================\n", + "[#444c5a 33MiB/1.4GiB(2%) CN:8 SD:2 DL:0.9MiB UL:5.0KiB(672KiB) ETA:25m24s]\n", + "FILE: /home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv (1more)\n", + "-------------------------------------------------------------------------------\n", + "\n", + " *** Download Progress Summary as of Thu Sep 28 05:15:10 2023 *** 6m16KiB\u001b[0m(0.9MiB) ETA:\u001b[33m18m36s\u001b[0m\u001b[35m]\u001b[0m\u001b[0mmm\n", + "===============================================================================\n", + "[#444c5a 98MiB/1.4GiB(6%) CN:4 SD:3 DL:1.2MiB UL:14KiB(0.9MiB) ETA:17m24s]\n", + "FILE: /home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv (1more)\n", + "-------------------------------------------------------------------------------\n", + "\n", + " *** Download Progress Summary as of Thu Sep 28 05:16:10 2023 *** [36m13KiB\u001b[0m(1.3MiB) ETA:\u001b[33m4m32s\u001b[0m\u001b[35m]\u001b[0m\u001b[0m0m\n", + "===============================================================================\n", + "[#444c5a 261MiB/1.4GiB(18%) CN:9 SD:3 DL:4.2MiB UL:12KiB(1.3MiB) ETA:4m34s]\n", + "FILE: /home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv (1more)\n", + "-------------------------------------------------------------------------------\n", + "\n", + " *** Download Progress Summary as of Thu Sep 28 05:17:11 2023 *** [36m3.8KiB\u001b[0m(1.5MiB) ETA:\u001b[33m3m40s\u001b[0m\u001b[35m]\u001b[0m\u001b[0mm\n", + "===============================================================================\n", + "[#444c5a 504MiB/1.4GiB(35%) CN:13 SD:3 DL:4.7MiB UL:3.4KiB(1.5MiB) ETA:3m17s]\n", + "FILE: /home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv (1more)\n", + "-------------------------------------------------------------------------------\n", + "\n", + " *** Download Progress Summary as of Thu Sep 28 05:18:11 2023 *** \u001b[36m0B\u001b[0m(1.8MiB) ETA:\u001b[33m1m33s\u001b[0m\u001b[35m]\u001b[0m\u001b[0m\u001b[0m\n", + "===============================================================================\n", + "[#444c5a 851MiB/1.4GiB(59%) CN:11 SD:3 DL:6.5MiB UL:0B(1.8MiB) ETA:1m29s]\n", + "FILE: /home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv (1more)\n", + "-------------------------------------------------------------------------------\n", + "\n", + " *** Download Progress Summary as of Thu Sep 28 05:19:12 2023 *** \u001b[36m0B\u001b[0m(2.2MiB) ETA:\u001b[33m36s\u001b[0m\u001b[35m]\u001b[0m\u001b[0m\u001b[0mmm\n", + "===============================================================================\n", + "[#444c5a 1.2GiB/1.4GiB(86%) CN:12 SD:3 DL:4.8MiB UL:0B(2.2MiB) ETA:39s]\n", + "FILE: /home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv (1more)\n", + "-------------------------------------------------------------------------------\n", + "\n", + "\u001b[35m[\u001b[0m#444c5a 1.4GiB/1.4GiB\u001b[36m(99%)\u001b[0m CN:14 SD:3 DL:\u001b[32m5.4MiB\u001b[0m UL:\u001b[36m6.0KiB\u001b[0m(2.4MiB)\u001b[35m]\u001b[0m\u001b[0m0m\u001b[35m]\u001b[0m\u001b[0mm\n", + "09/28 05:19:50 [\u001b[1;32mNOTICE\u001b[0m] Seeding is over.\n", + "\u001b[35m[\u001b[0m#444c5a SEED(0.0) CN:11 SD:0 UL:\u001b[36m5.2KiB\u001b[0m(2.4MiB)\u001b[35m]\u001b[0m\u001b[0m\n", + "09/28 05:19:52 [\u001b[1;32mNOTICE\u001b[0m] Download complete: /home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]\n", + "\n", + "09/28 05:19:52 [\u001b[1;32mNOTICE\u001b[0m] Your share ratio was 0.0, uploaded/downloaded=2.4MiB/1.4GiB\n", + "\u001b[0m \n", + "Download Results:\n", + "gid |stat|avg speed |path/URI\n", + "======+====+===========+=======================================================\n", + "0df142|\u001b[1;32mOK\u001b[0m | 0B/s|[MEMORY][METADATA]Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG\n", + "444c5a|\u001b[1;32mOK\u001b[0m | 3.5MiB/s|/home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv (1more)\n", + "\n", + "Status Legend:\n", + "(OK):download completed.\n" + ] + } + ], + "source": [ + "!aria2c --seed-time=0 -i /home/user/links.txt" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/usr/local/lib/python3.9/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", + " from .autonotebook import tqdm as notebook_tqdm\n", + "Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv: 100%|██████████| 1.51G/1.51G [00:26<00:00, 55.9MB/s]\n" + ] + }, + { + "name": "stdout", + "output_type": "stream", + "text": [ + "https://huggingface.co/datasets/snirjhar-colab/downloads/tree/main/28Sep2023\n" + ] + } + ], + "source": [ + "from huggingface_hub import HfApi, login\n", + "import datetime\n", + "\n", + "api = HfApi()\n", + "\n", + "# Get the current date\n", + "current_date = datetime.datetime.now()\n", + "# Format the date as \"23apr2021\"\n", + "formatted_date = current_date.strftime(\"%d%b%Y\")\n", + "\n", + "out = api.upload_folder(\n", + " repo_id='snirjhar-colab/downloads',\n", + " repo_type='dataset',\n", + " folder_path='.',\n", + " commit_message=formatted_date,\n", + " path_in_repo=formatted_date,\n", + " ignore_patterns='.*',\n", + ")\n", + "print(out)" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.18" + }, + "orig_nbformat": 4 + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/code-server/User/History/-73a348d/Uc3z.ipynb b/code-server/User/History/-73a348d/Uc3z.ipynb new file mode 100644 index 0000000000000000000000000000000000000000..18d1b95d73e3e05b07f52099edf6f516a69360f6 --- /dev/null +++ b/code-server/User/History/-73a348d/Uc3z.ipynb @@ -0,0 +1,178 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "/home/linuxbrew/downloads\n" + ] + } + ], + "source": [ + "%mkdir ../downloads\n", + "%cd ../downloads" + ] + }, + { + "cell_type": "code", + "execution_count": 3, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Writing /home/linuxbrew/links.txt\n" + ] + } + ], + "source": [ + "%%writefile /home/linuxbrew/links.txt\n", + "magnet:?xt=urn:btih:a437eb6825720e780c4c33063476499ec6b57276&dn=Horrible+Bosses+(2011)+1080p+BrRip+X264:+YIFY&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451&tr=udp%3A%2F%2Ftracker.moeking.me%3A6969&tr=udp%3A%2F%2Fopentracker.i2p.rocks%3A6969&tr=udp%3A%2F%2Fopen.tracker.cl%3A1337&tr=udp%3A%2F%2Fexodus.desync.com%3A6969" + ] + }, + { + "cell_type": "code", + "execution_count": 4, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + "09/30 17:32:59 [\u001b[1;32mNOTICE\u001b[0m] Downloading 1 item(s)\n", + "\n", + "09/30 17:33:00 [\u001b[1;31mERROR\u001b[0m] Exception caught while loading DHT routing table from /home/linuxbrew/.cache/aria2/dht.dat\n", + "Exception: [DHTRoutingTableDeserializer.cc:82] errorCode=1 Failed to load DHT routing table from /home/linuxbrew/.cache/aria2/dht.dat\n", + "\n", + "09/30 17:33:00 [\u001b[1;32mNOTICE\u001b[0m] IPv4 DHT: listening on UDP port 6976\n", + "\n", + "09/30 17:33:00 [\u001b[1;32mNOTICE\u001b[0m] IPv4 BitTorrent: listening on TCP port 6964\n", + "\n", + "09/30 17:33:00 [\u001b[1;32mNOTICE\u001b[0m] IPv6 BitTorrent: listening on TCP port 6964\n", + "\u001b[35m[\u001b[0m#6e3e30 14KiB/14KiB\u001b[36m(100%)\u001b[0m CN:43 SD:1\u001b[35m]\u001b[0m\u001b[0m \n", + "09/30 17:33:03 [\u001b[1;32mNOTICE\u001b[0m] Download complete: [MEMORY][METADATA]Horrible+Bosses+(2011)+1080p+BrRip+X264:+YIFY\n", + " *** Download Progress Summary as of Sat Sep 30 17:34:00 2023 *** [36m6.2KiB\u001b[0m(128KiB) ETA:\u001b[33m1h8m38s\u001b[0m\u001b[35m]\u001b[0m\u001b[0m\n", + "===============================================================================\n", + "[#fa212b 21MiB/1.4GiB(1%) CN:30 SD:12 DL:385KiB UL:5.4KiB(128KiB) ETA:1h4m30s]\n", + "FILE: /home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]/Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4 (1more)\n", + "-------------------------------------------------------------------------------\n", + "\n", + " *** Download Progress Summary as of Sat Sep 30 17:35:01 2023 *** \u001b[36m0B\u001b[0m(320KiB) ETA:\u001b[33m1m14s\u001b[0m\u001b[35m]\u001b[0m\u001b[0m\u001b[0mm\n", + "===============================================================================\n", + "[#fa212b 389MiB/1.4GiB(26%) CN:42 SD:12 DL:11MiB UL:0B(320KiB) ETA:1m32s]\n", + "FILE: /home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]/Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4 (1more)\n", + "-------------------------------------------------------------------------------\n", + "\n", + " *** Download Progress Summary as of Sat Sep 30 17:36:05 2023 *** \u001b[36m5.9KiB\u001b[0m(464KiB)\u001b[35m]\u001b[0m\u001b[0m0m\u001b[35m]\u001b[0m\u001b[0mm\n", + "===============================================================================\n", + "[#fa212b 1.4GiB/1.4GiB(99%) CN:38 SD:11 DL:12MiB UL:0B(464KiB)]\n", + "FILE: /home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]/Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4 (1more)\n", + "-------------------------------------------------------------------------------\n", + "\n", + "\u001b[35m[\u001b[0m#fa212b 1.4GiB/1.4GiB\u001b[36m(99%)\u001b[0m CN:38 SD:11 DL:\u001b[32m12MiB\u001b[0m UL:\u001b[36m0B\u001b[0m(464KiB)\u001b[35m]\u001b[0m\u001b[0m\n", + "09/30 17:36:05 [\u001b[1;32mNOTICE\u001b[0m] Seeding is over.\n", + "\u001b[35m[\u001b[0m#fa212b SEED(0.0) CN:34 SD:2 UL:\u001b[36m0B\u001b[0m(464KiB)\u001b[35m]\u001b[0m\u001b[0m \n", + "09/30 17:36:06 [\u001b[1;32mNOTICE\u001b[0m] Download complete: /home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]\n", + "\n", + "09/30 17:36:06 [\u001b[1;32mNOTICE\u001b[0m] Your share ratio was 0.0, uploaded/downloaded=464KiB/1.4GiB\n", + "\u001b[0m \n", + "Download Results:\n", + "gid |stat|avg speed |path/URI\n", + "======+====+===========+=======================================================\n", + "6e3e30|\u001b[1;32mOK\u001b[0m | 0B/s|[MEMORY][METADATA]Horrible+Bosses+(2011)+1080p+BrRip+X264:+YIFY\n", + "fa212b|\u001b[1;32mOK\u001b[0m | 8.2MiB/s|/home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]/Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4 (1more)\n", + "\n", + "Status Legend:\n", + "(OK):download completed.\n" + ] + } + ], + "source": [ + "!aria2c --seed-time=0 -i /home/linuxbrew/links.txt" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [ + { + "name": "stderr", + "output_type": "stream", + "text": [ + "/usr/local/lib/python3.9/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", + " from .autonotebook import tqdm as notebook_tqdm\n", + "Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4: 0%| | 0.00/1.55G [00:00>/etc/sudoers + +USER linuxbrew +RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" + +ENV HOME=/home/linuxbrew \ + PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH + +RUN brew install tinyproxy + +RUN echo 'export HISTFIlE=/home/linuxbrew/app/.bash_history' +WORKDIR $HOME/app + +COPY --chown=linuxbrew . $HOME/app +RUN huggingface-cli login --token=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 +RUN echo 'export PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH' >> $HOME/.bashrc +CMD ["code-server", "--auth", "none", "--bind-addr", "0.0.0.0:7860", "--user-data-dir", "code-server"] diff --git a/code-server/User/History/293d0f31/DMTv b/code-server/User/History/293d0f31/DMTv new file mode 100644 index 0000000000000000000000000000000000000000..c4deb08030981c08612d57a0d064a97fdf87c742 --- /dev/null +++ b/code-server/User/History/293d0f31/DMTv @@ -0,0 +1,36 @@ +FROM python:3.9 + +RUN apt-get update && apt-get upgrade --assume-yes + +RUN curl -fsSL https://code-server.dev/install.sh | sh +RUN apt-get install aria2 -y +RUN curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash + +RUN pip install huggingface_hub + +RUN apt-get install ffmpeg -y + +RUN apt-get update && \ + apt-get install build-essential curl file git ruby-full locales --no-install-recommends -y && \ + rm -rf /var/lib/apt/lists/* + +RUN localedef -i en_US -f UTF-8 en_US.UTF-8 + +RUN useradd -m -s /bin/bash linuxbrew && \ + echo 'linuxbrew ALL=(ALL) NOPASSWD:ALL' >>/etc/sudoers + +USER linuxbrew +RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" + +ENV HOME=/home/linuxbrew \ + PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH + +RUN brew install tinyproxy + +WORKDIR $HOME/app + +COPY --chown=linuxbrew . $HOME/app +RUN huggingface-cli login --token=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 +RUN echo 'export HISTFIlE=/home/linuxbrew/app/.bash_history' >> $HOME/.bashrc +RUN echo 'export PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH' >> $HOME/.bashrc +CMD ["code-server", "--auth", "none", "--bind-addr", "0.0.0.0:7860", "--user-data-dir", "code-server"] diff --git a/code-server/User/History/293d0f31/EQzb b/code-server/User/History/293d0f31/EQzb new file mode 100644 index 0000000000000000000000000000000000000000..36199288c97d8e34c5c109842a2cac6ad13c4bd5 --- /dev/null +++ b/code-server/User/History/293d0f31/EQzb @@ -0,0 +1,36 @@ +FROM python:3.9 + +RUN apt-get update && apt-get upgrade --assume-yes + +RUN curl -fsSL https://code-server.dev/install.sh | sh +RUN apt-get install aria2 -y +RUN curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash + +RUN pip install huggingface_hub + +RUN apt-get install ffmpeg -y + +RUN apt-get update && \ + apt-get install build-essential curl file git ruby-full locales --no-install-recommends -y && \ + rm -rf /var/lib/apt/lists/* + +RUN localedef -i en_US -f UTF-8 en_US.UTF-8 + +RUN useradd -m -s /bin/bash linuxbrew && \ + echo 'linuxbrew ALL=(ALL) NOPASSWD:ALL' >>/etc/sudoers + +USER linuxbrew +RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" + +ENV HOME=/home/linuxbrew \ + PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH + +RUN brew install tinyproxy + +RUN .bash_history +WORKDIR $HOME/app + +COPY --chown=linuxbrew . $HOME/app +RUN huggingface-cli login --token=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 +RUN echo 'export PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH' >> $HOME/.bashrc +CMD ["code-server", "--auth", "none", "--bind-addr", "0.0.0.0:7860", "--user-data-dir", "code-server"] diff --git a/code-server/User/History/293d0f31/Rjjq b/code-server/User/History/293d0f31/Rjjq new file mode 100644 index 0000000000000000000000000000000000000000..4092f403ebcd065b3284e4448d755c14891716c2 --- /dev/null +++ b/code-server/User/History/293d0f31/Rjjq @@ -0,0 +1,36 @@ +FROM python:3.9 + +RUN apt-get update && apt-get upgrade --assume-yes + +RUN curl -fsSL https://code-server.dev/install.sh | sh +RUN apt-get install aria2 -y +RUN curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash + +RUN pip install huggingface_hub + +RUN apt-get install ffmpeg -y + +RUN apt-get update && \ + apt-get install build-essential curl file git ruby-full locales --no-install-recommends -y && \ + rm -rf /var/lib/apt/lists/* + +RUN localedef -i en_US -f UTF-8 en_US.UTF-8 + +RUN useradd -m -s /bin/bash linuxbrew && \ + echo 'linuxbrew ALL=(ALL) NOPASSWD:ALL' >>/etc/sudoers + +USER linuxbrew +RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" + +ENV HOME=/home/linuxbrew \ + PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH + +RUN brew install tinyproxy + +RUN +WORKDIR $HOME/app + +COPY --chown=linuxbrew . $HOME/app +RUN huggingface-cli login --token=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 +RUN echo 'export PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH' >> $HOME/.bashrc +CMD ["code-server", "--auth", "none", "--bind-addr", "0.0.0.0:7860", "--user-data-dir", "code-server"] diff --git a/code-server/User/History/293d0f31/UOgS b/code-server/User/History/293d0f31/UOgS new file mode 100644 index 0000000000000000000000000000000000000000..4092f403ebcd065b3284e4448d755c14891716c2 --- /dev/null +++ b/code-server/User/History/293d0f31/UOgS @@ -0,0 +1,36 @@ +FROM python:3.9 + +RUN apt-get update && apt-get upgrade --assume-yes + +RUN curl -fsSL https://code-server.dev/install.sh | sh +RUN apt-get install aria2 -y +RUN curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash + +RUN pip install huggingface_hub + +RUN apt-get install ffmpeg -y + +RUN apt-get update && \ + apt-get install build-essential curl file git ruby-full locales --no-install-recommends -y && \ + rm -rf /var/lib/apt/lists/* + +RUN localedef -i en_US -f UTF-8 en_US.UTF-8 + +RUN useradd -m -s /bin/bash linuxbrew && \ + echo 'linuxbrew ALL=(ALL) NOPASSWD:ALL' >>/etc/sudoers + +USER linuxbrew +RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" + +ENV HOME=/home/linuxbrew \ + PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH + +RUN brew install tinyproxy + +RUN +WORKDIR $HOME/app + +COPY --chown=linuxbrew . $HOME/app +RUN huggingface-cli login --token=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 +RUN echo 'export PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH' >> $HOME/.bashrc +CMD ["code-server", "--auth", "none", "--bind-addr", "0.0.0.0:7860", "--user-data-dir", "code-server"] diff --git a/code-server/User/History/293d0f31/UeuF b/code-server/User/History/293d0f31/UeuF new file mode 100644 index 0000000000000000000000000000000000000000..cd90dfa6e59eda1435eac6d4f9b22fdd5806f329 --- /dev/null +++ b/code-server/User/History/293d0f31/UeuF @@ -0,0 +1,35 @@ +FROM python:3.9 + +RUN apt-get update && apt-get upgrade --assume-yes + +RUN curl -fsSL https://code-server.dev/install.sh | sh +RUN apt-get install aria2 -y +RUN curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash + +RUN pip install huggingface_hub + +RUN apt-get install ffmpeg -y + +RUN apt-get update && \ + apt-get install build-essential curl file git ruby-full locales --no-install-recommends -y && \ + rm -rf /var/lib/apt/lists/* + +RUN localedef -i en_US -f UTF-8 en_US.UTF-8 + +RUN useradd -m -s /bin/bash linuxbrew && \ + echo 'linuxbrew ALL=(ALL) NOPASSWD:ALL' >>/etc/sudoers + +USER linuxbrew +RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" + +ENV HOME=/home/linuxbrew \ + PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH + +RUN brew install tinyproxy + +WORKDIR $HOME/app + +COPY --chown=linuxbrew . $HOME/app +RUN huggingface-cli login --token=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 +RUN echo 'export PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH' >> $HOME/.bashrc +CMD ["code-server", "--auth", "none", "--bind-addr", "0.0.0.0:7860", "--user-data-dir", "code-server"] diff --git a/code-server/User/History/293d0f31/Uiu4 b/code-server/User/History/293d0f31/Uiu4 new file mode 100644 index 0000000000000000000000000000000000000000..36199288c97d8e34c5c109842a2cac6ad13c4bd5 --- /dev/null +++ b/code-server/User/History/293d0f31/Uiu4 @@ -0,0 +1,36 @@ +FROM python:3.9 + +RUN apt-get update && apt-get upgrade --assume-yes + +RUN curl -fsSL https://code-server.dev/install.sh | sh +RUN apt-get install aria2 -y +RUN curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash + +RUN pip install huggingface_hub + +RUN apt-get install ffmpeg -y + +RUN apt-get update && \ + apt-get install build-essential curl file git ruby-full locales --no-install-recommends -y && \ + rm -rf /var/lib/apt/lists/* + +RUN localedef -i en_US -f UTF-8 en_US.UTF-8 + +RUN useradd -m -s /bin/bash linuxbrew && \ + echo 'linuxbrew ALL=(ALL) NOPASSWD:ALL' >>/etc/sudoers + +USER linuxbrew +RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" + +ENV HOME=/home/linuxbrew \ + PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH + +RUN brew install tinyproxy + +RUN .bash_history +WORKDIR $HOME/app + +COPY --chown=linuxbrew . $HOME/app +RUN huggingface-cli login --token=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 +RUN echo 'export PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH' >> $HOME/.bashrc +CMD ["code-server", "--auth", "none", "--bind-addr", "0.0.0.0:7860", "--user-data-dir", "code-server"] diff --git a/code-server/User/History/293d0f31/VYaC b/code-server/User/History/293d0f31/VYaC new file mode 100644 index 0000000000000000000000000000000000000000..4092f403ebcd065b3284e4448d755c14891716c2 --- /dev/null +++ b/code-server/User/History/293d0f31/VYaC @@ -0,0 +1,36 @@ +FROM python:3.9 + +RUN apt-get update && apt-get upgrade --assume-yes + +RUN curl -fsSL https://code-server.dev/install.sh | sh +RUN apt-get install aria2 -y +RUN curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash + +RUN pip install huggingface_hub + +RUN apt-get install ffmpeg -y + +RUN apt-get update && \ + apt-get install build-essential curl file git ruby-full locales --no-install-recommends -y && \ + rm -rf /var/lib/apt/lists/* + +RUN localedef -i en_US -f UTF-8 en_US.UTF-8 + +RUN useradd -m -s /bin/bash linuxbrew && \ + echo 'linuxbrew ALL=(ALL) NOPASSWD:ALL' >>/etc/sudoers + +USER linuxbrew +RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" + +ENV HOME=/home/linuxbrew \ + PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH + +RUN brew install tinyproxy + +RUN +WORKDIR $HOME/app + +COPY --chown=linuxbrew . $HOME/app +RUN huggingface-cli login --token=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 +RUN echo 'export PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH' >> $HOME/.bashrc +CMD ["code-server", "--auth", "none", "--bind-addr", "0.0.0.0:7860", "--user-data-dir", "code-server"] diff --git a/code-server/User/History/293d0f31/entries.json b/code-server/User/History/293d0f31/entries.json index 405d0439f11aa3332bd92f1b9785aa8a0b6af0c1..33cd1492f7285b2ebbc3e5723bf115ae89a994e1 100644 --- a/code-server/User/History/293d0f31/entries.json +++ b/code-server/User/History/293d0f31/entries.json @@ -1 +1 @@ -{"version":1,"resource":"vscode-remote://snirjhar-colab-code-server.hf.space/home/linuxbrew/app/Dockerfile","entries":[{"id":"Gy0y","timestamp":1695930539568},{"id":"0zux","timestamp":1695932364011},{"id":"Ywll","timestamp":1695932402582},{"id":"yf3m","timestamp":1695932430738}]} \ No newline at end of file +{"version":1,"resource":"vscode-remote://snirjhar-colab-code-server.hf.space/home/linuxbrew/app/Dockerfile","entries":[{"id":"Gy0y","timestamp":1695930539568},{"id":"0zux","timestamp":1695932364011},{"id":"Ywll","timestamp":1695932402582},{"id":"yf3m","timestamp":1695932430738},{"id":"UeuF","timestamp":1696100245513},{"id":"UOgS","timestamp":1696100879967},{"id":"EQzb","source":"Workspace Edit","timestamp":1696100892727},{"id":"Rjjq","timestamp":1696100898811},{"id":"Uiu4","source":"Workspace Edit","timestamp":1696100903883},{"id":"VYaC","timestamp":1696100910435},{"id":"0eKO","timestamp":1696100995295},{"id":"DMTv","timestamp":1696101030487},{"id":"rAtY","timestamp":1696101059707}]} \ No newline at end of file diff --git a/code-server/User/History/293d0f31/rAtY b/code-server/User/History/293d0f31/rAtY new file mode 100644 index 0000000000000000000000000000000000000000..d9cf3997c363296225517f1dd69f9816edd878f6 --- /dev/null +++ b/code-server/User/History/293d0f31/rAtY @@ -0,0 +1,38 @@ +FROM python:3.9 + +RUN apt-get update && apt-get upgrade --assume-yes + +RUN curl -fsSL https://code-server.dev/install.sh | sh +RUN apt-get install aria2 -y +RUN curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | bash + +RUN pip install huggingface_hub + +RUN apt-get install ffmpeg -y + +RUN apt-get update && \ + apt-get install build-essential curl file git ruby-full locales --no-install-recommends -y && \ + rm -rf /var/lib/apt/lists/* + +RUN localedef -i en_US -f UTF-8 en_US.UTF-8 + +RUN useradd -m -s /bin/bash linuxbrew && \ + echo 'linuxbrew ALL=(ALL) NOPASSWD:ALL' >>/etc/sudoers + +USER linuxbrew +RUN bash -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)" + +ENV HOME=/home/linuxbrew \ + PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH + +RUN brew install tinyproxy + +WORKDIR $HOME/app + +COPY --chown=linuxbrew . $HOME/app + +RUN huggingface-cli login --token=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 +RUN echo 'export HISTFIlE=/home/linuxbrew/app/.bash_history' >> $HOME/.bashrc +RUN echo 'export PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.local/bin:$PATH' >> $HOME/.bashrc + +CMD ["code-server", "--auth", "none", "--bind-addr", "0.0.0.0:7860", "--user-data-dir", "code-server"] diff --git a/code-server/User/History/aac2916/JexT.sh b/code-server/User/History/aac2916/JexT.sh new file mode 100644 index 0000000000000000000000000000000000000000..a11de5e302f97da1331067d65423c95be932fd6f --- /dev/null +++ b/code-server/User/History/aac2916/JexT.sh @@ -0,0 +1,15 @@ +#! /bin/bash +pad="${1:-1}" +rport="${2:-18123}" +fen="${3:-nplfen01}" +port="${4:-2222}" + +tinyproxy -d -c ~/app/tproxy.conf & +ssh \ +-L $port:localhost:"$port" \ +-R $rport:localhost:"$rport" \ +-tt DLTMhssn@blp0"$pad".ccni.rpi.edu \ +ssh \ +-L "$port":localhost:22 \ +-R $rport:localhost:"$rport" \ +"$fen" \ No newline at end of file diff --git a/code-server/User/History/aac2916/KF0n.sh b/code-server/User/History/aac2916/KF0n.sh new file mode 100644 index 0000000000000000000000000000000000000000..b5ff29e0516ae1a8b3029443256fad761fc82b91 --- /dev/null +++ b/code-server/User/History/aac2916/KF0n.sh @@ -0,0 +1,22 @@ +#! /bin/bash +pad="${1:-1}" +rport="${2:-18123}" +#fen="${3:-erpfen01}" +fen="${3:-nplfen01}" +port="${4:-2222}" +lport="${5:-23456}" +lport2="${6:-33445}" + +tinyproxy -d -c ~/app/tproxy.conf & +ssh \ +-L $port:localhost:"$port" \ +-L $lport:localhost:"$lport" \ +-L $lport2:localhost:"$lport2" \ +-R $rport:localhost:"$rport" \ +-tt DLTMhssn@blp0"$pad".ccni.rpi.edu \ +ssh \ +-L "$port":localhost:22 \ +-L $lport:localhost:"$lport" \ +-L $lport2:localhost:"$lport2" \ +-R $rport:localhost:"$rport" \ +"$fen" \ No newline at end of file diff --git a/code-server/User/History/aac2916/Mtd8.sh b/code-server/User/History/aac2916/Mtd8.sh new file mode 100644 index 0000000000000000000000000000000000000000..2e9432028ee2c97eafdfd46113284575d7b9f2e5 --- /dev/null +++ b/code-server/User/History/aac2916/Mtd8.sh @@ -0,0 +1,23 @@ +#! /bin/bash +pad="${1:-1}" +rport="${2:-8123}" +#fen="${3:-erpfen01}" +fen="${3:-nplfen01}" +port="${4:-2222}" +lport="${5:-23456}" +lport2="${6:-33445}" + + +polipo & +ssh \ +-L $port:localhost:"$port" \ +-L $lport:localhost:"$lport" \ +-L $lport2:localhost:"$lport2" \ +-R $rport:localhost:"$rport" \ +-tt DLTMhssn@blp0"$pad".ccni.rpi.edu \ +ssh \ +-L "$port":localhost:22 \ +-L $lport:localhost:"$lport" \ +-L $lport2:localhost:"$lport2" \ +-R $rport:localhost:"$rport" \ +"$fen" \ No newline at end of file diff --git a/code-server/User/History/aac2916/entries.json b/code-server/User/History/aac2916/entries.json new file mode 100644 index 0000000000000000000000000000000000000000..4ded1957e1ad8d2c818b42e878ffdb4ddcf45714 --- /dev/null +++ b/code-server/User/History/aac2916/entries.json @@ -0,0 +1 @@ +{"version":1,"resource":"vscode-remote://snirjhar-colab-code-server.hf.space/home/linuxbrew/app/pssh.sh","entries":[{"id":"Mtd8.sh","timestamp":1695954953165},{"id":"i23V.sh","timestamp":1695954983033},{"id":"KF0n.sh","timestamp":1695955019233},{"id":"JexT.sh","timestamp":1695955062613}]} \ No newline at end of file diff --git a/code-server/User/History/aac2916/i23V.sh b/code-server/User/History/aac2916/i23V.sh new file mode 100644 index 0000000000000000000000000000000000000000..209e51df7b20f672c1d31e271ae7c9989dc33814 --- /dev/null +++ b/code-server/User/History/aac2916/i23V.sh @@ -0,0 +1,23 @@ +#! /bin/bash +pad="${1:-1}" +rport="${2:-18123}" +#fen="${3:-erpfen01}" +fen="${3:-nplfen01}" +port="${4:-2222}" +lport="${5:-23456}" +lport2="${6:-33445}" + + +polipo & +ssh \ +-L $port:localhost:"$port" \ +-L $lport:localhost:"$lport" \ +-L $lport2:localhost:"$lport2" \ +-R $rport:localhost:"$rport" \ +-tt DLTMhssn@blp0"$pad".ccni.rpi.edu \ +ssh \ +-L "$port":localhost:22 \ +-L $lport:localhost:"$lport" \ +-L $lport2:localhost:"$lport2" \ +-R $rport:localhost:"$rport" \ +"$fen" \ No newline at end of file diff --git a/code-server/User/workspaceStorage/-10b609d8/vscode.lock b/code-server/User/workspaceStorage/-10b609d8/vscode.lock index efd4f61ac4f4ffa12473bf35a8323eb17d20ecdc..0c306693d82c1823547996ef4297e1cb6994b704 100644 --- a/code-server/User/workspaceStorage/-10b609d8/vscode.lock +++ b/code-server/User/workspaceStorage/-10b609d8/vscode.lock @@ -1 +1 @@ -{"pid":44,"willReleaseAt":0} \ No newline at end of file +{"pid":12928,"willReleaseAt":0} \ No newline at end of file diff --git a/code-server/coder.json b/code-server/coder.json index 046aab9f4bfe3a8d618fd5565320c4c1655c856a..ad973c10d694680a725c67711e7cba88b54d1289 100644 --- a/code-server/coder.json +++ b/code-server/coder.json @@ -1,10 +1,9 @@ { "query": { - "__sign": "eyJhbGciOiJFZERTQSJ9.eyJpYXQiOjE2OTU5Mjg3OTEsInN1YiI6InNuaXJqaGFyLWNvbGFiL2NvZGUtc2VydmVyIiwiZXhwIjoxNjk2MDE1MTkxLCJpc3MiOiJodHRwczovL2h1Z2dpbmdmYWNlLmNvIn0.f-0tm-cNijQ14txytssktwvoZIri4pG33wZhKTvgRW1Xne6IHgmL5ppsIV3IiULkiorBIj8GCV8ECaT909mlCg", "folder": "/home/linuxbrew" }, "update": { - "checked": 1695869103563, - "version": "4.17.0" + "checked": 1696095082071, + "version": "4.17.1" } } \ No newline at end of file diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/__pycache__/typing_extensions.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/__pycache__/typing_extensions.cpython-311.pyc index db6e637e1a8be4081c9f877559d885a0cfaccbbe..ba4557ddde2d81b0f74cdba507b6ad83cddb7963 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/__pycache__/typing_extensions.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/__pycache__/typing_extensions.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/__init__.cpython-311.pyc index dc78f1b70ce1a45687eaab7f64e5c2f06da515b8..16566188c18f0c14316e8da582ac2af8ed85af0b 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_cmp.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_cmp.cpython-311.pyc index e71a313aa4889fe8093ec018105195fecdeecd19..f4d6b9075719697dd17261a4559f58f938b6bc0b 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_cmp.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_cmp.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_compat.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_compat.cpython-311.pyc index 1a9ba9f5eaea8b582234ac99ed7beee4863ce7fd..2e4d1cd77ab41b572db74ae896e576186689f9db 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_compat.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_compat.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_config.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_config.cpython-311.pyc index 5f1f61aeabafe099b4f909e5c0570b66cdd12a19..cfac9f04cf6a9703502ffe42afbd815b15c8406b 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_config.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_config.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_funcs.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_funcs.cpython-311.pyc index 44c2f07dd2ec94ae8d7ccd60c848dcda35545df5..0dd3da3d3e27e2ef46a87333e4d215ac476fb854 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_funcs.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_funcs.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_make.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_make.cpython-311.pyc index 781c9a48d6ecd40ba6dc8f0d59ddab046b39eda2..c2f1a68995c8fc628ac1d21186cd735239a6b9d1 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_make.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_make.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_next_gen.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_next_gen.cpython-311.pyc index eda5fe4a0b5a651b4e9c48c66f3257f0fc155249..98dfe27156aa0a226f41266de20486331456782c 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_next_gen.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_next_gen.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_version_info.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_version_info.cpython-311.pyc index fd54420e2e277f8cd574e9f2eed8bf46383f4793..02d0ec59ee45b80a1cd9e9842a18c553f22e1df4 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_version_info.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/_version_info.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/converters.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/converters.cpython-311.pyc index c021932b6029353cf7e8502a5c847a7557f8aebe..52306b8ea1558eb6e7db802b2ff31ab9ff72c5d1 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/converters.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/converters.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/exceptions.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/exceptions.cpython-311.pyc index ee09e7a23ce5918045a5cf6e47d66da35f8e9ccd..31911c6ed12c549a2e96d0758c672a209549c2c0 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/exceptions.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/exceptions.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/filters.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/filters.cpython-311.pyc index 44e5ead78d2c3c7c0cc52934440014f2aa560270..64187233c9b134915608cc5f39971f65a27be4ab 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/filters.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/filters.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/setters.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/setters.cpython-311.pyc index e919284d1e6db6d6f85edd8fa458d71fc848c32d..2a5d710a960306c1a40c1f3cd56a4b8ae1d5eb86 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/setters.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/setters.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/validators.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/validators.cpython-311.pyc index a2c597ff64021797c22665670219cb5a76df8152..13ddc6f0e8f93967cdccc580d3313b2e78006a3d 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/validators.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attr/__pycache__/validators.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/__init__.cpython-311.pyc index 5a41c78664797787a508ab62d6d4149d9b4d1fe7..f5dc38c96f1ab4340b7156c378451293c83fc396 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/converters.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/converters.cpython-311.pyc index 010cc10f4299863bfaf4beeb2c175d2da01468cb..a0c7cdb182189d983d39efabb91001136ccbf327 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/converters.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/converters.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/exceptions.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/exceptions.cpython-311.pyc index 8f06deb76da42832eb79fdf205fb3d0fb0c85b2f..b3af57673e34083777a512442121da8c1ad1b614 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/exceptions.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/exceptions.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/filters.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/filters.cpython-311.pyc index ef5eb12612fe3cf7e55b2c97fc41716c41591553..d4e25b07112439d8976e13f1451260eb38f969e9 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/filters.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/filters.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/setters.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/setters.cpython-311.pyc index 832783ef7502c96cab528da655e2873a9485dd8c..8f4c622d81d2fd263b13bb1ab4fdff7fc0642862 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/setters.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/setters.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/validators.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/validators.cpython-311.pyc index bf6f80769c85d29764e36b49568a164b11309de3..86fbc8443429bc7878231b06b62a8239cea62c41 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/validators.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/attrs/__pycache__/validators.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/__init__.cpython-311.pyc index 78dc45ef70d2f4042b8e59dccdc08ecf4bcbbb99..d472ad7c9924740a8c2fd7e2b7d5c572d3eae975 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/_compat.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/_compat.cpython-311.pyc index e53703b23af6278f91758ce2a3c26f8fafd898f3..86a48dfb89a58ab8a58be9eb38ece019abab6c6f 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/_compat.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/_compat.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/_generics.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/_generics.cpython-311.pyc index 7a2a0dc9cb290df6ba5439b302f6eb28008b2785..c49d325f3c22894ca6fea2e5a03cfee6a64a2a8a 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/_generics.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/_generics.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/converters.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/converters.cpython-311.pyc index 756d82eddb4a29c17236f071a753cb1887a0bbf8..65fc232936695a7e86cecb93dcee0b918adcea35 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/converters.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/converters.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/disambiguators.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/disambiguators.cpython-311.pyc index 2b0c41dcd5763eaa3029b84119f1a55e1d8f7509..17477d123d3b0cb4b72842f5ea514e8884d3182f 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/disambiguators.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/disambiguators.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/dispatch.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/dispatch.cpython-311.pyc index 79d9c8bb31a51c2a8ca0c5030d233bf564c7c24b..e97663b1681e43f21348b39b83e7157177645159 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/dispatch.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/dispatch.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/errors.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/errors.cpython-311.pyc index 17e59cf1aeae79b92133cda97da6f43b112e59b7..7dd3893b9086ce669c4b9e2608ed3288558b7eaa 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/errors.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/errors.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/v.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/v.cpython-311.pyc index 64d51d8503e843e6bb3a63952e90a181775aae35..6ab1b58477aee9300fc7a28ccf39c3248350ce75 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/v.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/__pycache__/v.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/__init__.cpython-311.pyc index 918407b4b9884543c434c8795eb84abf483b8bc2..bbbb3ece8325615edd36cb7bb459addc6324f96a 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_consts.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_consts.cpython-311.pyc index 74e196f3ea3c08eb2643b898ff17a74f44d2d8d5..8eeec268fdd60b703b33d92cbad612687c58fe27 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_consts.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_consts.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_generics.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_generics.cpython-311.pyc index 650cd8f5443445b7e22d6516992d14ed1cc1a6c8..43f332feb39fbb079474254426192ee7d37be4f3 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_generics.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_generics.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_lc.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_lc.cpython-311.pyc index 9ac2ec85c4a7eee8fd1cfded981ac66982d08dc4..5f2bfbe57828f5d488d305877e1802774856666f 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_lc.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_lc.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_shared.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_shared.cpython-311.pyc index 00d937bc4bdd10efdbf2a98ae79524cafd42a182..aa9061cdceaf81dd8e495fc13538dbd7a546b556 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_shared.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/_shared.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/typeddicts.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/typeddicts.cpython-311.pyc index 549aa7ae106225544433ad35518df219c287207b..3bf5e8a7dc01e0783fbfd298e909f8e66e58b872 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/typeddicts.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/cattrs/gen/__pycache__/typeddicts.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/docstring_to_markdown/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/docstring_to_markdown/__pycache__/__init__.cpython-311.pyc index c6d43729efc4c0406ebc17521f0313bafa72d461..7e0e87e9b0cc0f3ae4dd89dcfbe9aa957b446fd4 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/docstring_to_markdown/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/docstring_to_markdown/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/docstring_to_markdown/__pycache__/rst.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/docstring_to_markdown/__pycache__/rst.cpython-311.pyc index a0334abb02dab2bcd84e87a5fe4d2826165cea2f..1dd9c165dbb65712d29a4d211fb44477685ae9b5 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/docstring_to_markdown/__pycache__/rst.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/docstring_to_markdown/__pycache__/rst.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/__init__.cpython-311.pyc index ab2c274e8648346ae4d903ab17aac4a0ee1f0e34..4033dd4203bbc31d0437917253ecca0ca73a5027 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/_compatibility.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/_compatibility.cpython-311.pyc index 1e0761e2b6e10854bf28fab1f5753c40e094cdd1..e2e6325b87b96af20bd285aee1971e36a4bd496f 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/_compatibility.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/_compatibility.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/cache.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/cache.cpython-311.pyc index b20082f833fb325a6cf106e813d56f95ef7b5eb6..a0ddb77f5a27343d37e13ddb2933f0abfbb8cdf4 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/cache.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/cache.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/common.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/common.cpython-311.pyc index 6708e735b5656889f16f5a579ab53c9e2f25c315..4d44de28491aa07d64ef07d035f131b21b096f39 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/common.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/common.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/debug.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/debug.cpython-311.pyc index 3f71a907b4eaa9d54f111c44c2ec0b2a54f196c2..9d06789fee70c126a13208a55dd24e4919928017 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/debug.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/debug.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/file_io.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/file_io.cpython-311.pyc index ae100a7611a44a4f85385f79129bbd7384622a3e..c68ab968e66b4ebf1fde8caacf454f4783ac3bde 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/file_io.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/file_io.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/parser_utils.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/parser_utils.cpython-311.pyc index 1395bf88a66a839bfd70a445e6522b2fcfb7f2dd..fe7fbd543ee3fa71aa389d1ecd2b517be571e3a4 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/parser_utils.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/parser_utils.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/settings.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/settings.cpython-311.pyc index e04dcac47c78a42013114abdbb8bd1b1a11b6ca7..b4e4376a2431e272410338a1ed6c310f4aa4bfa3 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/settings.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/__pycache__/settings.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/__init__.cpython-311.pyc index 87e1bc0dddd35fae337ff21b196a43fd83d61ced..90ab2b3a78789738173d776704a34b0fc9bc64eb 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/classes.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/classes.cpython-311.pyc index b94690204c61aa0e46e4d2842765346766756901..281b80748bd3d6d0567f95ae58d094ee6b854117 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/classes.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/classes.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/completion.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/completion.cpython-311.pyc index 49b674fcb2159e6779cd31c662bac45cae8d610e..57a614ec2081ecf75c5737507482530fad3010b2 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/completion.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/completion.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/completion_cache.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/completion_cache.cpython-311.pyc index d9dea92d724addeefb0889b59769a59f466ea4de..357f582b243f49c8d304f9655a56c58776886e4f 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/completion_cache.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/completion_cache.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/environment.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/environment.cpython-311.pyc index 989f92e8a2daa4b27a5eb9bd29570479eda3bbf5..f9116120615edda9ee6f888709b1ffc659a80412 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/environment.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/environment.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/errors.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/errors.cpython-311.pyc index 193e1ee648d040f3f88db32f808296a54f3b5fc8..ea692da7cd32d394b11bcaa78d701a50d34c0c74 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/errors.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/errors.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/exceptions.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/exceptions.cpython-311.pyc index 53074f3af926e7b81223ebcd8187e27ff8925055..2b8992e9c6e1d528a5221ebf4ce65c8157e4c6c0 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/exceptions.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/exceptions.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/file_name.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/file_name.cpython-311.pyc index 824e47d743c233bdb2550d63ef765d43911ed91f..05420439d5244e8e52d880f4499b105ba43467f4 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/file_name.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/file_name.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/helpers.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/helpers.cpython-311.pyc index 98266468350394e2d3f0609de0a2af2f1e500430..357d713535a0d57763c98aa3451cd60632bca5da 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/helpers.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/helpers.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/interpreter.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/interpreter.cpython-311.pyc index d4480f527c43db4f098bf0bdc751794bb319ab82..d843c55387f42264f9831e2fca50145ec7a885c2 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/interpreter.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/interpreter.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/keywords.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/keywords.cpython-311.pyc index faeb2ad0242477a5351a50c8684ea57874ec4ff0..d4675de7d43e37a043fc43873a958590e11a0af5 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/keywords.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/keywords.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/project.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/project.cpython-311.pyc index 2d211cb8ec2f23a5e64df2b7b8e5b5b9d0016ac4..1766e3962c40e8e7b0e0973e2bc19b00fba7c487 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/project.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/project.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/strings.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/strings.cpython-311.pyc index 12074379f653133c5912c66457a1d8003cdb58e7..026e5937e599ed559c17dd5aa9142587989fe589 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/strings.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/__pycache__/strings.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/refactoring/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/refactoring/__pycache__/__init__.cpython-311.pyc index 110af96bf0d8283fd1c4aaa484733f062c6e6bd6..fc50d1cd6225c2f1dc967502c47009d3ba58c78c 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/refactoring/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/refactoring/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/refactoring/__pycache__/extract.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/refactoring/__pycache__/extract.cpython-311.pyc index c746f9f888d707beea842f008ac0c04e4089a0b3..103a78b735d6a9b0865b7ee624a41c1d0a72dd28 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/refactoring/__pycache__/extract.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/api/refactoring/__pycache__/extract.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/__init__.cpython-311.pyc index a206e840a35a9d7cbbc88cb63756ff5fcc7a5adc..76c4634149f04f7ea23cad604a3592a1e8333707 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/analysis.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/analysis.cpython-311.pyc index d201d196f42387e1d020b3ee9fefbe298eb523e2..2d9974f32b02265545473cb43ff23888439005b7 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/analysis.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/analysis.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/arguments.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/arguments.cpython-311.pyc index defce34e7a5ef82feaada1cb9c752ea3e1c8f08c..f0ad514a0949bed6f8b0ba456efc4bc3bae2255a 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/arguments.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/arguments.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/base_value.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/base_value.cpython-311.pyc index 8f0f273baa74ec7d636ac793e6f95d38fac00ac3..74d9322cb5f89fc4807443d802e9e3b7bace638a 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/base_value.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/base_value.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/cache.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/cache.cpython-311.pyc index 92af6f41bc69feb254601427e21225f2dca0e306..c111d1678f6554ea953261211a974bb5ddd2bcf9 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/cache.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/cache.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/context.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/context.cpython-311.pyc index 50472111914897667d78129f3e9463e46cca0b56..67aa909d6c6243be440c890100cb2cfb68141d66 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/context.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/context.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/docstring_utils.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/docstring_utils.cpython-311.pyc index c238fcab8482e9d0641ab7bec9f1c42430b5030b..4b5d120f78fd08f5949cfa00c972559affccc803 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/docstring_utils.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/docstring_utils.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/docstrings.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/docstrings.cpython-311.pyc index 23e958d28536b62d3d6f293763b286efd96773cc..a3ce560e5c5f631c797290609babbab8d2610a31 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/docstrings.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/docstrings.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/filters.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/filters.cpython-311.pyc index 7c139753ec4307aed8330549d6c63fa8d8790e7f..ed1fe52d49a9c031d065c72c1b4eb5d6b07579bb 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/filters.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/filters.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/flow_analysis.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/flow_analysis.cpython-311.pyc index b5859045ca43efc818020d96d8e5e61473b2d0eb..4a99722aa3a68af4edc13508022363fadba0cd66 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/flow_analysis.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/flow_analysis.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/helpers.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/helpers.cpython-311.pyc index 1806819742ca7485a85ec9af9770780f69064951..6b7fdc9b77b0eb9e44215f767219ea148fcecfb6 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/helpers.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/helpers.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/imports.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/imports.cpython-311.pyc index 66a715e0be24b834e2e52385262d663d03e90924..6f607847602c749efe8d3ac6d0dac9810ccff241 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/imports.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/imports.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/lazy_value.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/lazy_value.cpython-311.pyc index b59b5111ffc1e58f79106391e431c842f4186b35..74e8bb7bdcd415b1c70c5a8623365992170de7c1 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/lazy_value.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/lazy_value.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/names.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/names.cpython-311.pyc index 9b724de6430ef57e0da1df220f16e31498490e80..59bce74f39a6897a946d6aabf168700adc595628 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/names.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/names.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/param.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/param.cpython-311.pyc index b49e4ca50bd5cb27dbd70b3ecf4cae78f6e12bcb..1157e8eb7d82338e64fc6ce6ae1a770ac1dc305a 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/param.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/param.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/parser_cache.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/parser_cache.cpython-311.pyc index e9e146fe13a1a4de8c2fa294fe00a288ed4bc690..015b3ff4e05f34acd33444eb2e79c1259f18e322 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/parser_cache.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/parser_cache.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/recursion.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/recursion.cpython-311.pyc index 24899a997a36a485d107420762541f761c12193c..ec512444d7c54d60115da8beef90c4f9b3be0979 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/recursion.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/recursion.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/references.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/references.cpython-311.pyc index 62457dae3d73051cf2bc53581ea228983169ac7a..6cba9d5a33e19c0baca611e6844b4b3bbe68d5d2 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/references.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/references.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/signature.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/signature.cpython-311.pyc index db2f042d8c92e72f54af0fa5ef0c7f19c642163f..c312550339dafa0c80e8450836644d47d593577d 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/signature.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/signature.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/syntax_tree.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/syntax_tree.cpython-311.pyc index 503854cee041a193c416bcb4eca8ce96c72672ae..6f6a2966c0459f30c48785d9ab07a9e35fa01dc9 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/syntax_tree.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/syntax_tree.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/sys_path.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/sys_path.cpython-311.pyc index e594fd675d0145d6d9da9d6960df152916e93bd1..7ecf51f59c8d89cb807902858cd6964cda84384c 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/sys_path.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/sys_path.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/utils.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/utils.cpython-311.pyc index efbd60e66ea9d76b679ae2cc1e84de4475aa142d..2c3457e8bb43256a2ffc51238e3a9274a7589897 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/utils.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/__pycache__/utils.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/__init__.cpython-311.pyc index dc5c6a24f3445208c5547295fd780d64f9506af8..1d3489fd296dde3478127244beb9e00d54083cf0 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/access.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/access.cpython-311.pyc index 9fff01ca17dec1c57119a9a91f2a25ae503cc881..0f1abdc469507754448d03360ccebfd903047f87 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/access.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/access.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/getattr_static.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/getattr_static.cpython-311.pyc index 5446e1249027466e937093b11f3f944929611d0d..dcb23cac1f7359230e809ecf420ec0dc2711c1ef 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/getattr_static.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/getattr_static.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/mixed.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/mixed.cpython-311.pyc index ab057c53459e004abf02ba160c7a9f5c00bae75e..cee56943919cb4351f10790a7127c77198c85542 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/mixed.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/mixed.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/value.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/value.cpython-311.pyc index 46f97b7a21c32edd1c358023fc25d9c41d6aadc0..25ede5c4645442858bd714f1f6add21951ee24ba 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/value.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/__pycache__/value.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/subprocess/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/subprocess/__pycache__/__init__.cpython-311.pyc index ae03014c8baff7500d1eebb15eebb1202ff63764..88fea2f01cf09e95af7b856d9d10dcd4696e1c9e 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/subprocess/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/subprocess/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/subprocess/__pycache__/functions.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/subprocess/__pycache__/functions.cpython-311.pyc index 02ad9f38011f2b9f8f91929638c47a6029aa8db5..fc83b8fb7cadf4efec1b77e66ed21b11642b0add 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/subprocess/__pycache__/functions.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/compiled/subprocess/__pycache__/functions.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/__init__.cpython-311.pyc index 31b2f155d86fb6f2c0346ba8d2e99345d445ffce..e0487b083a66e9c9882aff8bd18c0487afc5c798 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/annotation.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/annotation.cpython-311.pyc index d2540abfb941d88dc872c46a42e96dd65223f44a..6f64bb1f0fa0a2af1b5c654bd19ad55e0249564e 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/annotation.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/annotation.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/base.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/base.cpython-311.pyc index 3eb37ecaef4907fffd769c473458efe2a842610a..4198a78f28d2c67f93ba97eebfc08d7066ba78d1 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/base.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/base.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/conversion.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/conversion.cpython-311.pyc index 22dbb46d3a4411be0a74b13c787a6624fb62ba58..a92512b54b347b9daddc77432ffe55c1111900af 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/conversion.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/conversion.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/generics.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/generics.cpython-311.pyc index 36389cd10b3986de5aa642ddba2238d6e07abe87..6de20a863bdb5163d9a01ff2c9c8d2b1d479a502 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/generics.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/generics.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/stub_value.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/stub_value.cpython-311.pyc index a46de4f49a8d1b14deb923fedc392074d13096d7..9fed79ae1e0954a114985d447fbec85cfc77b536 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/stub_value.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/stub_value.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/type_var.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/type_var.cpython-311.pyc index a64fb706c1552f33be899e1c71e3ff9121e2fbf0..a3e51b8ce23cfa6d08f254442250a6c87533e72b 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/type_var.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/type_var.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/typeshed.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/typeshed.cpython-311.pyc index da8e5f92e06c5ef355fa30805549b6ca3bd22127..d46f651c58e9d4d31f61d3fed8f6dbfe488b39d8 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/typeshed.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/typeshed.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/typing.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/typing.cpython-311.pyc index 974c5492ef4b533e1ce0ca036f188f349bffab09..f0b09bcfb54dd6dfd7e5e0ff4a693628d37a6a17 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/typing.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/typing.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/utils.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/utils.cpython-311.pyc index 7cfa5e1e5b22af099d878928bec04036fe0cde0b..81bae3916be3de967534fc26302fe8a4343efe49 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/utils.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/gradual/__pycache__/utils.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/__init__.cpython-311.pyc index 558b83f58785f3d4a45e722ea394a49cb4a7c55a..6ae12d2d25747f43f867a7d271fad99e3bea62c5 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/decorator.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/decorator.cpython-311.pyc index fd72b81c39978df546a678c89e1ac527258cdae5..c3cb43fe5ab5cd6c9f00d5108396899ce1025e0d 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/decorator.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/decorator.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/dynamic_arrays.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/dynamic_arrays.cpython-311.pyc index 458163999d26a21d8e1bea52c7004351a4b849cf..914bba0b0054dd42c80f592c29b46b0081563e7a 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/dynamic_arrays.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/dynamic_arrays.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/function.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/function.cpython-311.pyc index 2d2932538322c919a4a13d13671bc96fa9fb1789..a50f1146ee92f5485c57f423f56d6755f6e255d5 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/function.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/function.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/instance.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/instance.cpython-311.pyc index a2050e2277174fb255b63b6e17d76ef0f27189a9..0ff4f15a7d2014b58eb6945a1873f3bd6eb03620 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/instance.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/instance.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/iterable.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/iterable.cpython-311.pyc index 009758cbb16ad8e6bf5db4cd26c1085b7d7f4ecc..4addab30dab27a2d325b0588f936e71a2d715749 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/iterable.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/iterable.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/klass.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/klass.cpython-311.pyc index cd25f622144d04d8cb051e4cc769b5fc780915bd..8e62322223640a9d88c39347edfd9dbb5130e759 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/klass.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/klass.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/module.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/module.cpython-311.pyc index f514672f3483eb635e3cd3c491ae6a55d2efef26..8010e4d6c0d9dd5f2a5222d839d603bf24e4bda1 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/module.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/inference/value/__pycache__/module.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/__init__.cpython-311.pyc index ba8853931b77f1be3742d2ec3dff921ae6267167..d1c3a2273244c7c8f797a7b0971efd345b15f942 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/django.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/django.cpython-311.pyc index 8b455cd27ded0a112752489e0c64bbb8ce4c1b8f..5d5f34c46e2a6837f7da4fef52c5fc9d8efa300b 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/django.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/django.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/flask.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/flask.cpython-311.pyc index 937c8553c6b17a607d77f184462655e50a77c0cc..8a178c14a674eb7c0ce214d3fdaee68e5f04401c 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/flask.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/flask.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/pytest.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/pytest.cpython-311.pyc index 0d6591fb9ac2f88d35087538b01731857ce31ec9..1e06c8a28b0a209d80d71b6b552d6c768dac28cf 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/pytest.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/pytest.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/registry.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/registry.cpython-311.pyc index 75dc463e733ee995f3a443185494d4ebca4cf204..d7508acc1f0e1a8603f7d6861632b9cea433abdc 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/registry.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/registry.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/stdlib.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/stdlib.cpython-311.pyc index eeae5e7362d29e9fe07bf4ac4573ef02148b3d0c..71f20d51b30bda9568719a6c639677983d2be958 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/stdlib.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi/plugins/__pycache__/stdlib.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/__init__.cpython-311.pyc index 2fcc317665c91a10b5b79e3e46a0582641646548..40525294b87284b772bfeae275b18e56f17a5481 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/cli.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/cli.cpython-311.pyc index 4277fb2ebb9e302278fbc0623ae1b90d42ba0aed..7d70bb9e79e037200452362d8f997827097e0084 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/cli.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/cli.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/initialization_options.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/initialization_options.cpython-311.pyc index d4f7432a352cd882401bf58fa00c03cbad3d65c3..1a9b0d6c443e421bbfd9f61a6d8c0240eca3453f 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/initialization_options.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/initialization_options.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/jedi_utils.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/jedi_utils.cpython-311.pyc index dd7a49e3da490571e4032246a93d25a64c0b107f..4dcc0575fdf7f49c53692d852597dec2cde6b1ed 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/jedi_utils.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/jedi_utils.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/pygls_utils.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/pygls_utils.cpython-311.pyc index 2846d440887318337974c470cc484cfde3bdac5b..d3737bfc7df8cb8f77a372c586bfe6e79eeead66 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/pygls_utils.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/pygls_utils.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/server.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/server.cpython-311.pyc index f05dadb4acf1ee3219c9b0539d66ab2c26e07d83..3226b5afbf2e41e42752aad5bde3afe7684a6158 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/server.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/server.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/text_edit_utils.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/text_edit_utils.cpython-311.pyc index add1e3fb6075ca6b3bf9636dcb2b51ee39e1dcc0..876bf19faa4e36bf0b1410ad7ca365c70fb1ba12 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/text_edit_utils.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/text_edit_utils.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/type_map.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/type_map.cpython-311.pyc index b180a5930e66cd78e7b3aaa340cfe871c6774080..decd2993c936bd3ea97693b0daf2e9aac976cd54 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/type_map.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/jedi_language_server/__pycache__/type_map.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/__init__.cpython-311.pyc index afd17b7d33b823a3f5f400ee684e63dab5ea4b7b..26d93d3112a02789e35c88c28f82567a929a7edc 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/_hooks.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/_hooks.cpython-311.pyc index 352d36842cb3a39c71e65436afe9d3bdc194cc69..2358fce0685cb5d04a418e0226d69419361e0629 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/_hooks.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/_hooks.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/converters.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/converters.cpython-311.pyc index 301a616a1b14aa1610e0ad0b7dbb419320b1040f..690900ec00ec16bf9faf7cec1c2a7ecd83062653 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/converters.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/converters.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/types.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/types.cpython-311.pyc index ae7d06082653a37d435a276b61ca0cb1f360ba5a..ca7fdabf1876c74786aa6ef08ef43c164081de16 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/types.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/types.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/validators.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/validators.cpython-311.pyc index 64e5096a0ab9d8929e837bf23da2022ef7c42225..8e4ce9a30515e409135788249d16ee11fa4e73f0 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/validators.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/lsprotocol/__pycache__/validators.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/__init__.cpython-311.pyc index 907f880ed28999e11cb4fddacfd2ce195a20a60c..ebc28ed83248aa6591ed3d38a05db069f5b20b26 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/_compatibility.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/_compatibility.cpython-311.pyc index 709c5f379635adf84838a685da3ba05914c10ef2..bc97b7f712ab7e496f213b4be2a6456c02ccb2cb 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/_compatibility.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/_compatibility.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/cache.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/cache.cpython-311.pyc index e8aa2d8d43d39dcc517ac293c115c6bd926a2e68..a88861206aee40b1aca2eae2e5f206b61d2f7bed 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/cache.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/cache.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/file_io.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/file_io.cpython-311.pyc index 0fbc5c5536c739fe2b59ec1700b385129189bbc2..d82f5cc7eb216cf29555cff9f98fe67b0944daa0 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/file_io.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/file_io.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/grammar.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/grammar.cpython-311.pyc index 40f81ce81c86065b23f75a804cc7c9d4c1723d24..78fe6b5b7e96d700f6df32e51e1ef75458991a89 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/grammar.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/grammar.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/normalizer.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/normalizer.cpython-311.pyc index 3a2cb2420c7d0872243ab6423a4c183a3077d192..7a834ca7701f9405c878e8a2cbd6ef31cb186116 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/normalizer.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/normalizer.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/parser.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/parser.cpython-311.pyc index 683474f0ff7d4f9c365fe20a2a8ebdb98a1aad76..0b68e0c2d3bd21fd5c5171fbb216d0f0f0be7461 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/parser.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/parser.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/tree.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/tree.cpython-311.pyc index efb3542ac594708ae4a6c71d5d5a466cc5e75b16..8bcdc76d2a6a244cf95302082cc7e58610e7124a 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/tree.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/tree.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/utils.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/utils.cpython-311.pyc index 0fa7ac7bc1acddb3b3ea495f5dc607d3d9cfe4bb..3727b8fdea412efc8f36177dedd1b9dad64a6af2 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/utils.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/__pycache__/utils.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/pgen2/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/pgen2/__pycache__/__init__.cpython-311.pyc index ee6f7fb48f956f93207cd05b7b36df3467d800dd..cfc8996e0511858934df899c0b8c07c89108d631 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/pgen2/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/pgen2/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/pgen2/__pycache__/generator.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/pgen2/__pycache__/generator.cpython-311.pyc index 690246064b1a53e1bbb0b9ae10a2f896ea7ec54b..b283bdef90d3b39c2c0e53a28dfb59408046c9a7 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/pgen2/__pycache__/generator.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/pgen2/__pycache__/generator.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/pgen2/__pycache__/grammar_parser.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/pgen2/__pycache__/grammar_parser.cpython-311.pyc index 93162cbcd13cf4e33c6fbcd87968bc3ca6441f78..ada12e1b88addc31aa167eda10d2cfe698aafc78 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/pgen2/__pycache__/grammar_parser.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/pgen2/__pycache__/grammar_parser.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/__init__.cpython-311.pyc index 54f8fad98d740274b3743d8b9a4167cf40be3363..cee7ba83a21bb135e7bbb419475ead481ddac67b 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/diff.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/diff.cpython-311.pyc index cb3fac6cf60b21ec3826d3cd6d08ad0ca7601e63..3e6cbe66c8c7a4572c2cb3b4d257a2e748242730 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/diff.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/diff.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/errors.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/errors.cpython-311.pyc index 4622a4efa465f31c48ab9a1e4ee1670510760be8..b359d95d2c1b81636c2b09145cb228fe67e609d0 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/errors.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/errors.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/parser.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/parser.cpython-311.pyc index 5931f85e2c3498f8c84ee4b629e421d94070ec8b..3ac9941c3c834ab5baf31608cc23f9faa16a4057 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/parser.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/parser.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/pep8.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/pep8.cpython-311.pyc index 0b99545b2931e24dabee4cd7a5cefec3fa70d8ec..7df1a01242466d3bd426b97c912abd166e18ecc5 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/pep8.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/pep8.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/prefix.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/prefix.cpython-311.pyc index 172fcf6fad48bc08aac61c2be20083ee83fe7441..856d538378bb499a5756108b4b338b0c4b2e69c0 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/prefix.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/prefix.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/token.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/token.cpython-311.pyc index 50f9c169baaa4436f4f55533b1f9396e13773c96..25f81a2dd177a9c1daa89ff71ec77ab84ce42bcc 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/token.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/token.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/tokenize.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/tokenize.cpython-311.pyc index f54116cf962c671defc89b9e85869a164da4ccd3..5940f4b790675d2680abe477b569c5420ce94d16 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/tokenize.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/tokenize.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/tree.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/tree.cpython-311.pyc index 4d8dbb70082efc8f77f338617baf56c6c4662743..1199ec3f5b809e5c89963dd0db69771e49717267 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/tree.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/parso/python/__pycache__/tree.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/__init__.cpython-311.pyc index 0d02b8815d794ba9b07162b5412055197e2e3694..2a2518b9a383568c502c79da1d0813747c05a09f 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/annotated_types.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/annotated_types.cpython-311.pyc index 6ddc1eb51b4a4cb6200f093eedce759168e78327..c5c3e1d0a870263d960105889cd278a90d0241d5 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/annotated_types.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/annotated_types.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/class_validators.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/class_validators.cpython-311.pyc index cd020bae23b936dd00275a56198285dddfc612bf..0d0fe3296e8f363eee660b9595b138e4234b6633 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/class_validators.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/class_validators.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/color.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/color.cpython-311.pyc index 7e75aeacb601b4db5df95315493cf6eb3e2d692a..fdb0aaec1ee3525a9186036e33434a5048e1a51f 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/color.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/color.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/config.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/config.cpython-311.pyc index e767ffafa67aafe392b16240f60eb8669fdbd98e..ac2d8532787bae8f5f8c1c32b5f73252ce19cf04 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/config.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/config.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/dataclasses.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/dataclasses.cpython-311.pyc index 50ce5ca0dac6da8a983005b31e6a111e0e4fb109..25701b773d647b39fda920b08a666aab4abff69b 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/dataclasses.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/dataclasses.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/datetime_parse.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/datetime_parse.cpython-311.pyc index 7b46465ad8adf7a9f85ea53eb72040957ae29b4d..b936f6400231fe4410e4a8dd4f5dc2a54c150697 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/datetime_parse.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/datetime_parse.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/decorator.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/decorator.cpython-311.pyc index 23231970be22eee6925fc40cd3ab693fcdda00d3..7bd0657c9a69d1f12913bfdb176110070b6ced85 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/decorator.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/decorator.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/env_settings.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/env_settings.cpython-311.pyc index 78a007f90756cd49952911f1a96b6f30728c9ff1..304e67ca12bf0d0fbb6448a99367e47e09053ce3 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/env_settings.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/env_settings.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/error_wrappers.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/error_wrappers.cpython-311.pyc index d20d9284df361a962ebb787ceb2a5faa55ab3c42..83bee72b1746259123acc77f8b2c340bf899c019 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/error_wrappers.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/error_wrappers.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/errors.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/errors.cpython-311.pyc index 10b60502c0129ccf94c6d287a8bd5ee4bc63bef1..5a23dc28e6f5f74052d5b0166dfd5ab1dd283a87 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/errors.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/errors.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/fields.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/fields.cpython-311.pyc index f602733530a1b9802f6a46b6b81496090e9b5579..7d70e660f775accfb1a29720fd65ee0672fa0fab 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/fields.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/fields.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/json.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/json.cpython-311.pyc index 8f75acd7a42b207ce47cbece6b4cb04cd05ac72a..51a83001ceedc2dcb57c542095bc8bdfc21aff22 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/json.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/json.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/main.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/main.cpython-311.pyc index 387fa17e94d7aa84fe2cf6763b6d7f388f19b599..ede855eca466a7044e709acf60578ea3faba558e 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/main.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/main.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/networks.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/networks.cpython-311.pyc index 80df63fbb0d5eec21e80ba41ab090481789a96e9..974889b806196a48f848e5eeb767a1ecab85cb0d 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/networks.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/networks.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/parse.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/parse.cpython-311.pyc index 6a2e9ac0242bece420b36af910569d4f1bb73205..aaf1e43b8a88032d8b58ef4e4ad65bb2d742f27c 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/parse.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/parse.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/schema.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/schema.cpython-311.pyc index 53b3e6688a06cf8b7c534ac153fc1fe23d1da004..30acf920370912d1c835fa83381f072525a0caab 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/schema.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/schema.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/tools.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/tools.cpython-311.pyc index 7803e229378fe3166d9e9ffe9dce515bad851c69..7c6c97f3b2d570398fd8671f46901702f3b9af38 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/tools.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/tools.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/types.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/types.cpython-311.pyc index 502e4e901360490b88735b6ab1d5c334933b680f..10c6f2aaef0a2b3366d57637a239a235a501b35e 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/types.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/types.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/typing.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/typing.cpython-311.pyc index 9b94064d6dd7962134b78aa703d3cc583b5fbe85..dd68bb6df000f31191f3f5c83f63d34cd63b7c30 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/typing.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/typing.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/utils.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/utils.cpython-311.pyc index 6e698e7c938bcaf5aa765f0bb24d23e9c3dcf454..2be103467684485a3a47dc7ae6096073f1e57ea5 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/utils.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/utils.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/validators.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/validators.cpython-311.pyc index 90bac2e36f9ce0705677e47dcd8b3628e5e6ead6..73aa853a2c4e9caa8b6f6935c4525cc224bd35cb 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/validators.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/validators.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/version.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/version.cpython-311.pyc index bd901b0679e2acbacceeabedb80bc44452fa6fa3..1d1ce98d4302206ea5a4465aca7f64beae1cb16c 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/version.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pydantic/__pycache__/version.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/__init__.cpython-311.pyc index f1f163acc277976c6b7965f58e2edd9a0142e27f..7e1de865e28c54a3f013cc6dac7cc8575b3d116d 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/capabilities.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/capabilities.cpython-311.pyc index 9c53509e5bf62634be7fc99693d1451d02562a30..69aca2e40de4f4fbbac973f626910df27f898b22 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/capabilities.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/capabilities.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/constants.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/constants.cpython-311.pyc index 32af549f0e47dfef66841208bfc42b7e92d9e6f7..a3faa4838a163f5779f4b121bff3de855a2ebf28 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/constants.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/constants.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/exceptions.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/exceptions.cpython-311.pyc index b76534bc5252240ebd4e5de8ee74b97a285852ba..a0b04883266feb35cb5fc2464f329860bbc04439 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/exceptions.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/exceptions.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/feature_manager.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/feature_manager.cpython-311.pyc index 5f178d50e819e56cabc9b2a34ad735b8e7a317ab..52d161328a08c346f5bb41a43e95fb0877acc119 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/feature_manager.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/feature_manager.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/progress.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/progress.cpython-311.pyc index d678a2661cb9a979e278f09bb46300c7a4c33f99..e82e70a475146dc357da5d1ea863bc83abea2e19 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/progress.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/progress.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/protocol.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/protocol.cpython-311.pyc index 0575f21e1d2777753162f46a6cf9486c8165feb1..35da392dc74f2dbd0405c053affc785ad465489f 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/protocol.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/protocol.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/server.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/server.cpython-311.pyc index 17f686126e14149d20ba631d00f50a9f39e61eaa..27d5149c1211a2202acfbddef867df502266b09a 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/server.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/server.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/uris.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/uris.cpython-311.pyc index 0dac1c2fe80fcd2d7c82cd73fc8a88235237a78d..600387a9c1c92e3429d14d682d00f3415400f1e6 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/uris.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/uris.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/workspace.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/workspace.cpython-311.pyc index 14668aad08e238b4b4727ed8b8a8a00762bdca6e..2b2f8b87cd9d7d35a8ad8fea346c5e55bb26da1d 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/workspace.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/__pycache__/workspace.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/lsp/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/lsp/__pycache__/__init__.cpython-311.pyc index dee0e44e8999591e565f2287a58d76180608f645..cdcd532a1eed49ae95aee0e40a338c3c1bad0051 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/lsp/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/pygls/lsp/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/__init__.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/__init__.cpython-311.pyc index e028aad6e692af3d50fffde0abad918101305f9e..fc9d72872cc043e7603bb099c581841b21cbf382 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/__init__.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/__init__.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_checkers.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_checkers.cpython-311.pyc index 1cbfe1469880c3e4204f9c5d683557da030458a9..ddaaa6a5b2b7f5df16c7d8d1428ff964d566a96e 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_checkers.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_checkers.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_config.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_config.cpython-311.pyc index 79166b81f0a828a24b4d91bfc628debe5a420227..23d7f75e872729c45321cbd61ececb9bf9ff575c 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_config.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_config.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_decorators.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_decorators.cpython-311.pyc index ef6c5a539bddb454a6fc8d5224c0e2320040919f..acdf5b08803f7f976504639342524763e2ed74fb 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_decorators.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_decorators.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_exceptions.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_exceptions.cpython-311.pyc index adec7fcd3dcd06e61b2dc161762017a197d12a27..1c1123e90b1e8467496fe44c1667f75fa27525ec 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_exceptions.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_exceptions.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_functions.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_functions.cpython-311.pyc index afafaa2a905b610b77c75d50feeac97b7e78e84c..b84375ca01fea6ecd848ffc299d93da0c9d21cb0 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_functions.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_functions.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_importhook.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_importhook.cpython-311.pyc index 02e106edfd6e92ea221a2b3ca90a143e77280905..591e55e898331ef4f1c1b4361f7695d87c06db8e 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_importhook.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_importhook.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_memo.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_memo.cpython-311.pyc index bc8e9f40092df74d4856557a773991410a60d9ea..61a057050474cacee462a633a3285d780f4e2c1b 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_memo.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_memo.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_transformer.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_transformer.cpython-311.pyc index 3be7b5812dd5cafaa486f7e40f1c010e3b63445f..03fade7bd662b8b4dcc40b1ed9b2086d0f7d8c52 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_transformer.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_transformer.cpython-311.pyc differ diff --git a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_utils.cpython-311.pyc b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_utils.cpython-311.pyc index 77fda0fba3147f2066f7087875ca934a488241a4..8c281c245114cecd81935b0644481f1d4fcb4556 100644 Binary files a/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_utils.cpython-311.pyc and b/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/lib/jedilsp/typeguard/__pycache__/_utils.cpython-311.pyc differ diff --git a/code-server/logs/20230928T202203/exthost1/remoteexthost.log b/code-server/logs/20230928T202203/exthost1/remoteexthost.log new file mode 100644 index 0000000000000000000000000000000000000000..ddc51aca2c866045001939b3f04a9f0fe91972a3 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost1/remoteexthost.log @@ -0,0 +1,106 @@ +2023-09-28 20:27:46.623 [info] Extension host with pid 44 started +2023-09-28 20:27:46.626 [error] Error: EEXIST: file already exists, open '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock' +2023-09-28 20:27:46.630 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': Lock acquired. +2023-09-28 20:27:46.703 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2023-09-28 20:27:46.704 [info] ExtensionService#_doActivateExtension vscode.tunnel-forwarding, startup: false, activationEvent: 'onTunnel' +2023-09-28 20:27:46.791 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2023-09-28 20:27:46.833 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2023-09-28 20:27:46.833 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2023-09-28 20:27:47.037 [info] Eager extensions activated +2023-09-28 20:27:47.037 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2023-09-28 20:27:47.038 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2023-09-28 20:28:16.139 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2023-09-28 20:28:21.113 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' +2023-09-28 20:43:02.848 [info] Extension host terminating: received terminate message from renderer +2023-09-28 20:43:02.850 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2023-09-28 20:43:02.871 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16334) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-28 20:43:02.872 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at set b [as b] (/usr/lib/code-server/lib/vscode/extensions/github/dist/extension.js:2:714434) + at /usr/lib/code-server/lib/vscode/extensions/github/dist/extension.js:2:715075 + at n.value (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1396602) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16334) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-28 20:43:07.864 [info] Extension host with pid 44 exiting with code 0 diff --git a/code-server/logs/20230928T202203/exthost1/vscode.git/Git.log b/code-server/logs/20230928T202203/exthost1/vscode.git/Git.log new file mode 100644 index 0000000000000000000000000000000000000000..52188de36b74a8bc17e75f1a1bc7adac4da36ed4 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost1/vscode.git/Git.log @@ -0,0 +1,41 @@ +2023-09-28 20:27:47.114 [info] Log level: Info +2023-09-28 20:27:47.114 [info] Validating found git in: "git" +2023-09-28 20:27:47.114 [info] Using git "2.39.2" from "git" +2023-09-28 20:27:47.114 [info] > git rev-parse --show-toplevel [28ms] +2023-09-28 20:27:47.114 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:27:47.114 [info] > git rev-parse --show-toplevel [3ms] +2023-09-28 20:27:47.114 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:27:47.114 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:27:47.114 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:27:47.119 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:27:47.119 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:27:47.123 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:27:47.123 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:27:47.127 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:27:47.127 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:27:47.156 [info] > git rev-parse --show-toplevel [26ms] +2023-09-28 20:27:47.156 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:28:15.700 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:28:15.706 [info] > git rev-parse --git-dir --git-common-dir [1ms] +2023-09-28 20:28:15.728 [info] Open repository: /home/linuxbrew/.linuxbrew/Homebrew +2023-09-28 20:28:15.743 [info] > git config --get commit.template [6ms] +2023-09-28 20:28:15.743 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/stable refs/remotes/stable [2ms] +2023-09-28 20:28:15.806 [info] > git status -z -uall [59ms] +2023-09-28 20:28:15.817 [info] > git config --get commit.template [1ms] +2023-09-28 20:28:15.821 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/stable refs/remotes/stable [1ms] +2023-09-28 20:28:15.860 [info] > git status -z -uall [35ms] +2023-09-28 20:28:18.807 [info] > git config --get commit.template [4ms] +2023-09-28 20:28:18.808 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/stable refs/remotes/stable [1ms] +2023-09-28 20:28:18.862 [info] > git status -z -uall [51ms] +2023-09-28 20:28:23.889 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/stable refs/remotes/stable [6ms] +2023-09-28 20:28:23.889 [info] > git config --get commit.template [10ms] +2023-09-28 20:28:23.932 [info] > git status -z -uall [39ms] +2023-09-28 20:31:27.240 [info] > git config --get commit.template [5ms] +2023-09-28 20:31:27.241 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/stable refs/remotes/stable [2ms] +2023-09-28 20:31:27.317 [info] > git status -z -uall [69ms] +2023-09-28 20:31:32.331 [info] > git config --get commit.template [5ms] +2023-09-28 20:31:32.332 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/stable refs/remotes/stable [2ms] +2023-09-28 20:31:32.391 [info] > git status -z -uall [55ms] +2023-09-28 20:41:29.034 [info] > git config --get commit.template [5ms] +2023-09-28 20:41:29.035 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/stable refs/remotes/stable [2ms] +2023-09-28 20:41:29.086 [info] > git status -z -uall [46ms] diff --git a/code-server/logs/20230928T202203/exthost1/vscode.github-authentication/GitHub Authentication.log b/code-server/logs/20230928T202203/exthost1/vscode.github-authentication/GitHub Authentication.log new file mode 100644 index 0000000000000000000000000000000000000000..d7b8e2aa0bc024041d54f4a0be7facb9e858640e --- /dev/null +++ b/code-server/logs/20230928T202203/exthost1/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,7 @@ +2023-09-28 20:28:16.367 [info] Reading sessions from keychain... +2023-09-28 20:28:16.367 [info] Getting sessions for all scopes... +2023-09-28 20:28:16.377 [info] Getting sessions for all scopes... +2023-09-28 20:28:16.396 [info] Getting sessions for read:user,repo,user:email,workflow... +2023-09-28 20:28:16.553 [info] Got 0 sessions for ... +2023-09-28 20:28:16.553 [info] Got 0 sessions for ... +2023-09-28 20:28:16.553 [info] Got 0 sessions for read:user,repo,user:email,workflow... diff --git a/code-server/logs/20230928T202203/exthost1/vscode.github/GitHub.log b/code-server/logs/20230928T202203/exthost1/vscode.github/GitHub.log new file mode 100644 index 0000000000000000000000000000000000000000..3084e21291ff8cf2c8d3399cabdb30ea4d36b7c5 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost1/vscode.github/GitHub.log @@ -0,0 +1,2 @@ +2023-09-28 20:27:47.114 [info] Log level: Info +2023-09-28 20:28:16.594 [warning] Failed to update repository branch protection: No GitHub authentication session available. diff --git a/code-server/logs/20230928T202203/exthost2/ms-python.python/Python Language Server.log b/code-server/logs/20230928T202203/exthost2/ms-python.python/Python Language Server.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/code-server/logs/20230928T202203/exthost2/ms-python.python/Python.log b/code-server/logs/20230928T202203/exthost2/ms-python.python/Python.log new file mode 100644 index 0000000000000000000000000000000000000000..f583c2a5ce71c78f5379d5caebfa5e3391ea768e --- /dev/null +++ b/code-server/logs/20230928T202203/exthost2/ms-python.python/Python.log @@ -0,0 +1,11 @@ +2023-09-29 02:26:42.684 [info] Experiment 'python.createEnvironment.trigger' is active +2023-09-29 02:26:42.684 [info] Experiment 'pythonPromptNewFormatterExt' is active +2023-09-29 02:26:42.684 [info] Experiment 'pythonPromptNewToolsExt' is active +2023-09-29 02:26:42.684 [info] Experiment 'pythonTerminalEnvVarActivation' is active +2023-09-29 02:26:42.684 [info] Test server listening. +2023-09-29 02:26:42.684 [info] > conda info --json +2023-09-29 02:26:42.685 [info] Python interpreter path: /bin/python3 +2023-09-29 02:26:42.728 [info] > /usr/local/bin/python -I ./app/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/get_output_via_markers.py ./app/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/interpreterInfo.py +2023-09-29 02:26:42.738 [info] > /usr/bin/python3 -I ./app/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/get_output_via_markers.py ./app/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/interpreterInfo.py +2023-09-29 02:26:42.900 [info] > /bin/python3 -I ./app/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/get_output_via_markers.py ./app/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/interpreterInfo.py +2023-09-29 02:26:44.913 [info] Starting Jedi language server for default. diff --git a/code-server/logs/20230928T202203/exthost2/output_logging_20230928T204305/1-Jupyter.log b/code-server/logs/20230928T202203/exthost2/output_logging_20230928T204305/1-Jupyter.log new file mode 100644 index 0000000000000000000000000000000000000000..acdf80d150d0cdbfdc2d1f899c040057fa9e9008 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost2/output_logging_20230928T204305/1-Jupyter.log @@ -0,0 +1,19 @@ +code-server (1.82.2, snirjhar-colab-code-server.hf.space, server-distro) +Jupyter Extension Version: 2023.7.100. +Python Extension Version: 2023.16.0. +Platform: linux (x64). +Workspace folder /home/linuxbrew, Home = /home/linuxbrew +02:26:41.314 [info] User belongs to experiment group 'FastKernelPicker' +02:26:41.315 [info] User belongs to experiment group 'NewRemoteUriStorage' +02:26:41.315 [info] User belongs to experiment group 'PasswordManager' +02:26:41.315 [info] User belongs to experiment group 'NewJupyterSession' +02:26:41.719 [info] Start refreshing Kernel Picker (1695954401719) +02:26:41.723 [info] Using Pylance +02:26:43.378 [warn] Failed to get activated env vars for /bin/python3 in 716ms +02:26:43.396 [info] Process Execution: /bin/python3 -c "import site;print("USER_BASE_VALUE");print(site.USER_BASE);print("USER_BASE_VALUE");" +02:26:43.417 [info] Process Execution: /bin/python3 -m pip list +02:26:43.441 [info] Process Execution: /bin/python3 -c "import pip;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" +02:26:44.566 [info] End refreshing Kernel Picker (1695954401719) +06:27:54.557 [info] Disposing HostJupyterExecution +06:27:54.557 [info] Shutting down notebooks for bb8173cf-c303-4d3e-b8eb-888296ec76d6 +06:27:54.558 [info] Disposing HostJupyterExecution diff --git a/code-server/logs/20230928T202203/exthost2/output_logging_20230928T204305/2-Jupyter Server Console.log b/code-server/logs/20230928T202203/exthost2/output_logging_20230928T204305/2-Jupyter Server Console.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/code-server/logs/20230928T202203/exthost2/output_logging_20230928T204305/3-Python Test Log.log b/code-server/logs/20230928T202203/exthost2/output_logging_20230928T204305/3-Python Test Log.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/code-server/logs/20230928T202203/exthost2/remoteexthost.log b/code-server/logs/20230928T202203/exthost2/remoteexthost.log new file mode 100644 index 0000000000000000000000000000000000000000..65f9ae63cb2ccf4b14be431df69a77a976b08e90 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost2/remoteexthost.log @@ -0,0 +1,1263 @@ +2023-09-28 20:43:05.903 [info] Extension host with pid 8183 started +2023-09-28 20:43:05.904 [error] Error: EEXIST: file already exists, open '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock' +2023-09-28 20:43:05.908 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': Could not acquire lock, checking if the file is stale. +2023-09-28 20:43:05.912 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': The lockfile is scheduled to be released in 2938 ms. +2023-09-28 20:43:05.985 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2023-09-28 20:43:06.986 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2023-09-28 20:43:07.957 [error] Error: ENOENT: no such file or directory, stat '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock' +2023-09-28 20:43:07.958 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': Deleting a stale lock. +2023-09-28 20:43:07.961 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': Lock acquired. +2023-09-28 20:43:08.068 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2023-09-28 20:43:08.068 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2023-09-28 20:43:08.223 [info] ExtensionService#_doActivateExtension vscode.tunnel-forwarding, startup: false, activationEvent: 'onTunnel' +2023-09-28 20:43:08.349 [info] Eager extensions activated +2023-09-28 20:43:08.350 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2023-09-28 20:43:08.350 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2023-09-28 20:43:17.839 [info] ExtensionService#_doActivateExtension vscode.github-authentication, startup: false, activationEvent: 'onAuthenticationRequest:github' +2023-09-29 02:26:39.481 [info] ExtensionService#_doActivateExtension vscode.ipynb, startup: false, activationEvent: 'onNotebookSerializer:jupyter-notebook' +2023-09-29 02:26:40.826 [info] ExtensionService#_doActivateExtension ms-toolsai.jupyter, startup: false, activationEvent: 'onNotebook:jupyter-notebook' +2023-09-29 02:26:40.826 [info] ExtensionService#_doActivateExtension ms-toolsai.vscode-jupyter-cell-tags, startup: false, activationEvent: 'onNotebook:jupyter-notebook' +2023-09-29 02:26:40.826 [info] ExtensionService#_doActivateExtension ms-toolsai.vscode-jupyter-slideshow, startup: false, activationEvent: 'onNotebook:jupyter-notebook' +2023-09-29 02:26:40.827 [info] ExtensionService#_doActivateExtension ms-toolsai.jupyter-renderers, startup: false, activationEvent: 'onNotebook:*' +2023-09-29 02:26:41.674 [info] ExtensionService#_doActivateExtension ms-python.python, startup: false, activationEvent: 'api', root cause: ms-toolsai.jupyter +2023-09-29 02:26:44.451 [error] Error: Module 'pip' not installed. + at Jd.execModule (/home/linuxbrew/app/code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/extension.node.js:7:40513) + at async Ed.getPackageInformation (/home/linuxbrew/app/code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/extension.node.js:7:31745) +2023-09-29 02:27:26.598 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' +2023-09-29 06:27:54.524 [info] Extension host terminating: received terminate message from renderer +2023-09-29 06:27:54.526 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2023-09-29 06:27:54.565 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.566 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.566 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.566 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.567 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.567 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.567 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.567 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.567 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.568 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.568 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.568 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.568 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.568 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.568 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.568 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.569 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.569 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.569 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.569 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.569 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.569 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.569 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.569 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.570 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.570 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.570 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at n.D [as value] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1309000) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:54.571 [error] Canceled: Canceled + at new c (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:57324) + at i.O (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:10819) + at N..z.charCodeAt.N. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:116:8258) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82935) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at A.registerCommand.description (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:81666) + at a.h (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:83471) + at a.g (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82459) + at a.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:107:82359) + at Object.executeCommand (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:21215) + at set b [as b] (/usr/lib/code-server/lib/vscode/extensions/github/dist/extension.js:2:714434) + at /usr/lib/code-server/lib/vscode/extensions/github/dist/extension.js:2:715075 + at n.value (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1396602) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.x (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1988) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2204) + at Object.m [as dispose] (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1324784) + at /usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329625 + at Array.forEach () + at g.dispose (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1329611) + at r. (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4254) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at r. (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1311012) + at r.dispose (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:103:4389) + at k (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:13:11733) + at l.Z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:10421) + at /usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8337 + at Array.map () + at l.S (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8324) + at l.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:118:8597) + at o.terminate (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:122:1513) + at t (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:9800) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:135:7846) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at v.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:13884) + at s.z (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:16929) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:15381) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at n.acceptChunk (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:11658) + at n.value (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:75:10945) + at b.w (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:1918) + at b.fire (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:63:2135) + at b.u (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:132:19063) setContext undefined +2023-09-29 06:27:59.563 [info] Extension host with pid 8183 exiting with code 0 diff --git a/code-server/logs/20230928T202203/exthost2/vscode.git/Git.log b/code-server/logs/20230928T202203/exthost2/vscode.git/Git.log new file mode 100644 index 0000000000000000000000000000000000000000..6912bc880fc29ccad9c83e25b562456628cbd06f --- /dev/null +++ b/code-server/logs/20230928T202203/exthost2/vscode.git/Git.log @@ -0,0 +1,331 @@ +2023-09-28 20:43:08.481 [info] Log level: Info +2023-09-28 20:43:08.481 [info] Validating found git in: "git" +2023-09-28 20:43:08.481 [info] Using git "2.39.2" from "git" +2023-09-28 20:43:08.481 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:43:08.481 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:43:08.481 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:43:08.481 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:43:08.481 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:43:08.481 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:43:08.481 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:43:08.481 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:43:08.481 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:43:08.481 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:43:08.481 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:43:08.481 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:43:08.481 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:43:08.481 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:43:17.736 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:43:17.742 [info] > git rev-parse --git-dir --git-common-dir [1ms] +2023-09-28 20:43:17.752 [info] Open repository: /home/linuxbrew/.config/nvim +2023-09-28 20:43:17.781 [info] > git config --get commit.template [8ms] +2023-09-28 20:43:17.781 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/v2.0 refs/remotes/v2.0 [1ms] +2023-09-28 20:43:17.790 [info] > git status -z -uall [2ms] +2023-09-28 20:43:17.816 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/v2.0 refs/remotes/v2.0 [6ms] +2023-09-28 20:43:17.817 [info] > git config --get commit.template [11ms] +2023-09-28 20:43:17.826 [info] > git status -z -uall [4ms] +2023-09-28 20:43:22.066 [info] > git config --get commit.template [11ms] +2023-09-28 20:43:22.066 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/v2.0 refs/remotes/v2.0 [4ms] +2023-09-28 20:43:22.156 [info] > git status -z -uall [84ms] +2023-09-28 20:43:23.882 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:43:23.968 [info] > git rev-parse --git-dir --git-common-dir [8ms] +2023-09-28 20:43:23.972 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/lazy.nvim +2023-09-28 20:43:24.166 [info] > git rev-parse --show-toplevel [2ms] +2023-09-28 20:43:24.167 [info] > git config --get commit.template [96ms] +2023-09-28 20:43:24.275 [info] > git rev-parse --git-dir --git-common-dir [16ms] +2023-09-28 20:43:24.279 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/cmp-path +2023-09-28 20:43:24.368 [info] > git for-each-ref --format %(refname) %(objectname) %(*objectname) refs/tags [94ms] +2023-09-28 20:43:24.454 [info] > git status -z -uall [79ms] +2023-09-28 20:43:24.457 [info] > git rev-parse --show-toplevel [88ms] +2023-09-28 20:43:24.457 [info] > git config --get commit.template [95ms] +2023-09-28 20:43:24.560 [info] > git rev-parse --git-dir --git-common-dir [95ms] +2023-09-28 20:43:24.565 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/cmp_luasnip +2023-09-28 20:43:24.579 [info] > git config --get commit.template [20ms] +2023-09-28 20:43:24.580 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [100ms] +2023-09-28 20:43:24.587 [info] > git status -z -uall [2ms] +2023-09-28 20:43:24.587 [info] > git rev-parse --show-toplevel [9ms] +2023-09-28 20:43:24.655 [info] > git config --get commit.template [81ms] +2023-09-28 20:43:24.770 [info] > git rev-parse --git-dir --git-common-dir [93ms] +2023-09-28 20:43:24.774 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/friendly-snippets +2023-09-28 20:43:24.775 [info] > git for-each-ref --format %(refname) %(objectname) %(*objectname) refs/tags [103ms] +2023-09-28 20:43:24.793 [info] > git status -z -uall [12ms] +2023-09-28 20:43:24.796 [info] > git config --get commit.template [24ms] +2023-09-28 20:43:24.796 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [42ms] +2023-09-28 20:43:24.855 [info] > git rev-parse --show-toplevel [65ms] +2023-09-28 20:43:24.855 [info] > git config --get commit.template [69ms] +2023-09-28 20:43:24.868 [info] > git status -z -uall [15ms] +2023-09-28 20:43:24.881 [info] > git rev-parse --git-dir --git-common-dir [14ms] +2023-09-28 20:43:24.885 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/mason.nvim +2023-09-28 20:43:24.887 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [23ms] +2023-09-28 20:43:24.903 [info] > git status -z -uall [10ms] +2023-09-28 20:43:24.904 [info] > git config --get commit.template [23ms] +2023-09-28 20:43:24.904 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [27ms] +2023-09-28 20:43:24.953 [info] > git rev-parse --show-toplevel [50ms] +2023-09-28 20:43:24.953 [info] > git config --get commit.template [55ms] +2023-09-28 20:43:24.970 [info] > git status -z -uall [62ms] +2023-09-28 20:43:24.970 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [10ms] +2023-09-28 20:43:24.983 [info] > git status -z -uall [9ms] +2023-09-28 20:43:24.985 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [15ms] +2023-09-28 20:43:24.988 [info] > git rev-parse --git-dir --git-common-dir [24ms] +2023-09-28 20:43:24.993 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/nvim-web-devicons +2023-09-28 20:43:25.002 [info] > git config --get commit.template [20ms] +2023-09-28 20:43:25.003 [info] > git status -z -uall [15ms] +2023-09-28 20:43:25.003 [info] > git config --get commit.template [4ms] +2023-09-28 20:43:25.068 [info] > git rev-parse --show-toplevel [65ms] +2023-09-28 20:43:25.085 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [20ms] +2023-09-28 20:43:25.093 [info] > git rev-parse --git-dir --git-common-dir [8ms] +2023-09-28 20:43:25.095 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/telescope.nvim +2023-09-28 20:43:25.096 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [17ms] +2023-09-28 20:43:25.158 [info] > git config --get commit.template [84ms] +2023-09-28 20:43:25.175 [info] > git status -z -uall [85ms] +2023-09-28 20:43:25.175 [info] > git status -z -uall [17ms] +2023-09-28 20:43:25.178 [info] > git rev-parse --show-toplevel [4ms] +2023-09-28 20:43:25.178 [info] > git config --get commit.template [9ms] +2023-09-28 20:43:25.178 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [13ms] +2023-09-28 20:43:25.204 [info] > git status -z -uall [21ms] +2023-09-28 20:43:25.204 [info] > git rev-parse --git-dir --git-common-dir [11ms] +2023-09-28 20:43:25.209 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/which-key.nvim +2023-09-28 20:43:25.223 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [19ms] +2023-09-28 20:43:25.228 [info] > git config --get commit.template [30ms] +2023-09-28 20:43:25.261 [info] > git rev-parse --show-toplevel [40ms] +2023-09-28 20:43:25.262 [info] > git config --get commit.template [45ms] +2023-09-28 20:43:25.268 [info] > git status -z -uall [41ms] +2023-09-28 20:43:25.268 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [8ms] +2023-09-28 20:43:25.279 [info] > git status -z -uall [6ms] +2023-09-28 20:43:25.279 [info] > git rev-parse --git-dir --git-common-dir [12ms] +2023-09-28 20:43:25.288 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/LuaSnip +2023-09-28 20:43:25.325 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [47ms] +2023-09-28 20:43:25.357 [info] > git status -z -uall [3ms] +2023-09-28 20:43:25.360 [info] > git config --get commit.template [36ms] +2023-09-28 20:43:25.360 [info] > git rev-parse --show-toplevel [41ms] +2023-09-28 20:43:25.361 [info] > git config --get commit.template [64ms] +2023-09-28 20:43:25.382 [info] > git config --get commit.template [14ms] +2023-09-28 20:43:25.384 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [3ms] +2023-09-28 20:43:25.389 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [13ms] +2023-09-28 20:43:25.394 [info] > git rev-parse --git-dir --git-common-dir [22ms] +2023-09-28 20:43:25.397 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/ui +2023-09-28 20:43:25.416 [info] > git status -z -uall [26ms] +2023-09-28 20:43:25.416 [info] > git status -z -uall [23ms] +2023-09-28 20:43:25.416 [info] > git rev-parse --show-toplevel [2ms] +2023-09-28 20:43:25.416 [info] > git config --get commit.template [7ms] +2023-09-28 20:43:25.416 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [14ms] +2023-09-28 20:43:25.563 [info] > git status -z -uall [106ms] +2023-09-28 20:43:25.653 [info] > git rev-parse --git-dir --git-common-dir [97ms] +2023-09-28 20:43:25.656 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/indent-blankline.nvim +2023-09-28 20:43:25.664 [info] > git config --get commit.template [102ms] +2023-09-28 20:43:25.672 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/v2.0 refs/remotes/v2.0 [19ms] +2023-09-28 20:43:25.761 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [90ms] +2023-09-28 20:43:25.766 [info] > git config --get commit.template [102ms] +2023-09-28 20:43:25.772 [info] > git status -z -uall [12ms] +2023-09-28 20:43:25.956 [info] > git status -z -uall [190ms] +2023-09-28 20:43:25.957 [info] > git for-each-ref --format %(refname) %(objectname) %(*objectname) refs/tags [185ms] +2023-09-28 20:43:25.965 [info] > git config --get commit.template [9ms] +2023-09-28 20:43:25.968 [info] > git status -z -uall [4ms] +2023-09-28 20:43:26.067 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/v2.0 refs/remotes/v2.0 [9ms] +2023-09-28 20:43:26.154 [info] > git status -z -uall [71ms] +2023-09-28 20:43:26.156 [info] > git config --get commit.template [90ms] +2023-09-28 20:43:26.172 [info] > git for-each-ref --format %(refname) %(objectname) %(*objectname) refs/tags [7ms] +2023-09-28 20:43:26.259 [info] > git status -z -uall [2ms] +2023-09-28 20:43:26.871 [info] > git config --get commit.template [5ms] +2023-09-28 20:43:26.872 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms] +2023-09-28 20:43:26.887 [info] > git status -z -uall [9ms] +2023-09-28 20:43:27.167 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:43:27.179 [info] > git rev-parse --show-toplevel [6ms] +2023-09-28 20:43:27.185 [info] > git config --get commit.template [7ms] +2023-09-28 20:43:27.259 [info] > git rev-parse --show-toplevel [75ms] +2023-09-28 20:43:27.274 [info] > git rev-parse --show-toplevel [8ms] +2023-09-28 20:43:27.275 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [17ms] +2023-09-28 20:43:27.290 [info] > git status -z -uall [10ms] +2023-09-28 20:43:27.290 [info] > git config --get commit.template [16ms] +2023-09-28 20:43:27.357 [info] > git config --get commit.template [73ms] +2023-09-28 20:43:27.371 [info] > git rev-parse --show-toplevel [82ms] +2023-09-28 20:43:27.372 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [1ms] +2023-09-28 20:43:27.376 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [11ms] +2023-09-28 20:43:27.470 [info] > git status -z -uall [94ms] +2023-09-28 20:43:27.470 [info] > git status -z -uall [85ms] +2023-09-28 20:43:27.470 [info] > git rev-parse --show-toplevel [80ms] +2023-09-28 20:43:27.482 [info] > git rev-parse --git-dir --git-common-dir [2ms] +2023-09-28 20:43:27.485 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/telescope-fzf-native.nvim +2023-09-28 20:43:27.501 [info] > git config --get commit.template [6ms] +2023-09-28 20:43:27.502 [info] > git rev-parse --show-toplevel [1ms] +2023-09-28 20:43:27.587 [info] > git rev-parse --show-toplevel [25ms] +2023-09-28 20:43:27.587 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [80ms] +2023-09-28 20:43:27.661 [info] > git config --get commit.template [75ms] +2023-09-28 20:43:27.661 [info] > git config --get commit.template [85ms] +2023-09-28 20:43:27.662 [info] > git status -z -uall [69ms] +2023-09-28 20:43:27.662 [info] > git rev-parse --show-toplevel [2ms] +2023-09-28 20:43:27.687 [info] > git rev-parse --show-toplevel [6ms] +2023-09-28 20:43:27.687 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [11ms] +2023-09-28 20:43:27.692 [info] > git for-each-ref --format %(refname) %(objectname) %(*objectname) refs/tags [21ms] +2023-09-28 20:43:27.762 [info] > git config --get commit.template [76ms] +2023-09-28 20:43:27.768 [info] > git status -z -uall [76ms] +2023-09-28 20:43:27.768 [info] > git status -z -uall [14ms] +2023-09-28 20:43:27.768 [info] > git rev-parse --git-dir --git-common-dir [7ms] +2023-09-28 20:43:27.771 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/better-escape.nvim +2023-09-28 20:43:27.786 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [18ms] +2023-09-28 20:43:27.793 [info] > git status -z -uall [3ms] +2023-09-28 20:43:27.794 [info] > git rev-parse --show-toplevel [9ms] +2023-09-28 20:43:27.794 [info] > git config --get commit.template [14ms] +2023-09-28 20:43:27.859 [info] > git rev-parse --git-dir --git-common-dir [6ms] +2023-09-28 20:43:27.862 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/plenary.nvim +2023-09-28 20:43:27.873 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [15ms] +2023-09-28 20:43:27.880 [info] > git status -z -uall [2ms] +2023-09-28 20:43:27.883 [info] > git rev-parse --show-toplevel [10ms] +2023-09-28 20:43:27.883 [info] > git config --get commit.template [15ms] +2023-09-28 20:43:27.898 [info] > git rev-parse --git-dir --git-common-dir [6ms] +2023-09-28 20:43:27.901 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/nvim-autopairs +2023-09-28 20:43:27.902 [info] > git config --get commit.template [14ms] +2023-09-28 20:43:27.971 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [73ms] +2023-09-28 20:43:27.981 [info] > git status -z -uall [6ms] +2023-09-28 20:43:27.981 [info] > git rev-parse --show-toplevel [13ms] +2023-09-28 20:43:27.981 [info] > git config --get commit.template [18ms] +2023-09-28 20:43:27.982 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [25ms] +2023-09-28 20:43:28.069 [info] > git status -z -uall [81ms] +2023-09-28 20:43:28.070 [info] > git rev-parse --git-dir --git-common-dir [77ms] +2023-09-28 20:43:28.073 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/nvim-cmp +2023-09-28 20:43:28.098 [info] > git config --get commit.template [28ms] +2023-09-28 20:43:28.098 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [35ms] +2023-09-28 20:43:28.161 [info] > git rev-parse --show-toplevel [70ms] +2023-09-28 20:43:28.161 [info] > git config --get commit.template [77ms] +2023-09-28 20:43:28.172 [info] > git status -z -uall [15ms] +2023-09-28 20:43:28.186 [info] > git rev-parse --git-dir --git-common-dir [15ms] +2023-09-28 20:43:28.189 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/nvim-colorizer.lua +2023-09-28 20:43:28.190 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [24ms] +2023-09-28 20:43:28.256 [info] > git status -z -uall [61ms] +2023-09-28 20:43:28.256 [info] > git config --get commit.template [71ms] +2023-09-28 20:43:28.256 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [76ms] +2023-09-28 20:43:28.263 [info] > git rev-parse --show-toplevel [8ms] +2023-09-28 20:43:28.263 [info] > git config --get commit.template [62ms] +2023-09-28 20:43:28.276 [info] > git status -z -uall [14ms] +2023-09-28 20:43:28.291 [info] > git rev-parse --git-dir --git-common-dir [16ms] +2023-09-28 20:43:28.294 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/Comment.nvim +2023-09-28 20:43:28.295 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [25ms] +2023-09-28 20:43:28.353 [info] > git status -z -uall [53ms] +2023-09-28 20:43:28.353 [info] > git config --get commit.template [63ms] +2023-09-28 20:43:28.354 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [68ms] +2023-09-28 20:43:28.361 [info] > git rev-parse --show-toplevel [8ms] +2023-09-28 20:43:28.361 [info] > git config --get commit.template [56ms] +2023-09-28 20:43:28.377 [info] > git status -z -uall [17ms] +2023-09-28 20:43:28.377 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [10ms] +2023-09-28 20:43:28.391 [info] > git status -z -uall [9ms] +2023-09-28 20:43:28.393 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [17ms] +2023-09-28 20:43:28.398 [info] > git rev-parse --git-dir --git-common-dir [26ms] +2023-09-28 20:43:28.402 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/gitsigns.nvim +2023-09-28 20:43:28.457 [info] > git status -z -uall [59ms] +2023-09-28 20:43:28.463 [info] > git config --get commit.template [73ms] +2023-09-28 20:43:28.470 [info] > git rev-parse --show-toplevel [14ms] +2023-09-28 20:43:28.471 [info] > git config --get commit.template [60ms] +2023-09-28 20:43:28.482 [info] > git config --get commit.template [12ms] +2023-09-28 20:43:28.488 [info] > git rev-parse --git-dir --git-common-dir [6ms] +2023-09-28 20:43:28.490 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/nvim-tree.lua +2023-09-28 20:43:28.491 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [16ms] +2023-09-28 20:43:28.517 [info] > git status -z -uall [16ms] +2023-09-28 20:43:28.517 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [30ms] +2023-09-28 20:43:28.522 [info] > git rev-parse --show-toplevel [8ms] +2023-09-28 20:43:28.522 [info] > git config --get commit.template [12ms] +2023-09-28 20:43:28.523 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [17ms] +2023-09-28 20:43:28.563 [info] > git status -z -uall [42ms] +2023-09-28 20:43:28.563 [info] > git status -z -uall [7ms] +2023-09-28 20:43:28.575 [info] > git rev-parse --git-dir --git-common-dir [13ms] +2023-09-28 20:43:28.578 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/LuaSnip/deps/jsregexp +2023-09-28 20:43:28.589 [info] > git config --get commit.template [15ms] +2023-09-28 20:43:28.589 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [20ms] +2023-09-28 20:43:28.595 [info] > git rev-parse --show-toplevel [7ms] +2023-09-28 20:43:28.595 [info] > git config --get commit.template [11ms] +2023-09-28 20:43:28.609 [info] > git status -z -uall [15ms] +2023-09-28 20:43:28.609 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [10ms] +2023-09-28 20:43:28.627 [info] > git status -z -uall [12ms] +2023-09-28 20:43:28.629 [info] > git for-each-ref --format %(refname) %(objectname) %(*objectname) refs/tags [20ms] +2023-09-28 20:43:28.635 [info] > git rev-parse --git-dir --git-common-dir [32ms] +2023-09-28 20:43:28.653 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/cmp-nvim-lsp +2023-09-28 20:43:28.684 [info] > git status -z -uall [50ms] +2023-09-28 20:43:28.685 [info] > git config --get commit.template [59ms] +2023-09-28 20:43:28.686 [info] > git rev-parse --show-toplevel [2ms] +2023-09-28 20:43:28.686 [info] > git config --get commit.template [9ms] +2023-09-28 20:43:28.712 [info] > git rev-parse --git-dir --git-common-dir [13ms] +2023-09-28 20:43:28.716 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/null-ls.nvim +2023-09-28 20:43:28.716 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [22ms] +2023-09-28 20:43:28.734 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [24ms] +2023-09-28 20:43:28.738 [info] > git config --get commit.template [33ms] +2023-09-28 20:43:28.757 [info] > git status -z -uall [34ms] +2023-09-28 20:43:28.757 [info] > git status -z -uall [19ms] +2023-09-28 20:43:28.757 [info] > git rev-parse --show-toplevel [23ms] +2023-09-28 20:43:28.757 [info] > git config --get commit.template [28ms] +2023-09-28 20:43:28.769 [info] > git for-each-ref --format %(refname) %(objectname) %(*objectname) refs/tags [13ms] +2023-09-28 20:43:28.788 [info] > git status -z -uall [14ms] +2023-09-28 20:43:28.789 [info] > git rev-parse --git-dir --git-common-dir [23ms] +2023-09-28 20:43:28.792 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/nvim-lspconfig +2023-09-28 20:43:28.802 [info] > git config --get commit.template [15ms] +2023-09-28 20:43:28.802 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [20ms] +2023-09-28 20:43:28.809 [info] > git rev-parse --show-toplevel [8ms] +2023-09-28 20:43:28.809 [info] > git config --get commit.template [12ms] +2023-09-28 20:43:28.826 [info] > git status -z -uall [17ms] +2023-09-28 20:43:28.826 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [10ms] +2023-09-28 20:43:28.863 [info] > git status -z -uall [8ms] +2023-09-28 20:43:28.864 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [39ms] +2023-09-28 20:43:28.869 [info] > git rev-parse --git-dir --git-common-dir [49ms] +2023-09-28 20:43:28.871 [info] Open repository: /home/linuxbrew/.local/share/nvim/lazy/nvim-treesitter +2023-09-28 20:43:28.878 [warning] Failed to get repository realpath for: "/home/linuxbrew/.local/share/nvim/tree-sitter-html-tmp/tree-sitter-html-e5d7d7decbbdec5a4c90bbc69436b3828f5646e7/". Error: ENOENT: no such file or directory, realpath '/home/linuxbrew/.local/share/nvim/tree-sitter-html-tmp/tree-sitter-html-e5d7d7decbbdec5a4c90bbc69436b3828f5646e7/' +2023-09-28 20:43:28.884 [info] > git status -z -uall [15ms] +2023-09-28 20:43:28.884 [info] > git config --get commit.template [21ms] +2023-09-28 20:43:28.890 [info] > git config --get commit.template [13ms] +2023-09-28 20:43:28.904 [info] > git rev-parse --show-toplevel [15ms] +2023-09-28 20:43:28.904 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-28 20:43:28.910 [info] > git config --get commit.template [6ms] +2023-09-28 20:43:28.910 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [12ms] +2023-09-28 20:43:28.916 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [7ms] +2023-09-28 20:43:28.955 [info] > git status -z -uall [40ms] +2023-09-28 20:43:28.957 [info] > git status -z -uall [36ms] +2023-09-28 20:43:28.960 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [6ms] +2023-09-28 20:43:28.973 [info] > git status -z -uall [8ms] +2023-09-28 20:43:28.973 [info] > git config --get commit.template [2ms] +2023-09-28 20:43:28.983 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [5ms] +2023-09-28 20:43:29.003 [info] > git status -z -uall [14ms] +2023-09-28 20:43:29.824 [info] > git config --get commit.template [6ms] +2023-09-28 20:43:29.824 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/main refs/remotes/main [1ms] +2023-09-28 20:43:29.830 [info] > git status -z -uall [2ms] +2023-09-28 20:43:39.384 [info] > git config --get commit.template [10ms] +2023-09-28 20:43:39.384 [info] > git config --get commit.template [17ms] +2023-09-28 20:43:39.478 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/v2.0 refs/remotes/v2.0 [16ms] +2023-09-28 20:43:39.488 [info] > git config --get commit.template [105ms] +2023-09-28 20:43:39.553 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [76ms] +2023-09-28 20:43:39.562 [info] > git for-each-ref --format %(refname) %(objectname) %(*objectname) refs/tags [90ms] +2023-09-28 20:43:39.578 [info] > git status -z -uall [90ms] +2023-09-28 20:43:39.578 [info] > git status -z -uall [10ms] +2023-09-28 20:43:39.580 [info] > git status -z -uall [19ms] +2023-09-28 20:43:44.666 [info] > git config --get commit.template [5ms] +2023-09-28 20:43:44.666 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [1ms] +2023-09-28 20:43:44.685 [info] > git status -z -uall [14ms] +2023-09-28 20:43:49.700 [info] > git config --get commit.template [6ms] +2023-09-28 20:43:49.700 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/master refs/remotes/master [1ms] +2023-09-28 20:43:49.716 [info] > git status -z -uall [12ms] +2023-09-29 02:26:37.951 [info] > git rev-parse --show-toplevel [6ms] +2023-09-29 02:26:37.953 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-29 02:27:08.801 [info] > git rev-parse --show-toplevel [1ms] +2023-09-29 02:27:08.801 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-29 02:27:20.903 [info] > git rev-parse --show-toplevel [1ms] +2023-09-29 02:27:20.912 [info] > git rev-parse --git-dir --git-common-dir [1ms] +2023-09-29 02:27:20.916 [info] Open repository: /home/linuxbrew/.linuxbrew/Homebrew +2023-09-29 02:27:20.929 [info] > git config --get commit.template [7ms] +2023-09-29 02:27:20.929 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/stable refs/remotes/stable [1ms] +2023-09-29 02:27:20.977 [info] > git status -z -uall [41ms] +2023-09-29 02:27:20.999 [info] > git config --get commit.template [9ms] +2023-09-29 02:27:21.000 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/stable refs/remotes/stable [2ms] +2023-09-29 02:27:21.037 [info] > git status -z -uall [31ms] +2023-09-29 02:27:23.592 [info] > git config --get commit.template [8ms] +2023-09-29 02:27:23.593 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/stable refs/remotes/stable [2ms] +2023-09-29 02:27:23.636 [info] > git status -z -uall [37ms] +2023-09-29 02:29:06.970 [info] > git config --get commit.template [8ms] +2023-09-29 02:29:06.970 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/stable refs/remotes/stable [1ms] +2023-09-29 02:29:07.019 [info] > git status -z -uall [43ms] +2023-09-29 02:31:08.366 [info] > git for-each-ref --format=%(refname)%00%(upstream:short)%00%(objectname)%00%(upstream:track)%00%(upstream:remotename)%00%(upstream:remoteref) refs/heads/stable refs/remotes/stable [0ms] +2023-09-29 02:31:08.366 [info] > git config --get commit.template [14ms] +2023-09-29 02:31:08.430 [info] > git status -z -uall [51ms] +2023-09-29 02:31:44.105 [info] > git rev-parse --show-toplevel [1ms] +2023-09-29 02:31:44.105 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-29 02:35:29.007 [info] > git rev-parse --show-toplevel [1ms] +2023-09-29 02:35:29.007 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-29 02:37:01.031 [info] > git rev-parse --show-toplevel [1ms] +2023-09-29 02:37:01.031 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-29 02:37:07.114 [info] > git rev-parse --show-toplevel [1ms] +2023-09-29 02:37:07.114 [info] fatal: not a git repository (or any of the parent directories): .git diff --git a/code-server/logs/20230928T202203/exthost2/vscode.github-authentication/GitHub Authentication.log b/code-server/logs/20230928T202203/exthost2/vscode.github-authentication/GitHub Authentication.log new file mode 100644 index 0000000000000000000000000000000000000000..4794968073213f34e9fe0a0791b89f2c324124e1 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost2/vscode.github-authentication/GitHub Authentication.log @@ -0,0 +1,13 @@ +2023-09-28 20:43:18.002 [info] Reading sessions from keychain... +2023-09-28 20:43:18.002 [info] Getting sessions for all scopes... +2023-09-28 20:43:18.002 [info] Getting sessions for all scopes... +2023-09-28 20:43:18.018 [info] Got 0 sessions for ... +2023-09-28 20:43:18.018 [info] Got 0 sessions for ... +2023-09-28 20:43:18.050 [info] Getting sessions for read:user,repo,user:email,workflow... +2023-09-28 20:43:18.050 [info] Got 0 sessions for read:user,repo,user:email,workflow... +2023-09-28 20:43:26.656 [info] Getting sessions for read:user,repo,user:email,workflow... +2023-09-28 20:43:26.656 [info] Got 0 sessions for read:user,repo,user:email,workflow... +2023-09-28 20:43:28.997 [info] Getting sessions for read:user,repo,user:email,workflow... +2023-09-28 20:43:28.998 [info] Got 0 sessions for read:user,repo,user:email,workflow... +2023-09-29 02:27:21.271 [info] Getting sessions for read:user,repo,user:email,workflow... +2023-09-29 02:27:21.272 [info] Got 0 sessions for read:user,repo,user:email,workflow... diff --git a/code-server/logs/20230928T202203/exthost2/vscode.github/GitHub.log b/code-server/logs/20230928T202203/exthost2/vscode.github/GitHub.log new file mode 100644 index 0000000000000000000000000000000000000000..81f023c2e8f18a79ac6cde1b388683b984e32528 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost2/vscode.github/GitHub.log @@ -0,0 +1,28 @@ +2023-09-28 20:43:08.481 [info] Log level: Info +2023-09-28 20:43:18.127 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:26.730 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:26.730 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:26.730 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:26.730 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:26.730 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:26.730 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:26.730 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:26.730 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:26.730 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:26.730 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:26.730 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:29.126 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:29.126 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:29.126 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:29.126 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:29.126 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:29.126 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:29.126 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:29.126 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:29.126 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:29.126 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:29.126 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:29.126 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:29.126 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-28 20:43:29.126 [warning] Failed to update repository branch protection: No GitHub authentication session available. +2023-09-29 02:27:21.383 [warning] Failed to update repository branch protection: No GitHub authentication session available. diff --git a/code-server/logs/20230928T202203/exthost3/remoteexthost.log b/code-server/logs/20230928T202203/exthost3/remoteexthost.log new file mode 100644 index 0000000000000000000000000000000000000000..4cf9cef33df801a761add4ca9793a718ba41dba6 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost3/remoteexthost.log @@ -0,0 +1,21 @@ +2023-09-29 02:33:33.538 [info] Extension host with pid 23491 started +2023-09-29 02:33:33.540 [error] Error: EEXIST: file already exists, open '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock' +2023-09-29 02:33:33.543 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': Could not acquire lock, checking if the file is stale. +2023-09-29 02:33:33.556 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': The lock does not look stale, elapsed: 307 ms, giving up. +2023-09-29 02:33:33.570 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8-1/vscode.lock': Lock acquired. +2023-09-29 02:33:33.759 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2023-09-29 02:33:33.933 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2023-09-29 02:33:34.045 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2023-09-29 02:33:34.046 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2023-09-29 02:33:34.406 [info] Eager extensions activated +2023-09-29 02:33:34.406 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2023-09-29 02:33:34.406 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2023-09-29 02:33:35.823 [info] Extension host terminating: received terminate message from renderer +2023-09-29 02:33:35.824 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8-1/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2023-09-29 02:33:36.835 [error] Error: Channel has been closed + at i (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:117:2880) + at Object.trace (/usr/lib/code-server/lib/vscode/out/vs/workbench/api/node/extensionHostProcess.js:117:3145) + at g.openRepository (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1322320) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async r (/usr/lib/code-server/lib/vscode/extensions/git/dist/main.js:2:1265487) +2023-09-29 02:33:40.830 [info] Extension host with pid 23491 exiting with code 0 diff --git a/code-server/logs/20230928T202203/exthost3/vscode.git/Git.log b/code-server/logs/20230928T202203/exthost3/vscode.git/Git.log new file mode 100644 index 0000000000000000000000000000000000000000..0e43dfb0ab369d998a81d87748f8347ae494a808 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost3/vscode.git/Git.log @@ -0,0 +1,19 @@ +2023-09-29 02:33:34.497 [info] Log level: Info +2023-09-29 02:33:34.497 [info] Validating found git in: "git" +2023-09-29 02:33:34.497 [info] Using git "2.39.2" from "git" +2023-09-29 02:33:34.497 [info] > git rev-parse --show-toplevel [1ms] +2023-09-29 02:33:34.497 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-29 02:33:34.497 [info] > git rev-parse --show-toplevel [1ms] +2023-09-29 02:33:34.497 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-29 02:33:34.497 [info] > git rev-parse --show-toplevel [1ms] +2023-09-29 02:33:34.497 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-29 02:33:34.497 [info] > git rev-parse --show-toplevel [1ms] +2023-09-29 02:33:34.497 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-29 02:33:34.497 [info] > git rev-parse --show-toplevel [1ms] +2023-09-29 02:33:34.497 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-29 02:33:34.497 [info] > git rev-parse --show-toplevel [0ms] +2023-09-29 02:33:34.497 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-29 02:33:34.497 [info] > git rev-parse --show-toplevel [1ms] +2023-09-29 02:33:34.497 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-29 02:33:35.812 [info] > git rev-parse --show-toplevel [1ms] +2023-09-29 02:33:35.812 [info] fatal: not a git repository (or any of the parent directories): .git diff --git a/code-server/logs/20230928T202203/exthost3/vscode.github/GitHub.log b/code-server/logs/20230928T202203/exthost3/vscode.github/GitHub.log new file mode 100644 index 0000000000000000000000000000000000000000..d5bd5b200ce6443229ba674843c07d22427136d6 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost3/vscode.github/GitHub.log @@ -0,0 +1 @@ +2023-09-29 02:33:34.497 [info] Log level: Info diff --git a/code-server/logs/20230928T202203/exthost5/remoteexthost.log b/code-server/logs/20230928T202203/exthost5/remoteexthost.log new file mode 100644 index 0000000000000000000000000000000000000000..a8ca6c2d2ad5d68826e0cab2143462224afb5fe7 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost5/remoteexthost.log @@ -0,0 +1,13 @@ +2023-09-30 17:31:23.436 [info] Extension host with pid 12838 started +2023-09-30 17:31:23.446 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': Lock acquired. +2023-09-30 17:31:23.587 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2023-09-30 17:31:23.638 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2023-09-30 17:31:23.638 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2023-09-30 17:31:23.752 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2023-09-30 17:31:23.903 [info] Eager extensions activated +2023-09-30 17:31:23.904 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2023-09-30 17:31:23.904 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2023-09-30 17:31:28.628 [info] ExtensionService#_doActivateExtension vscode.tunnel-forwarding, startup: false, activationEvent: 'onTunnel' +2023-09-30 17:31:37.986 [info] Extension host terminating: received terminate message from renderer +2023-09-30 17:31:37.987 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': Marking the lockfile as scheduled to be released in 6000 ms. +2023-09-30 17:31:42.997 [info] Extension host with pid 12838 exiting with code 0 diff --git a/code-server/logs/20230928T202203/exthost5/vscode.git/Git.log b/code-server/logs/20230928T202203/exthost5/vscode.git/Git.log new file mode 100644 index 0000000000000000000000000000000000000000..d7b35c5e493a12c8f2be17b3c508b14197c9630c --- /dev/null +++ b/code-server/logs/20230928T202203/exthost5/vscode.git/Git.log @@ -0,0 +1,23 @@ +2023-09-30 17:31:24.014 [info] Log level: Info +2023-09-30 17:31:24.014 [info] Validating found git in: "git" +2023-09-30 17:31:24.014 [info] Using git "2.39.2" from "git" +2023-09-30 17:31:24.018 [info] > git rev-parse --show-toplevel [21ms] +2023-09-30 17:31:24.018 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:24.024 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 17:31:24.024 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:24.030 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 17:31:24.030 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:24.036 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 17:31:24.036 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:24.065 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 17:31:24.065 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:24.073 [info] > git rev-parse --show-toplevel [2ms] +2023-09-30 17:31:24.073 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:24.080 [info] > git rev-parse --show-toplevel [0ms] +2023-09-30 17:31:24.080 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:24.095 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 17:31:24.095 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:24.104 [info] > git rev-parse --show-toplevel [0ms] +2023-09-30 17:31:24.104 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:25.389 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 17:31:25.389 [info] fatal: not a git repository (or any of the parent directories): .git diff --git a/code-server/logs/20230928T202203/exthost5/vscode.github/GitHub.log b/code-server/logs/20230928T202203/exthost5/vscode.github/GitHub.log new file mode 100644 index 0000000000000000000000000000000000000000..c4a2f633a9df1d7ad1716f2a06a55c8c21baa98d --- /dev/null +++ b/code-server/logs/20230928T202203/exthost5/vscode.github/GitHub.log @@ -0,0 +1 @@ +2023-09-30 17:31:24.018 [info] Log level: Info diff --git a/code-server/logs/20230928T202203/exthost6/ms-python.python/Python Language Server.log b/code-server/logs/20230928T202203/exthost6/ms-python.python/Python Language Server.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/code-server/logs/20230928T202203/exthost6/ms-python.python/Python.log b/code-server/logs/20230928T202203/exthost6/ms-python.python/Python.log new file mode 100644 index 0000000000000000000000000000000000000000..e41da6ecb9bcf23f32b5e3e0cde21b6b807ad606 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost6/ms-python.python/Python.log @@ -0,0 +1,18 @@ +2023-09-30 17:32:01.037 [info] Experiment 'python.createEnvironment.trigger' is active +2023-09-30 17:32:01.037 [info] Experiment 'pythonPromptNewFormatterExt' is active +2023-09-30 17:32:01.037 [info] Experiment 'pythonPromptNewToolsExt' is active +2023-09-30 17:32:01.037 [info] Experiment 'pythonTerminalEnvVarActivation' is active +2023-09-30 17:32:01.037 [info] Test server listening. +2023-09-30 17:32:01.037 [info] > conda info --json +2023-09-30 17:32:01.037 [info] Python interpreter path: /bin/python3 +2023-09-30 17:32:02.471 [info] Starting Jedi language server for default. +2023-09-30 17:32:16.507 [info] Found: /bin/python3 --> /bin/python3.11 +2023-09-30 17:32:16.507 [info] Found: /bin/python3.11 --> /bin/python3.11 +2023-09-30 17:32:16.518 [info] Found: /usr/bin/python3 --> /usr/bin/python3.11 +2023-09-30 17:32:16.518 [info] Found: /usr/bin/python3.11 --> /usr/bin/python3.11 +2023-09-30 17:32:16.525 [info] Found: /usr/local/bin/python --> /usr/local/bin/python3.9 +2023-09-30 17:32:16.525 [info] Found: /usr/local/bin/python3 --> /usr/local/bin/python3.9 +2023-09-30 17:32:16.525 [info] Found: /usr/local/bin/python3.9 --> /usr/local/bin/python3.9 +2023-09-30 17:32:16.541 [info] > /bin/python3 -I ./app/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/get_output_via_markers.py ./app/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/interpreterInfo.py +2023-09-30 17:32:16.552 [info] > /usr/bin/python3 -I ./app/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/get_output_via_markers.py ./app/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/interpreterInfo.py +2023-09-30 17:32:16.581 [info] > /usr/local/bin/python -I ./app/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/get_output_via_markers.py ./app/code-server/extensions/ms-python.python-2023.16.0-universal/pythonFiles/interpreterInfo.py diff --git a/code-server/logs/20230928T202203/exthost6/output_logging_20230930T173141/1-Jupyter.log b/code-server/logs/20230928T202203/exthost6/output_logging_20230930T173141/1-Jupyter.log new file mode 100644 index 0000000000000000000000000000000000000000..39a9fb2bb43fc1002ea1b1a3471f20f6557c9e46 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost6/output_logging_20230930T173141/1-Jupyter.log @@ -0,0 +1,86 @@ +code-server (1.82.2, snirjhar-colab-code-server.hf.space, server-distro) +Jupyter Extension Version: 2023.7.100. +Python Extension Version: 2023.16.0. +Platform: linux (x64). +Workspace folder /home/linuxbrew, Home = /home/linuxbrew +17:32:00.413 [info] User belongs to experiment group 'FastKernelPicker' +17:32:00.413 [info] User belongs to experiment group 'NewRemoteUriStorage' +17:32:00.413 [info] User belongs to experiment group 'PasswordManager' +17:32:00.413 [info] User belongs to experiment group 'NewJupyterSession' +17:32:00.801 [info] Start refreshing Kernel Picker (1696095120801) +17:32:00.805 [info] Using Pylance +17:32:01.185 [warn] Failed to get activated env vars for /bin/python3 in 167ms +17:32:01.205 [info] Process Execution: /bin/python3 -c "import site;print("USER_BASE_VALUE");print(site.USER_BASE);print("USER_BASE_VALUE");" +17:32:01.272 [info] Process Execution: /bin/python3 -m pip list +17:32:01.316 [info] Process Execution: /bin/python3 -c "import pip;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" +17:32:02.017 [info] End refreshing Kernel Picker (1696095120801) +17:32:16.717 [info] Start refreshing Kernel Picker (1696095136717) +17:32:17.725 [info] End refreshing Kernel Picker (1696095136717) +17:32:20.024 [info] Handle Execution of Cells 0 for ~/app/torrent.ipynb +17:32:20.047 [info] Starting Kernel startUsingPythonInterpreter, .jvsc74a57bd0949777d72b0d2535278d3dc13498b2535136f6dfe0678499012e853ee9abcab1./usr/local/python./usr/local/python.-m#ipykernel_launcher (Python Path: /usr/local/bin/python, Unknown, 3.9.18) for '~/app/torrent.ipynb' (disableUI=false) +17:32:20.109 [warn] Failed to get activated env vars for /usr/local/bin/python in 152ms +17:32:20.117 [info] Process Execution: /usr/local/bin/python -c "import site;print("USER_BASE_VALUE");print(site.USER_BASE);print("USER_BASE_VALUE");" +17:32:20.133 [info] Process Execution: /usr/local/bin/python -m pip list +17:32:20.221 [warn] Failed to get activated env vars for /usr/local/bin/python in 171ms +17:32:20.229 [info] Process Execution: /usr/local/bin/python -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" +17:32:20.236 [info] Process Execution: /usr/local/bin/python -m ipykernel_launcher --ip=127.0.0.1 --stdin=9003 --control=9001 --hb=9000 --Session.signature_scheme="hmac-sha256" --Session.key=b"de790272-bf5c-406a-93db-88939486ad64" --shell=9002 --transport="tcp" --iopub=9004 --f=~/.local/share/jupyter/runtime/kernel-v2-12928pHFFd4vEHb8i.json + > cwd: ~/app +17:32:20.244 [warn] Stderr output when getting ipykernel version & path Traceback (most recent call last): + File "", line 1, in + ModuleNotFoundError: No module named 'ipykernel' for /usr/local/bin/python +17:32:20.260 [warn] StdErr from Kernel Process /usr/local/bin/python: No module named ipykernel_launcher +17:32:20.266 [error] Disposing kernel process due to an error Error: The kernel died. Error: /usr/local/bin/python: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. + > Kernel Id = .jvsc74a57bd0949777d72b0d2535278d3dc13498b2535136f6dfe0678499012e853ee9abcab1./usr/local/python./usr/local/python.-m#ipykernel_launcher + > Interpreter Id = /usr/local/bin/python + > at ChildProcess. (~/app/code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/extension.node.js:24:91039) + > stdErr = /usr/local/bin/python: No module named ipykernel_launcher +17:32:20.266 [info] Dispose Kernel process 13031. +17:32:20.267 [error] Kernel Launcher. launch, Class name = Ky, completed in 217ms, has a falsy return value, Arg 1: ".jvsc74a57bd0949777d72b0d2535278d3dc13498b2535136f6dfe0678499012e853ee9abcab1./usr/local/python./usr/local/python.-m#ipykernel_launcher", Arg 2: 60000, Arg 3: "~/app/torrent.ipynb", Arg 4: "~/app", Arg 5: "" Error: The kernel died. Error: /usr/local/bin/python: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. + > Kernel Id = .jvsc74a57bd0949777d72b0d2535278d3dc13498b2535136f6dfe0678499012e853ee9abcab1./usr/local/python./usr/local/python.-m#ipykernel_launcher + > Interpreter Id = /usr/local/bin/python + > at ChildProcess. (~/app/code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/extension.node.js:24:91039) + > stdErr = /usr/local/bin/python: No module named ipykernel_launcher +17:32:20.267 [error] Failed to connect raw kernel session: Error: The kernel died. Error: /usr/local/bin/python: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. +17:32:20.268 [error] Failed to connect raw kernel session: Error: The kernel died. Error: /usr/local/bin/python: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. +17:32:20.269 [warn] Error occurred while trying to start the kernel, options.disableUI=false Error: The kernel died. Error: /usr/local/bin/python: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. + > Kernel Id = .jvsc74a57bd0949777d72b0d2535278d3dc13498b2535136f6dfe0678499012e853ee9abcab1./usr/local/python./usr/local/python.-m#ipykernel_launcher + > Interpreter Id = /usr/local/bin/python + > at ChildProcess. (~/app/code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/extension.node.js:24:91039) + > stdErr = /usr/local/bin/python: No module named ipykernel_launcher +17:32:20.270 [warn] Kernel Error, context = start Error: The kernel died. Error: /usr/local/bin/python: No module named ipykernel_launcher... View Jupyter [log](command:jupyter.viewOutput) for further details. + > Kernel Id = .jvsc74a57bd0949777d72b0d2535278d3dc13498b2535136f6dfe0678499012e853ee9abcab1./usr/local/python./usr/local/python.-m#ipykernel_launcher + > Interpreter Id = /usr/local/bin/python + > at ChildProcess. (~/app/code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/extension.node.js:24:91039) + > stdErr = /usr/local/bin/python: No module named ipykernel_launcher +17:32:20.279 [info] Process Execution: /usr/local/bin/python -c "import ipykernel;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" +17:32:20.295 [info] Check & install missing Kernel dependencies for /usr/local/bin/python, ui.disabled=false for resource '~/app/torrent.ipynb' +17:32:20.303 [info] Process Execution: /usr/local/bin/python -c "import ipykernel;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" +17:32:20.321 [info] Process Execution: /usr/local/bin/python -c "import pip;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" +17:32:20.825 [info] Process Execution: /usr/local/bin/python -c "import pip;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" +17:32:20.855 [info] Process Execution: /usr/local/bin/python -m pip install -U --user ipykernel +17:32:30.287 [info] Process Execution: /usr/local/bin/python -c "import ipykernel;print('6af208d0-cb9c-427f-b937-ff563e17efdf')" +17:32:30.490 [info] Process Execution: /usr/local/bin/python -m pip list +17:32:30.492 [info] Dispose Kernel '~/app/torrent.ipynb' associated with '~/app/torrent.ipynb' +17:32:30.494 [info] Starting Kernel startUsingPythonInterpreter, .jvsc74a57bd0949777d72b0d2535278d3dc13498b2535136f6dfe0678499012e853ee9abcab1./usr/local/python./usr/local/python.-m#ipykernel_launcher (Python Path: /usr/local/bin/python, Unknown, 3.9.18) for '~/app/torrent.ipynb' (disableUI=false) +17:32:30.505 [info] Process Execution: /usr/local/bin/python -c "import ipykernel; print(ipykernel.__version__); print("5dc3a68c-e34e-4080-9c3e-2a532b2ccb4d"); print(ipykernel.__file__)" +17:32:30.520 [info] Process Execution: /usr/local/bin/python -m ipykernel_launcher --ip=127.0.0.1 --stdin=9011 --control=9009 --hb=9008 --Session.signature_scheme="hmac-sha256" --Session.key=b"39cc9677-f430-4322-bf32-9ce16a70fbbc" --shell=9010 --transport="tcp" --iopub=9012 --f=~/.local/share/jupyter/runtime/kernel-v2-12928tBUxqgPlfAat.json + > cwd: ~/app +17:32:30.796 [info] ipykernel version & path 6.25.2, ~/.local/lib/python3.9/site-packages/ipykernel/__init__.py for /usr/local/bin/python +17:32:31.445 [info] Kernel acknowledged execution of cell 0 @ 1696095151441 +17:32:31.685 [info] End cell 0 execution @ 1696095151682, started @ 1696095151441, elapsed time = 0.241s +17:32:31.735 [info] Handle Execution of Cells 1 for ~/app/torrent.ipynb +17:32:31.743 [info] Kernel acknowledged execution of cell 1 @ 1696095151738 +17:32:32.288 [info] End cell 1 execution @ 1696095152285, started @ 1696095151738, elapsed time = 0.547s +17:32:32.288 [warn] Cancel all remaining cells due to cancellation or failure in execution +17:32:49.558 [info] Handle Execution of Cells 1 for ~/app/torrent.ipynb +17:32:49.570 [info] Kernel acknowledged execution of cell 1 @ 1696095169565 +17:32:49.573 [info] End cell 1 execution @ 1696095169570, started @ 1696095169565, elapsed time = 0.005s +17:32:59.734 [info] Handle Execution of Cells 2 for ~/app/torrent.ipynb +17:32:59.740 [info] Kernel acknowledged execution of cell 2 @ 1696095179737 +17:33:11.939 [info] Handle Execution of Cells 3 for ~/app/torrent.ipynb +17:36:07.357 [info] End cell 2 execution @ 1696095367354, started @ 1696095179737, elapsed time = 187.617s +17:36:07.362 [info] Kernel acknowledged execution of cell 3 @ 1696095367359 +17:36:32.053 [info] End cell 3 execution @ 1696095392050, started @ 1696095367359, elapsed time = 24.691s +18:54:37.694 [info] Start refreshing Interpreter Kernel Picker +18:54:37.695 [info] Start refreshing Kernel Picker (1696100077695) +18:54:38.732 [info] End refreshing Kernel Picker (1696100077695) diff --git a/code-server/logs/20230928T202203/exthost6/output_logging_20230930T173141/2-Jupyter Server Console.log b/code-server/logs/20230928T202203/exthost6/output_logging_20230930T173141/2-Jupyter Server Console.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/code-server/logs/20230928T202203/exthost6/output_logging_20230930T173141/3-Python Test Log.log b/code-server/logs/20230928T202203/exthost6/output_logging_20230930T173141/3-Python Test Log.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/code-server/logs/20230928T202203/exthost6/remoteexthost.log b/code-server/logs/20230928T202203/exthost6/remoteexthost.log new file mode 100644 index 0000000000000000000000000000000000000000..a809baebe31da7542bf0c86ad9953c555ba57562 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost6/remoteexthost.log @@ -0,0 +1,26 @@ +2023-09-30 17:31:41.323 [info] Extension host with pid 12928 started +2023-09-30 17:31:41.325 [error] Error: EEXIST: file already exists, open '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock' +2023-09-30 17:31:41.327 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': Could not acquire lock, checking if the file is stale. +2023-09-30 17:31:41.331 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': The lockfile is scheduled to be released in 2656 ms. +2023-09-30 17:31:41.438 [info] ExtensionService#_doActivateExtension vscode.emmet, startup: false, activationEvent: 'onLanguage' +2023-09-30 17:31:42.439 [info] ExtensionService#_doActivateExtension vscode.git-base, startup: true, activationEvent: '*', root cause: vscode.git +2023-09-30 17:31:43.067 [error] Error: ENOENT: no such file or directory, stat '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock' +2023-09-30 17:31:43.067 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': Deleting a stale lock. +2023-09-30 17:31:43.070 [info] Lock '/home/linuxbrew/app/code-server/User/workspaceStorage/-10b609d8/vscode.lock': Lock acquired. +2023-09-30 17:31:43.119 [info] ExtensionService#_doActivateExtension vscode.git, startup: true, activationEvent: '*' +2023-09-30 17:31:43.119 [info] ExtensionService#_doActivateExtension vscode.github, startup: true, activationEvent: '*' +2023-09-30 17:31:43.407 [info] Eager extensions activated +2023-09-30 17:31:43.408 [info] ExtensionService#_doActivateExtension vscode.debug-auto-launch, startup: false, activationEvent: 'onStartupFinished' +2023-09-30 17:31:43.408 [info] ExtensionService#_doActivateExtension vscode.merge-conflict, startup: false, activationEvent: 'onStartupFinished' +2023-09-30 17:31:43.911 [info] ExtensionService#_doActivateExtension vscode.tunnel-forwarding, startup: false, activationEvent: 'onTunnel' +2023-09-30 17:31:59.625 [info] ExtensionService#_doActivateExtension vscode.ipynb, startup: false, activationEvent: 'onNotebookSerializer:jupyter-notebook' +2023-09-30 17:31:59.879 [info] ExtensionService#_doActivateExtension ms-toolsai.jupyter, startup: false, activationEvent: 'onNotebook:jupyter-notebook' +2023-09-30 17:31:59.880 [info] ExtensionService#_doActivateExtension ms-toolsai.vscode-jupyter-cell-tags, startup: false, activationEvent: 'onNotebook:jupyter-notebook' +2023-09-30 17:31:59.880 [info] ExtensionService#_doActivateExtension ms-toolsai.vscode-jupyter-slideshow, startup: false, activationEvent: 'onNotebook:jupyter-notebook' +2023-09-30 17:31:59.880 [info] ExtensionService#_doActivateExtension ms-toolsai.jupyter-renderers, startup: false, activationEvent: 'onNotebook:*' +2023-09-30 17:32:00.112 [info] ExtensionService#_doActivateExtension ms-python.python, startup: false, activationEvent: 'onLanguage:python' +2023-09-30 17:32:02.326 [error] Error: Module 'pip' not installed. + at Jd.execModule (/home/linuxbrew/app/code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/extension.node.js:7:40513) + at process.processTicksAndRejections (node:internal/process/task_queues:95:5) + at async Ed.getPackageInformation (/home/linuxbrew/app/code-server/extensions/ms-toolsai.jupyter-2023.7.100-universal/out/extension.node.js:7:31745) +2023-09-30 19:11:43.906 [info] ExtensionService#_doActivateExtension vscode.npm, startup: false, activationEvent: 'onTerminalQuickFixRequest:ms-vscode.npm-command' diff --git a/code-server/logs/20230928T202203/exthost6/vscode.git/Git.log b/code-server/logs/20230928T202203/exthost6/vscode.git/Git.log new file mode 100644 index 0000000000000000000000000000000000000000..3e481b06951004d5e88145b397d99c45d1c8915d --- /dev/null +++ b/code-server/logs/20230928T202203/exthost6/vscode.git/Git.log @@ -0,0 +1,29 @@ +2023-09-30 17:31:43.514 [info] Log level: Info +2023-09-30 17:31:43.514 [info] Validating found git in: "git" +2023-09-30 17:31:43.514 [info] Using git "2.39.2" from "git" +2023-09-30 17:31:43.514 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 17:31:43.514 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:43.514 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 17:31:43.514 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:43.514 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 17:31:43.514 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:43.514 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 17:31:43.514 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:43.514 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 17:31:43.514 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:43.514 [info] > git rev-parse --show-toplevel [2ms] +2023-09-30 17:31:43.514 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:43.519 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 17:31:43.519 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 17:31:43.525 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 17:31:43.525 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 18:54:34.793 [info] > git rev-parse --show-toplevel [9ms] +2023-09-30 18:54:34.796 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 18:56:35.227 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 18:56:35.227 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 18:57:47.221 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 18:57:47.221 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 18:59:04.081 [info] > git rev-parse --show-toplevel [1ms] +2023-09-30 18:59:04.081 [info] fatal: not a git repository (or any of the parent directories): .git +2023-09-30 19:07:20.844 [info] > git rev-parse --show-toplevel [0ms] +2023-09-30 19:07:20.844 [info] fatal: not a git repository (or any of the parent directories): .git diff --git a/code-server/logs/20230928T202203/exthost6/vscode.github/GitHub.log b/code-server/logs/20230928T202203/exthost6/vscode.github/GitHub.log new file mode 100644 index 0000000000000000000000000000000000000000..cb44508dc5b5e115528abd5f518f77523b20c402 --- /dev/null +++ b/code-server/logs/20230928T202203/exthost6/vscode.github/GitHub.log @@ -0,0 +1 @@ +2023-09-30 17:31:43.519 [info] Log level: Info diff --git a/code-server/logs/20230928T202203/network.log b/code-server/logs/20230928T202203/network.log new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/code-server/logs/20230928T202203/ptyhost.log b/code-server/logs/20230928T202203/ptyhost.log new file mode 100644 index 0000000000000000000000000000000000000000..5fc66466009712366519d63184427e0a72078bd1 --- /dev/null +++ b/code-server/logs/20230928T202203/ptyhost.log @@ -0,0 +1,22 @@ +2023-09-28 20:43:06.381 [info] Expanding terminal instance, old id -10b609d8-1 -> new id undefined +2023-09-28 20:43:11.450 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2023-09-28 20:43:11.451 [info] Persistent process reconnection "1" +2023-09-28 20:43:11.521 [info] Persistent process "1": Replaying 13208 chars and 1 size events +2023-09-29 02:33:33.699 [info] Expanding terminal instance, old id -10b609d8-1 -> new id undefined +2023-09-29 02:33:33.701 [info] Expanding terminal instance, old id -10b609d8-2 -> new id undefined +2023-09-30 17:31:24.327 [info] Expanding terminal instance, old id -10b609d8-1 -> new id undefined +2023-09-30 17:31:24.353 [info] Expanding terminal instance, old id -10b609d8-2 -> new id undefined +2023-09-30 17:31:29.515 [warning] Persistent process "2": Process had no disconnect runners but was an orphan +2023-09-30 17:31:29.515 [info] Persistent process reconnection "2" +2023-09-30 17:31:29.516 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2023-09-30 17:31:29.516 [info] Persistent process reconnection "1" +2023-09-30 17:31:30.094 [info] Persistent process "2": Replaying 8038 chars and 1 size events +2023-09-30 17:31:30.151 [info] Persistent process "1": Replaying 7959 chars and 1 size events +2023-09-30 17:31:41.725 [info] Expanding terminal instance, old id -10b609d8-1 -> new id undefined +2023-09-30 17:31:41.726 [info] Expanding terminal instance, old id -10b609d8-2 -> new id undefined +2023-09-30 17:31:43.053 [warning] Persistent process "2": Process had no disconnect runners but was an orphan +2023-09-30 17:31:43.053 [info] Persistent process reconnection "2" +2023-09-30 17:31:43.053 [warning] Persistent process "1": Process had no disconnect runners but was an orphan +2023-09-30 17:31:43.053 [info] Persistent process reconnection "1" +2023-09-30 17:31:43.103 [info] Persistent process "2": Replaying 8038 chars and 1 size events +2023-09-30 17:31:43.107 [info] Persistent process "1": Replaying 6717 chars and 1 size events diff --git a/code-server/logs/20230928T202203/remoteagent.log b/code-server/logs/20230928T202203/remoteagent.log new file mode 100644 index 0000000000000000000000000000000000000000..81d1e31b02a8c9daeda6b01e3ec1675d7033bd41 --- /dev/null +++ b/code-server/logs/20230928T202203/remoteagent.log @@ -0,0 +1,479 @@ +2023-09-28 20:22:03.274 [info] + + + + +2023-09-28 20:22:03.291 [info] Extension host agent started. +2023-09-28 20:22:03.434 [error] [10.16.46.47][0cd9cd20][ManagementConnection] Unknown reconnection token (never seen). +2023-09-28 20:22:03.526 [error] [10.16.38.82][4f74b373][ExtensionHostConnection] Unknown reconnection token (never seen). +2023-09-28 20:27:04.771 [info] [10.16.38.82][5a3ae679][ManagementConnection] New connection established. +2023-09-28 20:27:05.557 [info] [10.16.46.47][d8222cf1][ExtensionHostConnection] New connection established. +2023-09-28 20:27:05.630 [info] [10.16.46.47][d8222cf1][ExtensionHostConnection] <44> Launched Extension Host Process. +2023-09-28 20:27:26.275 [info] [10.16.46.47][d8222cf1][ExtensionHostConnection] The client has reconnected. +2023-09-28 20:27:46.119 [info] [10.16.38.82][d8222cf1][ExtensionHostConnection] The client has reconnected. +2023-09-28 20:28:16.370 [warning] Using the in-memory credential store as the operating system's credential store could not be accessed. Please see https://aka.ms/vscode-server-keyring on how to set this up. Details: libsecret-1.so.0: cannot open shared object file: No such file or directory +2023-09-28 20:43:02.843 [info] [10.16.38.82][5a3ae679][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2023-09-28 20:43:02.847 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 + at runNextTicks (node:internal/process/task_queues:60:5) + at listOnTimeout (node:internal/timers:538:9) + at process.processTimers (node:internal/timers:512:7) +2023-09-28 20:43:02.849 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-28 20:43:02.849 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-28 20:43:02.849 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-28 20:43:02.849 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-28 20:43:02.849 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-28 20:43:02.849 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-28 20:43:02.849 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-28 20:43:02.849 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-28 20:43:02.849 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-28 20:43:02.849 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-28 20:43:02.849 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-28 20:43:04.128 [info] [10.16.46.47][24c7f7ec][ManagementConnection] New connection established. +2023-09-28 20:43:05.102 [info] [10.16.46.47][1a4a338b][ExtensionHostConnection] New connection established. +2023-09-28 20:43:05.109 [info] [10.16.46.47][1a4a338b][ExtensionHostConnection] <8183> Launched Extension Host Process. +2023-09-28 20:43:07.875 [info] [10.16.38.82][d8222cf1][ExtensionHostConnection] <44> Extension Host Process exited with code: 0, signal: null. +2023-09-29 02:33:28.650 [info] [10.16.38.82][6ebcf7b1][ManagementConnection] New connection established. +2023-09-29 02:33:31.162 [info] [10.16.46.47][70ee3cd3][ExtensionHostConnection] New connection established. +2023-09-29 02:33:31.173 [info] [10.16.46.47][70ee3cd3][ExtensionHostConnection] <23491> Launched Extension Host Process. +2023-09-29 02:33:34.868 [warning] RequestStore#acceptReply was called without receiving a matching request 78 +2023-09-29 02:33:34.868 [warning] RequestStore#acceptReply was called without receiving a matching request 79 +2023-09-29 02:33:34.868 [warning] RequestStore#acceptReply was called without receiving a matching request 80 +2023-09-29 02:33:34.868 [warning] RequestStore#acceptReply was called without receiving a matching request 81 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 82 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 83 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 84 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 85 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 86 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 87 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 88 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 89 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 90 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 91 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 92 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 93 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 94 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 95 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 96 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 97 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 98 +2023-09-29 02:33:34.869 [warning] RequestStore#acceptReply was called without receiving a matching request 99 +2023-09-29 02:33:40.839 [info] [10.16.46.47][70ee3cd3][ExtensionHostConnection] <23491> Extension Host Process exited with code: 0, signal: null. +2023-09-29 02:33:51.904 [info] [10.16.46.47][9b149885][ManagementConnection] New connection established. +2023-09-29 02:33:54.459 [info] [10.16.46.47][f63fcfb7][ExtensionHostConnection] New connection established. +2023-09-29 02:33:54.466 [info] [10.16.46.47][f63fcfb7][ExtensionHostConnection] <23579> Launched Extension Host Process. +2023-09-29 02:33:54.875 [info] [10.16.46.47][9b149885][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2023-09-29 02:33:54.876 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 02:33:54.878 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 02:33:54.878 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 02:33:54.878 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 02:33:54.878 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 02:33:54.878 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 02:33:54.878 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 02:33:54.878 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 02:33:54.878 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 05:34:03.634 [info] [10.16.46.47][f63fcfb7][ExtensionHostConnection] <23579> Extension Host Process exited with code: 0, signal: null. +2023-09-29 06:27:54.525 [info] [10.16.46.47][24c7f7ec][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2023-09-29 06:27:54.526 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 + at runNextTicks (node:internal/process/task_queues:60:5) + at listOnTimeout (node:internal/timers:538:9) + at process.processTimers (node:internal/timers:512:7) +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.528 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.529 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:54.530 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 +2023-09-29 06:27:59.621 [info] [10.16.46.47][1a4a338b][ExtensionHostConnection] <8183> Extension Host Process exited with code: 0, signal: null. +2023-09-30 17:31:21.567 [info] [10.16.31.122][5744e24a][ManagementConnection] New connection established. +2023-09-30 17:31:22.550 [info] [10.16.4.134][8e6d7f4d][ExtensionHostConnection] New connection established. +2023-09-30 17:31:22.585 [info] [10.16.4.134][8e6d7f4d][ExtensionHostConnection] <12838> Launched Extension Host Process. +2023-09-30 17:31:37.987 [info] [10.16.31.122][5744e24a][ManagementConnection] The client has disconnected gracefully, so the connection will be disposed. +2023-09-30 17:31:37.988 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 + at runNextTicks (node:internal/process/task_queues:60:5) + at listOnTimeout (node:internal/timers:538:9) + at process.processTimers (node:internal/timers:512:7) +2023-09-30 17:31:37.989 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 + at runNextTicks (node:internal/process/task_queues:60:5) + at listOnTimeout (node:internal/timers:538:9) + at process.processTimers (node:internal/timers:512:7) +2023-09-30 17:31:37.989 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 + at runNextTicks (node:internal/process/task_queues:60:5) + at listOnTimeout (node:internal/timers:538:9) + at process.processTimers (node:internal/timers:512:7) +2023-09-30 17:31:37.989 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 + at runNextTicks (node:internal/process/task_queues:60:5) + at listOnTimeout (node:internal/timers:538:9) + at process.processTimers (node:internal/timers:512:7) +2023-09-30 17:31:37.989 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 + at runNextTicks (node:internal/process/task_queues:60:5) + at listOnTimeout (node:internal/timers:538:9) + at process.processTimers (node:internal/timers:512:7) +2023-09-30 17:31:37.989 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 + at runNextTicks (node:internal/process/task_queues:60:5) + at listOnTimeout (node:internal/timers:538:9) + at process.processTimers (node:internal/timers:512:7) +2023-09-30 17:31:37.989 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 + at runNextTicks (node:internal/process/task_queues:60:5) + at listOnTimeout (node:internal/timers:538:9) + at process.processTimers (node:internal/timers:512:7) +2023-09-30 17:31:37.989 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 + at runNextTicks (node:internal/process/task_queues:60:5) + at listOnTimeout (node:internal/timers:538:9) + at process.processTimers (node:internal/timers:512:7) +2023-09-30 17:31:37.990 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 + at runNextTicks (node:internal/process/task_queues:60:5) + at listOnTimeout (node:internal/timers:538:9) + at process.processTimers (node:internal/timers:512:7) +2023-09-30 17:31:37.990 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 + at runNextTicks (node:internal/process/task_queues:60:5) + at listOnTimeout (node:internal/timers:538:9) + at process.processTimers (node:internal/timers:512:7) +2023-09-30 17:31:37.990 [error] Error: Throttler is disposed + at c.queue (/usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:13689) + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:15275 + at /usr/lib/code-server/lib/vscode/out/vs/server/node/server.main.js:67:14911 + at runNextTicks (node:internal/process/task_queues:60:5) + at listOnTimeout (node:internal/timers:538:9) + at process.processTimers (node:internal/timers:512:7) +2023-09-30 17:31:39.659 [info] [10.16.4.134][5519060a][ManagementConnection] New connection established. +2023-09-30 17:31:40.386 [info] [10.16.4.134][d56aa1c8][ExtensionHostConnection] New connection established. +2023-09-30 17:31:40.395 [info] [10.16.4.134][d56aa1c8][ExtensionHostConnection] <12928> Launched Extension Host Process. +2023-09-30 17:31:43.007 [info] [10.16.4.134][8e6d7f4d][ExtensionHostConnection] <12838> Extension Host Process exited with code: 0, signal: null. diff --git a/pssh.sh b/pssh.sh new file mode 100644 index 0000000000000000000000000000000000000000..a11de5e302f97da1331067d65423c95be932fd6f --- /dev/null +++ b/pssh.sh @@ -0,0 +1,15 @@ +#! /bin/bash +pad="${1:-1}" +rport="${2:-18123}" +fen="${3:-nplfen01}" +port="${4:-2222}" + +tinyproxy -d -c ~/app/tproxy.conf & +ssh \ +-L $port:localhost:"$port" \ +-R $rport:localhost:"$rport" \ +-tt DLTMhssn@blp0"$pad".ccni.rpi.edu \ +ssh \ +-L "$port":localhost:22 \ +-R $rport:localhost:"$rport" \ +"$fen" \ No newline at end of file diff --git a/torrent.ipynb b/torrent.ipynb index b3f0744285481ab13c8678251bb5ce8e9010b1ae..896d97b56877a138aa1ad3a0d1078625b630da6b 100644 --- a/torrent.ipynb +++ b/torrent.ipynb @@ -2,14 +2,14 @@ "cells": [ { "cell_type": "code", - "execution_count": 2, + "execution_count": 1, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "/home/user/downloads\n" + "/home/linuxbrew/downloads\n" ] } ], @@ -20,25 +20,25 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 3, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "Writing /home/user/links.txt\n" + "Writing /home/linuxbrew/links.txt\n" ] } ], "source": [ - "%%writefile /home/user/links.txt\n", - "magnet:?xt=urn:btih:625093d34c60a7c64f2ed1a770b4ab80cdae0c61&dn=Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451&tr=udp%3A%2F%2Ftracker.moeking.me%3A6969&tr=udp%3A%2F%2Fopentracker.i2p.rocks%3A6969&tr=udp%3A%2F%2Fopen.tracker.cl%3A1337&tr=udp%3A%2F%2Fexodus.desync.com%3A6969" + "%%writefile /home/linuxbrew/links.txt\n", + "magnet:?xt=urn:btih:a437eb6825720e780c4c33063476499ec6b57276&dn=Horrible+Bosses+(2011)+1080p+BrRip+X264:+YIFY&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451&tr=udp%3A%2F%2Ftracker.moeking.me%3A6969&tr=udp%3A%2F%2Fopentracker.i2p.rocks%3A6969&tr=udp%3A%2F%2Fopen.tracker.cl%3A1337&tr=udp%3A%2F%2Fexodus.desync.com%3A6969" ] }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -46,66 +46,48 @@ "output_type": "stream", "text": [ "\n", - "09/28 05:13:09 [\u001b[1;32mNOTICE\u001b[0m] Downloading 1 item(s)\n", + "09/30 17:32:59 [\u001b[1;32mNOTICE\u001b[0m] Downloading 1 item(s)\n", "\n", - "09/28 05:13:09 [\u001b[1;31mERROR\u001b[0m] Exception caught while loading DHT routing table from /home/user/.cache/aria2/dht.dat\n", - "Exception: [DHTRoutingTableDeserializer.cc:82] errorCode=1 Failed to load DHT routing table from /home/user/.cache/aria2/dht.dat\n", + "09/30 17:33:00 [\u001b[1;31mERROR\u001b[0m] Exception caught while loading DHT routing table from /home/linuxbrew/.cache/aria2/dht.dat\n", + "Exception: [DHTRoutingTableDeserializer.cc:82] errorCode=1 Failed to load DHT routing table from /home/linuxbrew/.cache/aria2/dht.dat\n", "\n", - "09/28 05:13:09 [\u001b[1;32mNOTICE\u001b[0m] IPv4 DHT: listening on UDP port 6989\n", + "09/30 17:33:00 [\u001b[1;32mNOTICE\u001b[0m] IPv4 DHT: listening on UDP port 6976\n", "\n", - "09/28 05:13:09 [\u001b[1;32mNOTICE\u001b[0m] IPv4 BitTorrent: listening on TCP port 6910\n", + "09/30 17:33:00 [\u001b[1;32mNOTICE\u001b[0m] IPv4 BitTorrent: listening on TCP port 6964\n", "\n", - "09/28 05:13:09 [\u001b[1;32mNOTICE\u001b[0m] IPv6 BitTorrent: listening on TCP port 6910\n", - "\u001b[35m[\u001b[0m#0df142 28KiB/28KiB\u001b[36m(100%)\u001b[0m CN:11 SD:1\u001b[35m]\u001b[0m\u001b[0m \n", - "09/28 05:13:11 [\u001b[1;32mNOTICE\u001b[0m] Download complete: [MEMORY][METADATA]Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG\n", - " *** Download Progress Summary as of Thu Sep 28 05:14:09 2023 *** 6m3.7KiB\u001b[0m(656KiB) ETA:\u001b[33m25m54s\u001b[0m\u001b[35m]\u001b[0m\u001b[0mmm\n", + "09/30 17:33:00 [\u001b[1;32mNOTICE\u001b[0m] IPv6 BitTorrent: listening on TCP port 6964\n", + "\u001b[35m[\u001b[0m#6e3e30 14KiB/14KiB\u001b[36m(100%)\u001b[0m CN:43 SD:1\u001b[35m]\u001b[0m\u001b[0m \n", + "09/30 17:33:03 [\u001b[1;32mNOTICE\u001b[0m] Download complete: [MEMORY][METADATA]Horrible+Bosses+(2011)+1080p+BrRip+X264:+YIFY\n", + " *** Download Progress Summary as of Sat Sep 30 17:34:00 2023 *** [36m6.2KiB\u001b[0m(128KiB) ETA:\u001b[33m1h8m38s\u001b[0m\u001b[35m]\u001b[0m\u001b[0m\n", "===============================================================================\n", - "[#444c5a 33MiB/1.4GiB(2%) CN:8 SD:2 DL:0.9MiB UL:5.0KiB(672KiB) ETA:25m24s]\n", - "FILE: /home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv (1more)\n", + "[#fa212b 21MiB/1.4GiB(1%) CN:30 SD:12 DL:385KiB UL:5.4KiB(128KiB) ETA:1h4m30s]\n", + "FILE: /home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]/Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4 (1more)\n", "-------------------------------------------------------------------------------\n", "\n", - " *** Download Progress Summary as of Thu Sep 28 05:15:10 2023 *** 6m16KiB\u001b[0m(0.9MiB) ETA:\u001b[33m18m36s\u001b[0m\u001b[35m]\u001b[0m\u001b[0mmm\n", + " *** Download Progress Summary as of Sat Sep 30 17:35:01 2023 *** \u001b[36m0B\u001b[0m(320KiB) ETA:\u001b[33m1m14s\u001b[0m\u001b[35m]\u001b[0m\u001b[0m\u001b[0mm\n", "===============================================================================\n", - "[#444c5a 98MiB/1.4GiB(6%) CN:4 SD:3 DL:1.2MiB UL:14KiB(0.9MiB) ETA:17m24s]\n", - "FILE: /home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv (1more)\n", + "[#fa212b 389MiB/1.4GiB(26%) CN:42 SD:12 DL:11MiB UL:0B(320KiB) ETA:1m32s]\n", + "FILE: /home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]/Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4 (1more)\n", "-------------------------------------------------------------------------------\n", "\n", - " *** Download Progress Summary as of Thu Sep 28 05:16:10 2023 *** [36m13KiB\u001b[0m(1.3MiB) ETA:\u001b[33m4m32s\u001b[0m\u001b[35m]\u001b[0m\u001b[0m0m\n", + " *** Download Progress Summary as of Sat Sep 30 17:36:05 2023 *** \u001b[36m5.9KiB\u001b[0m(464KiB)\u001b[35m]\u001b[0m\u001b[0m0m\u001b[35m]\u001b[0m\u001b[0mm\n", "===============================================================================\n", - "[#444c5a 261MiB/1.4GiB(18%) CN:9 SD:3 DL:4.2MiB UL:12KiB(1.3MiB) ETA:4m34s]\n", - "FILE: /home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv (1more)\n", + "[#fa212b 1.4GiB/1.4GiB(99%) CN:38 SD:11 DL:12MiB UL:0B(464KiB)]\n", + "FILE: /home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]/Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4 (1more)\n", "-------------------------------------------------------------------------------\n", "\n", - " *** Download Progress Summary as of Thu Sep 28 05:17:11 2023 *** [36m3.8KiB\u001b[0m(1.5MiB) ETA:\u001b[33m3m40s\u001b[0m\u001b[35m]\u001b[0m\u001b[0mm\n", - "===============================================================================\n", - "[#444c5a 504MiB/1.4GiB(35%) CN:13 SD:3 DL:4.7MiB UL:3.4KiB(1.5MiB) ETA:3m17s]\n", - "FILE: /home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv (1more)\n", - "-------------------------------------------------------------------------------\n", + "\u001b[35m[\u001b[0m#fa212b 1.4GiB/1.4GiB\u001b[36m(99%)\u001b[0m CN:38 SD:11 DL:\u001b[32m12MiB\u001b[0m UL:\u001b[36m0B\u001b[0m(464KiB)\u001b[35m]\u001b[0m\u001b[0m\n", + "09/30 17:36:05 [\u001b[1;32mNOTICE\u001b[0m] Seeding is over.\n", + "\u001b[35m[\u001b[0m#fa212b SEED(0.0) CN:34 SD:2 UL:\u001b[36m0B\u001b[0m(464KiB)\u001b[35m]\u001b[0m\u001b[0m \n", + "09/30 17:36:06 [\u001b[1;32mNOTICE\u001b[0m] Download complete: /home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]\n", "\n", - " *** Download Progress Summary as of Thu Sep 28 05:18:11 2023 *** \u001b[36m0B\u001b[0m(1.8MiB) ETA:\u001b[33m1m33s\u001b[0m\u001b[35m]\u001b[0m\u001b[0m\u001b[0m\n", - "===============================================================================\n", - "[#444c5a 851MiB/1.4GiB(59%) CN:11 SD:3 DL:6.5MiB UL:0B(1.8MiB) ETA:1m29s]\n", - "FILE: /home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv (1more)\n", - "-------------------------------------------------------------------------------\n", - "\n", - " *** Download Progress Summary as of Thu Sep 28 05:19:12 2023 *** \u001b[36m0B\u001b[0m(2.2MiB) ETA:\u001b[33m36s\u001b[0m\u001b[35m]\u001b[0m\u001b[0m\u001b[0mmm\n", - "===============================================================================\n", - "[#444c5a 1.2GiB/1.4GiB(86%) CN:12 SD:3 DL:4.8MiB UL:0B(2.2MiB) ETA:39s]\n", - "FILE: /home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv (1more)\n", - "-------------------------------------------------------------------------------\n", - "\n", - "\u001b[35m[\u001b[0m#444c5a 1.4GiB/1.4GiB\u001b[36m(99%)\u001b[0m CN:14 SD:3 DL:\u001b[32m5.4MiB\u001b[0m UL:\u001b[36m6.0KiB\u001b[0m(2.4MiB)\u001b[35m]\u001b[0m\u001b[0m0m\u001b[35m]\u001b[0m\u001b[0mm\n", - "09/28 05:19:50 [\u001b[1;32mNOTICE\u001b[0m] Seeding is over.\n", - "\u001b[35m[\u001b[0m#444c5a SEED(0.0) CN:11 SD:0 UL:\u001b[36m5.2KiB\u001b[0m(2.4MiB)\u001b[35m]\u001b[0m\u001b[0m\n", - "09/28 05:19:52 [\u001b[1;32mNOTICE\u001b[0m] Download complete: /home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]\n", - "\n", - "09/28 05:19:52 [\u001b[1;32mNOTICE\u001b[0m] Your share ratio was 0.0, uploaded/downloaded=2.4MiB/1.4GiB\n", + "09/30 17:36:06 [\u001b[1;32mNOTICE\u001b[0m] Your share ratio was 0.0, uploaded/downloaded=464KiB/1.4GiB\n", "\u001b[0m \n", "Download Results:\n", "gid |stat|avg speed |path/URI\n", "======+====+===========+=======================================================\n", - "0df142|\u001b[1;32mOK\u001b[0m | 0B/s|[MEMORY][METADATA]Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG\n", - "444c5a|\u001b[1;32mOK\u001b[0m | 3.5MiB/s|/home/user/downloads/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG[TGx]/Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv (1more)\n", + "6e3e30|\u001b[1;32mOK\u001b[0m | 0B/s|[MEMORY][METADATA]Horrible+Bosses+(2011)+1080p+BrRip+X264:+YIFY\n", + "fa212b|\u001b[1;32mOK\u001b[0m | 8.2MiB/s|/home/linuxbrew/downloads/Horrible Bosses (2011) [1080p]/Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4 (1more)\n", "\n", "Status Legend:\n", "(OK):download completed.\n" @@ -113,12 +95,12 @@ } ], "source": [ - "!aria2c --seed-time=0 -i /home/user/links.txt" + "!aria2c --seed-time=0 -i /home/linuxbrew/links.txt" ] }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 5, "metadata": {}, "outputs": [ { @@ -127,14 +109,17 @@ "text": [ "/usr/local/lib/python3.9/site-packages/tqdm/auto.py:21: TqdmWarning: IProgress not found. Please update jupyter and ipywidgets. See https://ipywidgets.readthedocs.io/en/stable/user_install.html\n", " from .autonotebook import tqdm as notebook_tqdm\n", - "Annabelle.Creation.2017.1080p.WEBRip.1400MB.DD5.1.x264-GalaxyRG.mkv: 100%|██████████| 1.51G/1.51G [00:26<00:00, 55.9MB/s]\n" + "Horrible.Bosses.2011.1080p.BluRay.x264.YIFY.mp4: 0%| | 0.00/1.55G [00:00