Skip to content

Files

Latest commit

f27dfd2 · Jun 25, 2024

History

History

example-vscode

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 11, 2022
May 23, 2020
May 23, 2020
May 21, 2020
Feb 16, 2024
Mar 17, 2021
Dec 21, 2022
Mar 17, 2021
Sep 1, 2020
May 21, 2020
May 21, 2020
Sep 1, 2020
Sep 15, 2023
Mar 17, 2021
Mar 17, 2021
Jun 25, 2024

This project contains a bare-bones project which should be used as a base to startup a new project based on robocorp-python-ls-core.

To create a new project, copy this project and then:

  • edit package.json to set proper values
  • edit dev.py so that it references the proper places
  • edit .vscodeignore to ignore the proper files
  • edit .project to set the proper project name
  • edit extension.ts to hear the proper config values
  • edit src/example_vscode/__init__.py to fix the vendored folder
  • create the related test/release workflow in the .github/workflows