Skip to content

Instantly share code, notes, and snippets.

@Sygyzmundovych
Created June 5, 2024 19:16
Show Gist options
  • Save Sygyzmundovych/1938132cf5810680c25f675fe3810630 to your computer and use it in GitHub Desktop.
Save Sygyzmundovych/1938132cf5810680c25f675fe3810630 to your computer and use it in GitHub Desktop.
BAS profile for SAP HANA and Python
{"name":"HANAwPy","icon":"snake","snippets":"{\"snippets\":{\"python.json\":\"{\\n\\t// Place your snippets for python here. Each snippet is defined under a snippet name and has a prefix, body and \\n\\t// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:\\n\\t// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the \\n\\t// same ids are connected.\\n\\t// Example:\\n\\n\\t\\\"Print to console\\\": {\\n\\t\\t\\\"prefix\\\": \\\"clog\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"console.log('$1');\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t},\\n\\t\\\"Connect to SAP HANA\\\": {\\n\\t\\t\\\"prefix\\\": \\\"saphana_connect\\\",\\n\\t\\t\\\"body\\\": [\\n\\t\\t\\t\\\"cc = __import__('hana_ml').dataframe.ConnectionContext(userkey='DevChallenger2406', encrypt=True)\\\"\\n\\t\\t],\\n\\t\\t\\\"description\\\": \\\"Log output to console\\\"\\n\\t}\\n\\n}\"}}","extensions":"[{\"identifier\":{\"id\":\"sapse.cicd-extension\"},\"displayName\":\"SAP Continuous Integration and Delivery\",\"disabled\":true},{\"identifier\":{\"id\":\"eamodio.gitlens\"},\"displayName\":\"GitLens — Git supercharged\",\"disabled\":true},{\"identifier\":{\"id\":\"saposs.guided-development\"},\"displayName\":\"Guided Development\",\"disabled\":true},{\"identifier\":{\"id\":\"sapse.joule\"},\"displayName\":\"SAP Joule\",\"disabled\":true},{\"identifier\":{\"id\":\"sapse.simplified-git\"},\"disabled\":true},{\"identifier\":{\"id\":\"sapse.vscode-tasks-explorer-tasks-panel\"},\"displayName\":\"Task Explorer\",\"disabled\":true},{\"identifier\":{\"id\":\"sap.vscode-wing-cf-tools\"},\"displayName\":\"Cloud Foundry Tools\",\"disabled\":true},{\"identifier\":{\"id\":\"sap.vscode-wing-run-config\"},\"displayName\":\"Run Configurations\",\"disabled\":true},{\"identifier\":{\"id\":\"sapse.vscode-wing-service-center\"},\"displayName\":\"Service Center\",\"disabled\":true},{\"identifier\":{\"id\":\"ms-ceintl.vscode-language-pack-de\",\"uuid\":\"bf2ad3a8-0475-49ea-8851-4e9e8074a4f2\"},\"displayName\":\"German Language Pack for Visual Studio Code\"},{\"identifier\":{\"id\":\"ms-python.debugpy\",\"uuid\":\"4bd5d2c9-9d65-401a-b0b2-7498d9f17615\"},\"displayName\":\"Python Debugger\"},{\"identifier\":{\"id\":\"ms-python.python\",\"uuid\":\"f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5\"},\"displayName\":\"Python\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter\",\"uuid\":\"6c2f1801-1e7f-45b2-9b5c-7782f1e076e8\"},\"displayName\":\"Jupyter\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter-keymap\",\"uuid\":\"9f6dc8db-620c-4844-b8c5-e74914f1be27\"},\"displayName\":\"Jupyter Keymap\"},{\"identifier\":{\"id\":\"ms-toolsai.jupyter-renderers\",\"uuid\":\"b15c72f8-d5fe-421a-a4f7-27ed9f6addbf\"},\"displayName\":\"Jupyter Notebook Renderers\"},{\"identifier\":{\"id\":\"ms-toolsai.vscode-jupyter-cell-tags\",\"uuid\":\"ab4fb32a-befb-4102-adf9-1652d0cd6a5e\"},\"displayName\":\"Jupyter Cell Tags\"},{\"identifier\":{\"id\":\"ms-toolsai.vscode-jupyter-slideshow\",\"uuid\":\"e153ca70-b543-4865-b4c5-b31d34185948\"},\"displayName\":\"Jupyter Slide Show\"}]"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment