vscode-php-intellisense icon indicating copy to clipboard operation
vscode-php-intellisense copied to clipboard

Rework cache system

Open zobo opened this issue 3 years ago • 0 comments

The cache location should be injected into php-language-server from vscode.

Use https://code.visualstudio.com/api/references/vscode-api globalState and workspaceState.

Tagged vendor symbols should be stored in globalState - but do include cache version. Workspace local or untagged vendor files should be stored in workspaceState - but do include cache version.

zobo avatar Jan 03 '22 19:01 zobo