Commit Graph

41 Commits

Author SHA1 Message Date
Paul Connelly 18bf6de549
Merge branch 'main' into pmc/shared-context 2025-07-23 08:15:28 -04:00
Matt Schwartz 92de43ec5b Adds compound launch config for easier test debugging 2025-07-08 16:32:49 -04:00
Matt Schwartz b564897579 Adds configuration for breakpoint debugging Karma tests in IDE 2025-07-07 15:50:56 -04:00
pmconne 03eb3af1b2 Viewer accepts SharedContext 2025-05-26 08:25:06 -04:00
Peter A. Jonsson 8a5dbe2709 End debug pragmas with ;
There are 1836 lines that use:

//includeEnd(pragma);

and 36 lines that omit the ending
semicolon. Add the semicolon
to the VSCode template and the 36
lines that do not have it.
2025-03-15 14:23:55 +01:00
jjspace 839d9fa8d6
spelling pass 2025-01-10 16:43:10 -05:00
jerome.fayot 110e57f90a feat: moved environmentMapOptions to Entity 2024-12-09 17:21:31 +01:00
jerome.fayot 3e617cdf22 doc: fixed spelling 2024-12-09 17:21:31 +01:00
jjspace 6a36391ac7
update sandcastle with new itwin and add styling 2024-12-03 16:07:01 -05:00
jjspace fbe54171c8
add snippets file for vscode convenience 2024-11-15 11:52:27 -05:00
jjspace ed0accca20
Merge tag 'post-prettier-v3' into cspell-dict
This commit reformats all code using prettier v3 relative to the pre-prettier-v3 tag
2024-10-04 16:25:06 -04:00
jjspace 03654f4862
some small spelling corrections 2024-09-20 14:29:10 -04:00
jjspace dd4020288d
add more configuration 2024-09-20 14:28:52 -04:00
Josh 9c3acf5fa7
add cspell dictionary, ts-expect-error in sandcastle 2024-04-23 11:55:27 -04:00
Sanjeet Suhag 5dfe709253 Cleans up launch.json 2022-11-03 12:24:12 -04:00
Sanjeet Suhag aaf6bd8a5c Adds engine and widgets workspaces 2022-11-01 15:39:57 -04:00
Sanjeet Suhag b1bafc3b2a Adds Markdown lint and GitHub Markdown Preview extensions 2022-05-31 10:00:44 -04:00
Sanjeet Suhag 4605891f28 Fixes launch configuration name 2022-01-25 11:50:53 -05:00
Sanjeet Suhag e270ad1c40 Feedback pass 2022-01-20 10:04:37 -05:00
Sanjeet Suhag 5458aba32b Removes unused task 2022-01-19 17:00:07 -05:00
Sanjeet Suhag 3c005c8a86 Fixes launch.json and tasks.json 2022-01-19 16:47:41 -05:00
Sanjeet Suhag 2ca2cef3f6 Adds tasks.json, adds prelauch task to Chrome launch configuration 2022-01-19 09:13:00 -05:00
James Bromwell 6dd9e0cd4f Break out constructor options: Entity and Graphics 2020-05-28 16:12:25 +02:00
Ed Mackey ffd998939b Set GLSL to 4 spaces, move redundant settings out of VSCode files. 2020-04-27 10:01:19 -04:00
Matthew Amato 55a2799546 Recommend the prettier vscode formatting plug-in. 2020-04-21 10:10:08 -04:00
Ed Mackey 00225c1037 VSCode tab size 2020-04-18 15:49:32 -04:00
Scott Hunter e1e121a1d0
Update vscode launch configuration.
Launching a .cjs file directly does not work. Use npm run-script instead to launch the server.
2020-03-02 16:12:37 -05:00
Matthew Amato c276f0263b Make Cesium release server work on Node 12.
While we still can't use Node 12 for Cesium development, this change is
to make sure Cesium release zips can actually work under Node 12.
2020-03-02 09:39:37 -05:00
Matthew Amato c243d4202b Coverage changes after review.
1. Auto-generate a index.html with a list of browsers with coverage results
2. Remove `Instrumented` from everywhere since it doesnt exist.
3. Add Coverage to npmignore.
2019-08-29 20:25:24 -04:00
Ed Mackey 92c792f92f Copy extension recommendations to VSCode config.
Removed "Prettify JSON" as that's built-in to VSCode now.
2018-12-16 14:08:28 -05:00
Scott Hunter fe381fa0f3 Associate .czml with json file type in VSCode. 2018-06-27 17:30:24 -04:00
Matthew Amato 70fed95023 Don't hide so many files in VS Code
We often need to look at the Build folder and other generated files while
debugging dev processes. We can exclude these things from search but keep
them in the directory tree.
2018-05-22 12:30:20 -04:00
Ed Mackey 13e2ed4a01 Update VSCode, remove Eclipse, require semicolons in eslint. 2017-05-24 17:45:34 -04:00
Scott Hunter c0c84b0744 Add formatter settings for VSCode. Add more items to exclusion list. 2017-03-14 16:23:59 -04:00
Ed Mackey 816a646343 Update `isWatching` to `isBackground`, update setup guide. 2017-02-13 12:11:54 -05:00
Scott Hunter bd9892a3ee Replace npm tasks with gulp tasks.
Mark build-watch as a background task.
2017-02-13 10:49:59 -05:00
Ed Mackey 249b9b039b Explicitly enable the jshint plugin, so users can disable it elsewhere. 2017-02-09 15:06:23 -05:00
Ed Mackey 26f8dd1461 Add launch file for server.js 2017-02-09 14:56:57 -05:00
Ed Mackey e01ff2715a VSCode has an issue where it can't ignore without a wildcard pattern. 2017-01-27 17:28:00 -05:00
Ed Mackey 3c172b6e7a Add tasks file for VSCode, add new startPublic task. 2017-01-21 21:19:13 -05:00
Ed Mackey 945f274dee Added some settings for VSCode. 2017-01-21 12:13:42 -05:00