Skip to content

Commit

Permalink
Remove deprecated hack
Browse files Browse the repository at this point in the history
  • Loading branch information
nrontsis authored Oct 21, 2024
1 parent c0c5f06 commit f60cf87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
def on_initialized(ls: LanguageServer, params: InitializedParams):
global INVENTORY_PATH
path = Path(unquote(urlparse(ls.workspace.root_uri).path))
# Hack to make local development of extension work
path = Path(*(part for part in path.parts if part != "kapitan-vscode-extension"))
INVENTORY_PATH = path / "inventory"


Expand Down

0 comments on commit f60cf87

Please sign in to comment.