Skip to content

Commit

Permalink
Added views and logo
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Aug 13, 2024
1 parent 212b817 commit 1c8b855
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 2 deletions.
26 changes: 25 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1469,6 +1469,7 @@
"when": "!virtualWorkspace && shellExecutionSupported"
}
],

"yamlValidation": [
{
"fileMatch": ".condarc",
Expand All @@ -1482,7 +1483,30 @@
"fileMatch": "meta.yaml",
"url": "./schemas/conda-meta.json"
}
]
],
"viewsContainers": {
"activitybar": [
{
"id": "python-environments",
"title": "%python.views.activityBar.title%",
"icon": "resources/logo.svg"
}
]
},
"views": {
"python-environments": [
{
"id": "python-projects-scripts",
"name": "%python.views.treeView.projectsAndScripts.title%",
"icon": "resources/logo.svg"
},
{
"id": "python-environment-managers",
"name": "%python.views.treeView.environmentManagers.title%",
"icon": "resources/logo.svg"
}
]
}
},
"scripts": {
"package": "gulp clean && gulp prePublishBundle && vsce package -o ms-python-insiders.vsix",
Expand Down
5 changes: 4 additions & 1 deletion package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,12 @@
"python.testing.unittestEnabled.description": "Enable testing using unittest.",
"python.venvFolders.description": "Folders in your home directory to look into for virtual environments (supports pyenv, direnv and virtualenvwrapper by default).",
"python.venvPath.description": "Path to folder with a list of Virtual Environments (e.g. ~/.pyenv, ~/Envs, ~/.virtualenvs).",
"python.views.activityBar.title": "Python Environments",
"python.views.treeView.projectsAndScripts.title": "Workspaces, Projects, and Scripts",
"python.views.treeView.environmentManagers.title": "Environment Managers",
"walkthrough.pythonWelcome.title": "Get Started with Python Development",
"walkthrough.pythonWelcome.description": "Your first steps to set up a Python project with all the powerful tools and features that the Python extension has to offer!",
"walkthrough.step.python.createPythonFile.title": "Create a Python file",
"walkthrough.step.python.createPythonFile.title": "Create a Python file",
"walkthrough.step.python.createPythonFolder.title": "Open a Python project folder",
"walkthrough.step.python.createPythonFile.description": {
"message": "[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)",
Expand Down
19 changes: 19 additions & 0 deletions resources/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1c8b855

Please sign in to comment.