Context:
- codecompanion-workspace.json
- vectorcode
Can you help me add a group to an existing workspace file? Use the @vectorcode tool to help identify groupings of files. I'd like to add some for slash commands that are used in the plugin
import requests | |
import os | |
# URL of the API endpoint | |
url = "https://httpbin.org/image/png" | |
def download(): | |
# Make the GET request | |
response = requests.get(url) |
# mssql-agent-fts-ha-tools | |
# Maintainers: Microsoft Corporation (twright-msft on GitHub) | |
# GitRepo: https://github.com/Microsoft/mssql-docker | |
# Base OS layer: Latest Ubuntu LTS | |
FROM ubuntu:16.04 | |
# Install curl since it is needed to get repo config | |
# Get official Microsoft repository configuration | |
RUN export DEBIAN_FRONTEND=noninteractive && \ |