One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| # the following two lines give a two-line status, with the current window highlighted | |
| hardstatus alwayslastline | |
| hardstatus string '%{= kG}[%{G}%H%? %1`%?%{g}][%= %{= kw}%-w%{+b yk} %n*%t%?(%u)%? %{-}%+w %=%{g}][%{B}%m/%d %{W}%C%A%{g}]' | |
| # huge scrollback buffer | |
| defscrollback 5000 | |
| # no welcome message | |
| startup_message off |
| // Future versions of Hyper may add additional config options, | |
| // which will not automatically be merged into this file. | |
| // See https://hyper.is#cfg for all currently supported options. | |
| module.exports = { | |
| config: { | |
| // Choose either "stable" for receiving highly polished, | |
| // or "canary" for less polished but more frequent updates | |
| updateChannel: 'stable', |
| { | |
| "quickfilters": ["AccountSettings," | |
| "ActionLinkGroupTemplate," | |
| "ActionOverride," | |
| "ActivitiesSettings," | |
| "AddressSettings," | |
| "AnalyticSnapshot," | |
| "ApexClass," | |
| "ApexComponent," | |
| "ApexPage," |
| Round Robin (Salesforce Labs) - 04t80000000gHQGAA2 | |
| Salesforce Connect Validator (Salesforce Labs) - 04t39000000UyJmAAK |
| sfdx hydrate:packagexml -u <user> -a 43.0 > package.xml; sfdx force:mdapi:retrieve -r src -k package.xml -a 43.0 -u <user> | |
| sfdx force:apex:test:run -l RunLocalTests | cut -d '"' -f2 | xargs -0 bash -c |
| <userPermissions> | |
| <enabled>true</enabled> | |
| <name>CreateCustomizeFilters</name> | |
| </userPermissions> | |
| <userPermissions> | |
| <enabled>true</enabled> | |
| <name>CustomizeApplication</name> | |
| </userPermissions> | |
| <userPermissions> | |
| <enabled>true</enabled> |
| "configurations": [ | |
| { | |
| "type": "node", | |
| "request": "launch", | |
| "name": "Debug Compare Files", | |
| "localRoot": "${workspaceFolder}", | |
| "env": {"NODE_OPTIONS": "--inspect-brk"}, | |
| "program": "${workspaceFolder}/bin/run", | |
| "args": [ | |
| "collate:compare:files", |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <PermissionSet xmlns="http://soap.sforce.com/2006/04/metadata"> | |
| <applicationVisibilities> | |
| <application>Application1</application> | |
| <visible>true</visible> | |
| </applicationVisibilities> | |
| <applicationVisibilities> | |
| <application>Application2</application> | |
| <visible>false</visible> | |
| </applicationVisibilities> |
| [{ | |
| "type": "repository", | |
| "url": "https://github.com/open-force/website", | |
| "platform": "github" | |
| }, | |
| { | |
| "type": "gist", | |
| "name": "PermissionSets", | |
| "url": "https://gist.github.com/mikesimps/6427ea434581058a14fd3b084b87a5ff", | |
| "platform": "github" |