-
Notifications
You must be signed in to change notification settings - Fork 185
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow configurable file extension for indexing #308
base: master
Are you sure you want to change the base?
Allow configurable file extension for indexing #308
Commits on Feb 18, 2017
-
Add support to index multiple file extensions
Will take the options sent by the client. Option: php.intellisense.fileTypes = [".php"]
Jürgen Steitz committedFeb 18, 2017 Configuration menu - View commit details
-
Copy full SHA for cdb5b56 - Browse repository at this point
Copy the full SHA cdb5b56View commit details -
Add test for indexing multiple file types
Jürgen Steitz committedFeb 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 5f096c4 - Browse repository at this point
Copy the full SHA 5f096c4View commit details -
Jürgen Steitz committed
Feb 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 7dc4477 - Browse repository at this point
Copy the full SHA 7dc4477View commit details -
Filter invalid file types and use default list as fallback
Jürgen Steitz committedFeb 18, 2017 Configuration menu - View commit details
-
Copy full SHA for f7175bc - Browse repository at this point
Copy the full SHA f7175bcView commit details -
Let JsonMapper intialize the options
To sanitize the file type option, we provide a setter method for the property that will be called by the JsonMapper.
Jürgen Steitz committedFeb 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 9433694 - Browse repository at this point
Copy the full SHA 9433694View commit details -
Jürgen Steitz committed
Feb 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 39cfbda - Browse repository at this point
Copy the full SHA 39cfbdaView commit details -
Initialize options with default values when not provided by client
Jürgen Steitz committedFeb 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 3c33e7f - Browse repository at this point
Copy the full SHA 3c33e7fView commit details -
Update testIndexingMultipleFileTypes
Jürgen Steitz committedFeb 18, 2017 Configuration menu - View commit details
-
Copy full SHA for d2e5048 - Browse repository at this point
Copy the full SHA d2e5048View commit details -
Add missing namespace in OptionsTest
Jürgen Steitz committedFeb 18, 2017 Configuration menu - View commit details
-
Copy full SHA for b9d0d1b - Browse repository at this point
Copy the full SHA b9d0d1bView commit details -
Fix wrong classname for options test
Jürgen Steitz committedFeb 18, 2017 Configuration menu - View commit details
-
Copy full SHA for 9067b44 - Browse repository at this point
Copy the full SHA 9067b44View commit details
Commits on Feb 24, 2017
-
Wipe index when on configuration change
Jürgen Steitz committedFeb 24, 2017 Configuration menu - View commit details
-
Copy full SHA for 1e319c7 - Browse repository at this point
Copy the full SHA 1e319c7View commit details
Commits on Mar 2, 2017
-
Add list of valid indexer options
Jürgen Steitz committedMar 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 58c82e6 - Browse repository at this point
Copy the full SHA 58c82e6View commit details -
Implement didChangeConfiguration event
Jürgen Steitz committedMar 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 44a942e - Browse repository at this point
Copy the full SHA 44a942eView commit details -
Pass options and indexer to workspace
Jürgen Steitz committedMar 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 940eb97 - Browse repository at this point
Copy the full SHA 940eb97View commit details -
Jürgen Steitz committed
Mar 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 5b1b6bf - Browse repository at this point
Copy the full SHA 5b1b6bfView commit details -
Merge branch 'master' of github.com:felixfbecker/php-language-server …
…into feature/allow-configurable-file-extension-for-indexing
Jürgen Steitz committedMar 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 707c97f - Browse repository at this point
Copy the full SHA 707c97fView commit details
Commits on Mar 4, 2017
-
Improve gettting changed options
Jürgen Steitz committedMar 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 1e73d08 - Browse repository at this point
Copy the full SHA 1e73d08View commit details -
Update options one by one to update all instance
Jürgen Steitz committedMar 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 1f90b4e - Browse repository at this point
Copy the full SHA 1f90b4eView commit details -
Jürgen Steitz committed
Mar 4, 2017 Configuration menu - View commit details
-
Copy full SHA for ca225ff - Browse repository at this point
Copy the full SHA ca225ffView commit details -
Accept different types/formats from clients
Currently only the default Options type and the vscode format are accepted.
Jürgen Steitz committedMar 4, 2017 Configuration menu - View commit details
-
Copy full SHA for c4568bf - Browse repository at this point
Copy the full SHA c4568bfView commit details -
Add new tests and update old ones
Jürgen Steitz committedMar 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 5308e7a - Browse repository at this point
Copy the full SHA 5308e7aView commit details -
Jürgen Steitz committed
Mar 4, 2017 Configuration menu - View commit details
-
Copy full SHA for a06057b - Browse repository at this point
Copy the full SHA a06057bView commit details -
Let didChangeConfiguration decide what options are interesting for th…
…e indexer
Jürgen Steitz committedMar 4, 2017 Configuration menu - View commit details
-
Copy full SHA for 23a40f0 - Browse repository at this point
Copy the full SHA 23a40f0View commit details -
Change didChangeConfiguration doc to protocol wording
Jürgen Steitz committedMar 4, 2017 Configuration menu - View commit details
-
Copy full SHA for f4f1067 - Browse repository at this point
Copy the full SHA f4f1067View commit details
Commits on Aug 29, 2018
-
Merge remote-tracking branch 'upstream/master' into feature/allow-con…
…figurable-file-extension-for-indexing
Configuration menu - View commit details
-
Copy full SHA for 9cc2736 - Browse repository at this point
Copy the full SHA 9cc2736View commit details -
* merge latest upstream * remove currently not required code blocks * fix tests
Configuration menu - View commit details
-
Copy full SHA for 09fbec2 - Browse repository at this point
Copy the full SHA 09fbec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5417cd - Browse repository at this point
Copy the full SHA a5417cdView commit details
Commits on Aug 31, 2018
-
Start indexing after initialization
The indexer is moved to the method initialized, so we can request configurations from the client to init the indexer itself.
Configuration menu - View commit details
-
Copy full SHA for e317e8c - Browse repository at this point
Copy the full SHA e317e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1c3845 - Browse repository at this point
Copy the full SHA a1c3845View commit details -
WIP: Implement didChangeConfiguration with reindexing
* Handle the case where didChangeConfiguration is called before workspace/configuration request is resolved. * Implement basic cancellation signal request * Use defaults options and only apply new on request
Configuration menu - View commit details
-
Copy full SHA for a1e5654 - Browse repository at this point
Copy the full SHA a1e5654View commit details -
Configuration menu - View commit details
-
Copy full SHA for a81bed9 - Browse repository at this point
Copy the full SHA a81bed9View commit details