Settings > Workspace lets you save changes that you make within DevTools to source code that's stored on your computer.
To configure your workspaces, open Settings > Workspace.
The Folder exclude pattern is the default global RegEx pattern that lists common and third-party folders and file types that DevTools excludes from workspaces so you can focus only on your code. You can manually add new folders or file types to the pattern. Pattern changes take effect after reloading DevTools.
To change the default global list of excluded folders and files, edit the Settings > Workspace > Folder exclude pattern textbox.
The Workspace tab lists folders you have set up as Workspaces and, for each folder, subfolders you manually excluded. Changes to files in subfolders listed as excluded don't persist. Excluded subfolders are workplace-specific, not global.
To add a new Workspace:
To remove a workspace, click next to the corresponding folder.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-02-16 UTC.