forked from onivim/oni2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exthost: Integrate css-language-features plugin (onivim#957)
* Lerna monorepo * Improve URI parsing * Formatting * Add extensions/package.json * Handle activation failed message * Add activation event for languages * Formatting * Update * Add work-around for configuration not being supported * Add detailed logging for unhandled items * Formatting * Set up script to install built-in extension node_modules, too * Start test case for CSS * Update docker build script * Test completion * Debug logging in built files... * Strongly type MessageType * Update * Remove cancellation token from exthost * Formatting * Fix up css test * Formatting * Clean up logging * Formatting * Remove commented lines in js-build-steps.yml * Update gitattributes * Remove nested switches, replace with Option.iter + Option.iter_none * Bring back vscode-reasonml * Generalize document selector * Formatting * Remove unused toString * Fix node lockfile * More tweaks / logging for automation * Move LanguageFeatures to core app state * Set up language feature registration * Formatting * Set up test to wait for suggest providers to get registered * Fix language CSS test * Formatting * Disable diagnostics tests for windows at the moment
- Loading branch information
Showing
88 changed files
with
18,209 additions
and
9,932 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,5 @@ | ||
# Cross-platform set of build steps for building esy projects | ||
|
||
steps: | ||
- script: node install.js | ||
displayName: 'js deps: npm install' | ||
workingDirectory: node | ||
- script: npm run build | ||
displayName: 'js deps: npm build' | ||
workingDirectory: node | ||
# - script: npm run test | ||
# displayName: 'textmate: npm test' | ||
# workingDirectory: src/textmate_service | ||
- script: rimraf node/node_modules | ||
displayName: 'js deps: remove developer node_modules' | ||
- script: node install.js --prod | ||
workingDirectory: node | ||
- script: node install-node-deps.js --prod | ||
displayName: 'js deps: npm install --prod' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.